body{
    overflow-x: hidden;
}
.left-login{
    height: 100vh;
}
.login-card-group{
    max-width: 515px;
    margin: 50px;
    z-index: 200;
}
.card-icon{
    width: 66px;
    height: 66px;
    padding: 20px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 19px;
}
.card-h3{
    color: #F5F5F5;
    font-size: 19px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    margin-bottom: 10px;
}
.card-p{
    color: #FFF;
    font-size: 12px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 400;
    line-height: 162.5%;
}

.comp-name{
    position: fixed;
    left: 50px;
    top: 50px;
}
.comp-name p{
    color: #F5F5F5;
    font-size: 18px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}
.circul-pp{
    position: fixed;
    width: 356px;
    height: 356px;
    flex-shrink: 0;
    border-radius: 356px;
    border: 1px solid #EDEDED;
    background: var(--tm);
    bottom: -220px;
    left: -156px;
    z-index: 0;
}

.login-box{
    max-width: 430px;
}
.c-icon-shadow{
    box-shadow: 0px 14px 64px -4px rgba(24, 39, 75, 0.12), 0px 8px 22px -6px rgba(24, 39, 75, 0.12);
    margin: 0;
    margin-bottom: 19px;
}

.log-head{
    width: 362px;
}
.log-h2{
    color: #2B2B2B;
    font-size: 40px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 19px;
}
.log-p{
    color: #707070;
    text-align: center;
    font-size: 12px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 400;
}

.log-input-box{
    margin-top: 25px;
}

.log-label{
    color: #2B2B2B;
    font-size: 15px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    margin-bottom: 10px;
}
.log-input{
    border-radius: 11px;
    border: 1px solid #E4E4E4;
    padding: 25px!important;

    color: #3A3A3A;
    font-size: 12px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}

.forgot-box{
    margin-top: 10px;
}
.pass-p{
    color: #666;
    text-align: center;
    font-size: 13px;
    font-family: 'Pitagon Sans Text';
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
}
.pass-a{
    color: #007BEC;
    text-align: center;
    font-size: 13px;
    font-family: Pitagon Sans Text;
    font-style: normal;
    font-weight: 500;
    line-height: 162.5%;
    text-decoration: none;
}

.submit-btn{
    border-radius: 11px;
    border: 1px solid #E4E4E4;
    background: var(--tm);
    padding: 20px 40px;
    width: 100%;

    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-family: "Pitagon Sans Text";
    font-style: normal;
    font-weight: 700;
    line-height: 162.5%;
    margin-top: 40px;
}
.pass-icon{
    position: absolute;
    right: 20px;
    top: 16px;
    width: 24px;
    height: 24px;

    cursor: pointer;
}
.login-logo{
    width: 50%;
}

/*responcive*/
@media only screen and (max-width: 1180px){}
@media only screen and (max-width: 1080px){}
@media only screen and (max-width: 992px){
    .left-login{
        display: none;
    }
    .right-login{
        width: 100vw;
        min-height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30px 15px;
    }
    .log-head {
        width: 100%;
    }
}
@media only screen and (max-width: 990px){}
@media only screen and (max-width: 880px){}
@media only screen and (max-width: 768px){}
/*mobile*/
@media only screen and (max-width: 767px){}
@media only screen and (max-width: 485px){}
@media only screen and (max-width: 420px){}
@media only screen and (max-width: 400px){
    .log-h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }
    .log-label {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .log-input {
        border-radius: 8px;
        padding: 20px 10px!important;
        font-size: 12px;
    }
    .pass-icon {
        right: 14px;
        top: 10px;
        width: 22px;
        height: 22px;
    }
    .submit-btn {
        border-radius: 8px;
        padding: 15px 30px;
        font-size: 12px;
        margin-top: 30px;
    }
    .input-error-state{
        font-size: 10px;
        margin: 3px 0 0 3px;
        color: #7b2931;
    }
    .pass-a {
        font-size: 10px;
    }
}
@media only screen and (max-width: 320px){}
@media only screen and (max-width: 280px){}