label {
    color: #4d5359;
    line-height:0.6rem !important;
}
.main-panel{
    background: none;
}
h3 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-align: center
}
#eyeIcon{
    height: 20px;
    margin-right: 10px;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

main {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

main form {
    background: #ffffff;
    border: 1px solid rgba(231, 232, 242, 0.65);
    box-shadow: 0px 0px 74px rgba(62, 154, 247, 0.1);
    border-radius: 10px;
    width: 48%;
    padding: 2rem;
    margin: 4.5rem auto;
    max-width: 550px;
}

main form .form_content {
    width: 80%;
    margin: 1.5rem auto;
}

main form .headings {
    text-align: center;
    line-height: 2;
    margin: 1rem 0;
}

form h2 {
    color: #000000;
    font-weight: 500;
    text-align: center;
}

form .h_container {
    display: flex;
    align-items: center;
    border: 0.8px solid rgba(62, 154, 247, 0.22);
    padding: 0.2rem;
    border-radius: 2rem;
}

form .h_container a {
    text-decoration: none;
    color: #3e4c59;
    font-size: 0.9rem;
}

form .h_container a span {
    margin-left: 7px;
}

form .h_container a img {
    transform: translateY(3px);
}

form .headings div {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 0.8rem;
    justify-content: center;
    border-radius: 2rem;
    padding: 0.2rem;
    /*background: rgba(9, 103, 210, 0.1);*/
}

.active-heading {
    background: rgba(9, 103, 210, 0.1);
}

.active-heading a {
    color: #0967d2 !important;
}

.form_content p,
.form_content label {
    color: #616e7c;
    font-size: 0.8rem;
}

.form_content input {
    width: 100%;
    height: 38px;
    outline: none;
    border: 1px solid #2186eb;
    border-radius: 5px;
    margin-bottom: 0.5rem;
    padding: 10px;
    color: #3e4c59;
}

.form_content .btn_area {
    display: flex;
    justify-content: center;
    margin-top: 1.4rem;
}

.form_content button {
    margin: 1rem auto;
    background: #0067dd;
    border-radius: 5px;
    border: none;
    width: 80%;
    height: 35px;
    color: #ffffff;
    cursor: pointer;
}

.form_content .fp {
    font-size: 0.75rem;
    color: #616e7c;
    display: flex;
    margin-top: .5rem;
    justify-content: right;
}

.form_content .bottom {
    font-size: 0.75rem;
    color: #616e7c;
    text-align: center;
}

.form_content .bottom a {
    text-decoration: none;
    color: #2186eb;
}

.auth-base {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.auth-base .form-check-auth {
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    color: #616e7c;
    gap: 8px;
}

.auth-base .form-check-auth input {
    margin-bottom: 0;
}

@media (max-width: 960px) {
    main form {
        width: 60%;
    }
}

@media (max-width: 650px) {
    main form {
        width: 90%;
    }

    form h2 {
        font-size: 1.3rem;
    }

    main form .form_content {
        width: 100%;
    }
}

@media (min-width: 992px) {

    .modal-lg,
    .modal-xl {
        max-width: 70% !important;
    }
}

#authCard {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    transform: rotate(-0.17deg);
    height: 343.17px;
    margin:15px;
}

#authCard h4 {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
}

#authCard p {
    font-family: 'Proxima Nova';
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 10px;
    /* identical to box height */

    text-align: center;
}
@media (max-width:961px) {
    #authCard p{
        line-height: 20px;
    }
}
.form-control {
    height: 54px !important;
    border-radius: 3px !important;
}

/* .pw-toggle-btn{

} */

.password-field {
    display: flex;
    align-items: center;
    height: 54px;
    border: 1px solid #2186eb;
    border-radius: 3px;
    padding: 0 !important;
}

.password-field input {
    height: 100% !important;
    width: 100%;
    border: none;
    outline: none;
    margin: 0 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.modal-body p {
    font-size: .9rem !important;
}

@media (min-width: 992px) {
    .modal-body {
        margin: auto;
    }
}

.btn_fix{
    padding: 5px 40px !important;
    height: 29px;
}

.btn a{
    line-height: 17px;
}
