.field-icon{
    position: absolute;
    top: 10px;
    right: 10px;
}
.bg-login-area
{
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.authincation-content {
    background: #fff;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
    border-radius: 10px;
    overflow: hidden;
        width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.auth-form {
    padding: 45px;
}
.auth-form h3 {
    font-size: 24px;
}
.h-auto{
    border-radius: 0.5rem;
    padding: 8px 25px;
    height: auto;
    border: none;
    box-shadow: none;
    color: #fff;
}
.btnn-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.auth-form label span {
    color: #ff0033;
    margin-left: 2px;
}
body{
   background: #dbdbdb;
}
@media only screen and (max-width: 767px){
.auth-form {
    padding: 20px;
}
}