
.half .contents, .half .bg {
    width: 50%;
}
.half .bg {
    background-position: center;
    background-size: cover;
}
.half{
    height: 100vh;

}
.zmn-logo, .info-content{
    height: 100%;
}
.contents{
    background-color: #fff;
}
.contents .fa{
    font-size: 28px;
    color: #193441;
}
.logo{
    box-shadow: 0px 8px 32px 0px #10182814;
}

.t-manager{
    width: 350px;
}
.manager-detail{
    min-width: 450px;
    margin: 0 auto;
}
.t-manager p{
    max-width: 400px;
    font-size: 13px;
    text-align: center;
}
.form-control{
    padding-left: 20px;
}
.main-title{
    font-family: Inter;
    font-size: 28px;
    font-weight: 600;
    line-height: 33.6px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #101828;
}
.inner-title{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #475467;
}
label{
    font-family: Inter;
    font-size: 12px;
    font-weight: 500;
    line-height: 15.6px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #475467;
}
.form-control:focus{
    box-shadow: none;
    border: 1px solid #D0D5DD;
}
.forgot_pswd{
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-align: right;
    color: #6286FF;
}
h4{
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    letter-spacing: -0.01em;
    text-align: left;
}
.auth_btn{
    background-color: #6286FF;
    padding: 10px 18px;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}
.custom-control-label::before{
    background-color: #fff;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after{
    background-color: #6286FF;
    box-shadow: none;
}
.custom-control-input:focus{
    box-shadow: none;
}
.custom-control-input:focus ~ .custom-control-label::before{
    box-shadow: none;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before{
    background-color: #6286FF;
}
.copyright{
    color: #98A2B3;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    letter-spacing: -0.01em;
    text-align: left;
}
.auth_btn svg{
    margin-top: -1px;
}
@media only screen and (max-width: 767.2px) {
    .half .contents{
        width: 100%;
    }
}
@media only screen and (max-width: 374px) {
    .t-manager{
        max-width: 280px;
    }
}
@media only screen and (max-width: 280px) {
    .t-manager{
        width: 100%;
    }
    .half .contents{
        padding: 20px;
    }
}

