
*{
    margin-top: 20px;
   background: radial-gradient(circle,rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
    /* background: linear-gradient(0deg,rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%); */
}
.error {
    border: 1px solid red;
}

body{
   
}

.para {
    color: red;
    margin: 0;
    font-size: 12px;
}

#lgn{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

.login{
   
     */
     margin-left: 50px;;
}

h1{
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    text-align: center;
}