.login {
    background: #fafafa !important;
}

.login .logo_div {
    display: flex;
    justify-content: center;
    padding: 58.4px 0px 0px 0px;
}

.login .arn_logo {
    width: 254.2px;
    height: 37.6px;
    object-fit: contain;
}

.login .form_div {
    display: flex;
    justify-content: center;
    margin: 135px 0px 400px 0px;
}

.login .login_div{
    width: 564px;
    height: 449px;
    border-radius: 3px;
    box-shadow: 0 3px 24px 0 rgba(114, 114, 114, 0.16);
    background-color: #fff;
}

.login .title_div{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 33px 0 0 0;
}

.login .admin{
    width: 99px;
    height: 38px;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #1f2937;
}

.login .signin{
    height: 19px;
    margin: 10px 0 0 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #1f2937;
}

.login .inputs{
    margin: 18px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.login .labels{
    width: 424px;
    margin: 0 0 8px 0;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #1f2937;
}

.login .login_input{
    width: 424px;
    margin: 0 0 25px 0;
    height: 52px;
    border-radius: 3px;
    border: solid 1px #b6b9bc;
    background-color: #fff;
    color: #6b7280;
    padding: 0 0 0 0px;
    text-indent: 20px;
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
}

#password:placeholder-shown{
    padding-top: 5px !important;
    height: 47px;

}

.login .submit_div{
    display: flex;
    justify-content: center;
}

.login form div button {
    width: 224px;
    height: 64px;
    margin: 19px 0 0 0;
    padding: 23px 86px 22px;
    border: 0px;
    border-radius: 4px;
    background-image: linear-gradient(to bottom, #04cfd2, #027e80);
    color: #fff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.22px;;
}

.login .bottom_div{
    height: 160px;
    background-color: #03989b;
}
