.loginForm{
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
}
.loginForm .logo{
    width: 100%;
    margin-bottom: 1rem;
}
.loginForm .logo img{
    margin-top: 1rem;
    width:auto;
    max-width: 180px;
    height: auto;
}
.loginForm .form{
max-width: 400px;
margin: 0 auto;
margin-top: 2rem;
justify-content: center;
align-items: center;
text-align: center;
}
.loginForm .textss{
    font-size: 13pt;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    padding: 1rem;
}
.loginForm .form .inputField{
    margin: 1.5rem auto;
    width: 100%;
    text-align: left;
    display: block;
}
.loginForm .form .inputField .span{
position: absolute;
margin-left: 8px;
margin-top: -11px;
background: #FFFFFF;
padding: 0 3px;
}
.loginForm .form input{
    margin: 0 auto;
    width: 100%;
    height: 42px;
    outline: none;
    padding: .4rem;
    border-radius: .4rem;
    border: 2px solid #ff7800;
    font-size: 16px;
    font-weight: 500;
}
.loginForm .form button{
    width: 100%;
    height: 40px;
    background: linear-gradient(135deg, #f3923d, #ff7800);
    color: #FFFFFF;
    border-radius: .4rem;
    margin: 2rem auto;
    border: none;
    font-size: 18px;
    font-weight: 500;
}
.loginForm .form button:hover{
    background: linear-gradient(-135deg, #f3923d, #ff7800);
}
.liks{
    text-align: center;
}
.liks a{
    text-decoration: none;
    color:#ff7800;
    display: block;
    line-height: 1.8rem;
    font-size: 12pt;
}
.liks a:hover{
    color: black;
    text-decoration: underline;
}
@media(max-width: 584px){
    .loginForm .logo,.loginForm .logo img{
      height: 50px;
      margin: 1rem auto;
    }

}
.disabled {
    pointer-events: none;
    opacity: 0.5;
    text-decoration: none;
    color: gray;
}

#resend-link.active {
    pointer-events: auto;
    opacity: 1;
    color: blue;
    cursor: pointer;
    text-decoration: none;
}
.error{
    color: red;
    font-size: small;
}
.success{
    color: green;
    font-size: small;
}
