
.login-container {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
}
.login-container .leftForm {
    background-color: rgb(255, 255, 255);
    width: 424px;
    margin:auto;
    padding: 32px;
    border-radius: 5px;
    border-radius: 20px;
    box-shadow: 0px 0px 40px 0px #D6A46133;
}
.login-container .leftForm .loginForm {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.radioMix li {
    display: inline-block;
    padding: 0px;
    width: 120px;
}
.radioImg {
    padding: 0px;
}
.form-check .form-check-input {
    position: relative;
    top: 0px;
    width: 15px;
    height: 15px;
    margin-left: -30px;
    border-color: rgb(213, 163, 97);
}
.form-check-input[type="radio"] {
    border-radius: 50%;
}

.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0px;
}
.loginForm .effra{
    margin-top: 60px;
    margin-bottom: 16px;
    color: #3F3F3F;
    text-align: center;
    font-family: Effra Trial;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}
.login-logo{
    display: flex;
    justify-content: center;
}
.radioImgList {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-bottom: 15px;
    padding-left: 0px !important;
}
.radioImgList, .social-links, #nav ul, .counterList {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.radioImg input {
    position: absolute;
    visibility: hidden;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: rgb(255, 255, 255);
    background-repeat: no-repeat;
    background-size: contain;
    appearance: none;
    -webkit-print-color-adjust: exact;
    background-position: center center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.25);
    border-image: initial;
}
.radioMix li label {
    justify-content: center;
    font-family: 'Effra Trial';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #4B4F54;
    text-align: center;
    margin: 0px;
    border-radius: 50px;
    border-color: #D6A461;
}
.radioMix li label:hover {
    background-color: #F9F1E7;
}
.form-check-label.checked, .form-check-label.checked:hover {
    border: 1px solid #D6A461;
    color: #fff;
    background-color: #D6A461;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);

}
.radioImg.horizontal label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 20px;
}

.loginForm p{
    color: #4B4F54;
    text-align: center;
    /* effra 14 */
    margin: 20px 0px;
    font-family: Effra Trial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.radioImg label {
    border-width: 1px;
    border-style: solid;
    border-color: rgba(127, 127, 127, 0.4);
    border-image: initial;
    padding: 25px 40px;
    border-radius: 10px;
    margin: 0px 5px;
}
.inLineBtn.inlineBorder {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 163, 97);
    border-image: initial;
}
button, input[type="submit"], .btn {
    position: relative;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    color: rgb(255, 255, 255);
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    padding: 10px 20px;
    font-family: Effra Trial;
    border-radius: 30px;
    background: rgb(213, 163, 97);
    transition: all 0.3s ease 0s;
}
.inLineBtn.inlineBorder .btn {
    background: transparent;
    color: #4B4F54 !important;
    font-family: Effra Trial;
    font-size: 16px;
    font-style: normal;
    text-decoration: none;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    padding-left: 20px;
    align-items: center;
}
.inLineBtn .btn {
    display: flex;
    background: none;
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: 52px;
}
.inLineBtn.inlineBorder .btn:hover {
    color: #4B4F54 !important;
}
.inLineBtn.inlineBorder {
    background: transparent;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(213, 163, 97);
    border-image: initial;
}
.lineMiddle {
    text-align: center !important;
    line-height: 0.1em !important;
    border-bottom: 1px solid rgb(210, 210, 210);
    margin: 10px 0px 20px;
}
.lineMiddle span{
    background-color: #fff;
    padding: 0px 10px;
}
form .form-group, fieldset .form-group {
    margin: 16px 0px 0px 0px;
}
.inLineBtn {
    position: relative;
    background: rgb(213, 163, 97);
    border-radius: 50px;
}
.inLineBtn span {
    width: 190px;
    text-align: left;
}

.li-site-footer {
    display:none;
}
@media only screen and (max-width: 1024px) and (min-width: 768px){
    .login-container {
        height: auto;
    }
    #main {
        padding: 40px 0px !important;
        position: relative;
        height: auto !important;
    }
}
@media screen and (max-width: 767px) {
    .login-container .leftForm {
        width: 100%;
        padding: 16px;
    }
    .login-container {
        height: auto !important;
    }
    .login-container {
        padding: 16px;
    }
    .radioImg.horizontal label {
        padding: 16px 16px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 520px){
    .login-container .leftForm {
        width: 424px;
        padding: 16px;
    }
}
@media only screen and (max-width: 330px) {
    .inLineBtn.inlineBorder .btn {
        font-size: 14px;
        padding: 6px 0px;
        line-height: 21px;
    }
    button, input[type="submit"], .btn {
        font-size: 14px;
        padding: 10px 10px;
    }
    .radioImg.horizontal label {
        display: flex;
        align-items: center;
        padding: 10px 4px;
        font-size: 13px;
    }
    .inLineBtn .btn {
        height: 36px;
    }
}
@font-face {
    font-family: "Effra Trial";
    src: url("/fonts/Effra_Trial_Md.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "Effra Trial";
    src: url("/fonts/Effra_Trial_Rg.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "Effra Trial";
    src: url("/fonts/Effra_Trial_Th.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: "Noe Display";
    src: url("/fonts/NoeDisplay.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
.btn:focus .btn:hover .btn:active {
    color: #4B4F54 !important;
    text-decoration: none;
}

.btn:focus {
    outline: 5px auto #d5a361 !important;
    outline-offset: -2px;
}
.inLineBtn:hover {
    color: #4B4F54;
    background: #F9F1E7;
}
a:focus, a:hover {
    color: #4B4F54 !important;

}
.email-btn:hover{
    color: #fff !important;
    background: #C19457;
}
.email-btn .btn{
    color: #fff !important;
}
