html,body{
    height:auto;
    color:whitesmoke;
    height:100vh;
}
body{
    font-family: Helvetica;
    /* overflow: auto; */
    width:100%;
    margin:0;
    padding:0;
    background-image: linear-gradient( 109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
}
.error{
    color:rgb(255, 176, 18);
    font-size: 12px;
}

.login-main{
    height:380px;
    width:280px;
    margin: auto;
    position: absolute;
    top:120px;
    right:200px;
    -webkit-border-radius : 20px;
    -moz-border-radius:20px;
    border: 1px solid #888888;
    box-shadow: 2px 2px 2px 3px #888888;
    border-radius:20px;
    background: linear-gradient( 109.6deg, rgb(0, 0, 0) 11.2%, rgb(11, 132, 145) 91.1%);
    opacity:0.8;
}
.login-main a{
    text-decoration: none;
    color:#00ff51;
    font-size: 14px;
    font-style:italic;
}
a:hover{
    opacity:0.7;
}
.login-1{
    color:white;
}
.login-1 label{
    font-size: 18px;
    
}
.login-1 input{
    font-size:14px;
    color:white;
    background:none;
    border:none;

}
.login-input{
    border-bottom:1px solid white;
    
}
.login-input:focus {

    border-bottom:1px solid #21cbba; 
}
input:focus{
    outline: none;
}

/* .login_content{
    display: none;
} */
.dn{
    display: none;
    opacity: 0;
}
.forgot, .backtologin{
    cursor: pointer;
}




@media screen and (max-width: 430px), (max-height: 430px) {
    
    /* to center div horizontally */
.login-main{
    position: absolute;
    top:50%;/* to center div vertically  */
    left:50%;/* to center div horizontally */
    transform: translate(-50%, -50%);
    height:350px;
}
.error{
    font-size: 11px;
}



}
