.dashboard-btn {
    border: 1px solid #366CC4;
    padding: .5rem 1.1rem;
    max-width: 11rem;
    text-align: center;
    display: flex;
    align-items: center;
    border-radius: 3px;
    background-color: #366CC4;
    color: #fff !important;
    justify-content: center;
    margin-right: 25px;
    font-size: 18px;
    width: 100%;
}

    .dashboard-btn:last-child {
        margin-right: 0;
    }

    .dashboard-btn:hover {
        color: white;
        text-decoration: none;
        background-color: #006ADB;
    }

.dashboard-buttons {
    display: flex;
}

label,
.fw-500 {
    font-weight: 500;
}

/* separator */

.or-separator {
    display: flex;
    align-items: center;
    background: none;
    margin: 30px 0;
}

    .or-separator .line {
        height: 2px;
        flex: 1;
        background-color: #333;
    }

    .or-separator p {
        padding: 0 1rem;
        margin: 0;
    }

/* Student Sign Up */

.mb-30 {
    margin-bottom: 30px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-20 {
    margin-top: 20px;
}

.mr-10 {
    margin-right: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.form-control {
    display: unset;
}

.apply-btn,
.next-btn {
    background: #366CC4;
    color: #fff !important;
    padding: 0.475rem 1.85rem;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    border-radius: 0.25rem;
    white-space: nowrap;
    height: fit-content;
}

.sign-up-buttons {
    display: flex;
    justify-content: center;
}

.next-btn {
    text-decoration: none !important;
}

div#login {
    min-height: 40rem;
}

/* student sign up form */

.pass-instruction {
    background: #e2e3e5;
    padding: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

    .pass-instruction p {
        margin: 0;
    }

.aa-btn {
    display: flex;
    justify-content: flex-end;
}

.sign-up-buttons a {
    text-decoration: none !important;
    justify-content: center;
    display: flex;
    color: white !important;
    border-radius: 0.25rem;
}

a.apply-btn,
a.cancel-btn.abc,
button.next-btn {
    margin-bottom: 20px;
}

.error {
    color: #a4262c;
    font-weight: normal;
    display: flex;
    align-items: center;
}

span.error {
    margin-top: 5px;
    align-items: baseline;
    padding: 0;
}

.form-control.error {
    border-color: #a4262c;
    box-shadow: none;
}

i.fa.fa-times-circle {
    font-size: 1.1rem;
    margin-right: 7px;
}

.dashboard-btn.active {
    background: #006ADB;
    border-color: #006ADB;
}

button.btn-block:hover {
    background: #006ADB;
}

@media screen and (max-width: 320px) {
    .first-last-name {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .sign-up-buttons {
        flex-direction: column;
    }
}

@media screen and (max-width: 500px) {
    .dashboard-buttons {
        flex-direction: column;
        align-items: center;
    }

    .dashboard-btn {
        margin-bottom: 20px;
        padding: 0.5rem 1.1rem;
        max-width: 13rem;
    }

    .sign-up-buttons {
        justify-content: space-between;
    }
}

@media screen and (max-width: 991.98px) {
    .dashboard-buttons {
        flex-direction: column;
    }

    .dashboard-btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 1rem;
    }

    .dashboard-btn {
        font-size: 1rem;
    }

    .dashboard-btn {
        margin-right: 0;
    }

        .dashboard-btn:last-child {
            margin-bottom: 0;
        }
}

@media screen and (max-width: 768px) {
    .dashboard-btn {
        max-width: 100%;
        padding: 0.5rem 1.1rem;
    }
}

@media screen and (max-width: 767.98px) {
    .google-Icon, .Microsoft-Icon {
        height: 117px;
    }
}

@media screen and (max-width: 1023px) {
    .sign-up-buttons {
        justify-content: flex-start;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .sign-up-buttons {
        flex-direction: row;
    }
}
