﻿@media (max-width: 992px) {
    .main-container {
        padding-top: 85px;
    }

    div.Header {
        height: 75px;
    }

    div.header-logo {
        height: 58px;
        width: 140px;
        margin-top: 8px;
        background-image: url(../Images/b-heard-logo50.png);
    }
}

p, h1, h2 {
    margin: 0;
}

.pin-input {
    text-align: center;
    width: 150px;
    height: 40px;
}

.payroll-input {
    text-align: center;
    width: 250px;
    height: 40px;
    margin-top: 40px;
}

.survey-welcome-header {
    margin-bottom: 1.5rem;
}

.anonymity-subtext {
    margin-top: 3rem;
    color: #333;
}

.iso-logo-container {
    gap: 40px;
}

.login-error-message {
    margin-top: 20px;
    margin-bottom: 0;
}

.modal-content {
    border-radius: 16px;
}

.modal-header,
.modal-body,
.modal-footer {
    border: none;
}

.modal-header,
.modal-footer {
    padding: 32px;
}

.modal-header {
    padding-bottom: 16px;
}

.modal-header .btn-close {
    background: none;
    border: none;
}

.modal-header .btn-close:hover,
.modal-header .btn-close:active,
.modal-header .btn-close:focus {
    cursor: pointer;
}

.modal-body {
    padding-left: 32px;
    padding-right: 32px;
}

.modal-body .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.modal-body .embed-container iframe, 
.modal-body .embed-container object, 
.modal-body .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-footer {
    padding-top: 16px;
}
