﻿body {
    font-family: "Roboto",Arial,sans-serif;
    background-color: white;
}

[dir="rtl"] body {
    font-family: "Noto Kufi Arabic", sans-serif;
}

.title {
   
    font-size: 24px;
    font-weight: 500;
    line-height: 28.13px;
    color: #28292A;
}
form i {
    margin-left: -30px;
    cursor: pointer;
}

#togglePassword {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.button {
    width: 100%;
    color: white;
    border: #1968B3;
    gap: 8px;
    height: 48px;
    border-radius: 12px;
    padding: 0px 40px 0px 40px;
    background: #1968B3;
}

    .button span {
        font-weigh: 500;
        font-size: 18px;
        text-align: right;
        margin-bottom: 30px;
    }

#login-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 380px;
}
    #login-form input {
        padding-left: 24px;
    }
[dir=rtl] #login-form input {
    text-align: right
}

[dir=rtl] #login-form label {
    text-align: right
}

    #login-form input:-webkit-autofill {
        -webkit-box-shadow: 0 0 0 50px white inset; /* Change the color to your own background color */
        -webkit-text-fill-color: black;
    }

        #login-form input:-webkit-autofill:focus {
            -webkit-box-shadow: /*your box-shadow*/,0 0 0 50px white inset;
            -webkit-text-fill-color: black;
        }
.links {
    height: 55px;
    gap :12px
}

.forgetPassword {
    text-decoration: none;
    color: #28292A;
    font-weight: 500;
    font-size: 16px
}

.msg {
    font-size: 16px;
    line-height: 18.75px;
    text-align: center;
    font-weight: 400;
    color: #B5B5B7
}

.link {
    font-family: "Sofia Sans";
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #25CBD6;
    text-decoration: none;
}


.DislpayInput input {
    padding: 20px 24px 20px 24px;
    border-radius: 12px;
    height: 48px;
}

#login-form label {
    color: #B5B5B7;
    padding: 20px 24px 20px 24px;
    border-radius: 12px;
    height: 48px;
}

.auth-logo{
    height: 102.7px
}

