
body{
    background: #F2F4F7;
}
.link-theme{
    font-weight: 500;
font-size: 18px;
line-height: 28px;
color: #52AC7C;
text-decoration: none;
}
.flex-part{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}
.wd-50{
    width: 50%;
    height: 100%;
}

.common-sidebar{
    background: linear-gradient(45deg, #101828 0%, #475467 100%);
    align-items: center;
    justify-content: center;
    display: flex;
}
.right-form-content{
display: flex;
align-items: center;
    justify-content: center;
}
.login-form{
    width: 320px;
}
.store-logo{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #101828;
}
.login-form .form-group label{
    font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #344054;
}
.login-form .form-group .form-control{
    background: #FFFFFF;
    border: 1px solid #607587;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    height: 44px;
}
.login-form .form-group .form-control::placeholder{
    color: #667085;
    font-weight: 400;
font-size: 16px;
line-height: 24px;
}

.btn-green{
    background: #52AC7C;
border: 1px solid #52AC7C;
padding: 10px 18px;
box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
border-radius: 8px;
color: #fff;
font-weight: 500;
font-size: 16px;
line-height: 24px;
}
.btn-green:hover{
    background: #409367;
    color: #fff;
}
.fg-pass-link{
    font-weight: 500;
font-size: 14px;
line-height: 20px;
color: #667085;
text-decoration: none;
}
.text-align-right{
    text-align: right;
}

.p-type{
    padding-right: 50px;
}
.pas-relative{
    position: relative;
}
.field-icon{
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}


@media only screen and (max-width:1024px){
    .common-sidebar img.img-fluid{
        max-width: 80%;
    }
}

@media only screen and (max-width:767px){
    .flex-part{
        flex-wrap: wrap;
        height: auto;
    }
    .wd-50{
        width: 100%;
    }
    .common-sidebar{
        padding: 40px 0;
    }
    .common-sidebar img.img-fluid{
        max-width: 80%;
    }
    .right-form-content{
        padding: 30px;
    }
    .login-form{
        width: 100%;
    }
}




