body {
    background: #ABCDEF;
    font-family: Vazirmatn, sans-serif;
    display: flex;
    min-height: 90vh;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: white !important;
}

.login {
    color: white;
    background: #136a8a;
    background: -webkit-linear-gradient(to right, #2d4782, #136f8a);
    background: linear-gradient(to right, #2d4782, #136f8a);
    margin: auto;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2),
    0px 10px 20px rgba(0, 0, 0, 0.3),
    0px 30px 60px 1px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    padding: 50px;
}

.login-error {
    font-size: 14px;
    background-color: #dc3d3d !important;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin-top: 40px;
}

.login .head {
    display: flex;
    align-items: center;
    justify-content: center;
}


.login .msg {
    text-align: center;
}

.login .form input[type=text].text {
    border: none;
    background: none;
    box-shadow: 0px 2px 0px 0px white;
    width: 100%;
    color: white;
    font-size: 1em;
    outline: none;
}

.login .form .text::placeholder {

    color: #D3D3D3;
}

.login .form input[type=text] {
    background: none;
    box-shadow: 0px 2px 0px 0px white;
    width: 100%;
    color: white;
    padding: 12px;
    font-size: 1em;
    border: 2px solid #fff;
    outline: none;
    margin-bottom: 40px;
    margin-top: 20px;
    text-align: center;
}

.login .form .mobile::placeholder {
    color: #D3D3D3;
}

.form {
    text-align: center;
}

.form label {
    float: right;
}

.login .form .btn-login {
    font-family:Vazirmatn;
    background: none;
    text-decoration: none;
    color: white;
    box-shadow: 0px 0px 0px 2px white;
    border-radius: 3px;
    padding: 4px 2em;
    padding-bottom: 7px !important;
    transition: 0.5s;
    outline: none;
}

.login .form .btn-login:hover {
    background: white;
    color: dimgray;
    transition: 0.5s;
    cursor: pointer;
}

.login .forgot {
    text-decoration: none;
    color: white;
    float: right;
}

footer {
    position: absolute;
    color: #136a8a;
    bottom: 10px;
    padding-left: 20px;
}

footer p {
    display: inline;
}

footer a {
    color: green;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .heart {
    color: #B22222;
    font-size: 1.5em
}
