body {
    background-color: #FFFFFF;
    font-family: 'Ubuntu', sans-serif;
}

.main {  
    width: 400px;
    height: 400px;
    margin: 7em auto;
}

.welcome {
    text-align:center;
    padding-top: 40px;
    color: #5D87FF;
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
    font-size: 23px;
}

.mno {
width: 80%;
color: rgb(38, 50, 56);
font-weight: 700;
font-size: 15px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 17px 20px;
border: none;
border-radius: 3px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.02);
margin-left: 46px;
text-align: center;
margin-bottom: 18px;
font-family: 'Ubuntu', sans-serif;
}

form.form1 {
    padding-top: 40px;
}

.otp {
        width: 80%;
color: rgb(38, 50, 56);
font-weight: 700;
font-size: 14px;
letter-spacing: 1px;
background: rgba(136, 126, 126, 0.04);
padding: 16px 20px;
border: none;
border-radius: 3px;
outline: none;
box-sizing: border-box;
border: 2px solid rgba(0, 0, 0, 0.02);
margin-bottom: 50px;
margin-left: 46px;
text-align: center;
margin-bottom: 27px;
font-family: 'Ubuntu', sans-serif;
}


.un:focus, .pass:focus {
    border: 2px solid rgba(0, 0, 0, 0.18) !important;
    
}

.submit {

    width:80%;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    background: #5D87FF;
    border: 0;
    font-weight: 500;
    padding-bottom: 16px;
    padding-top: 16px;
    font-family: 'Ubuntu', sans-serif;
    margin-left: 11.7%;
    font-size: 13px;
    box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.04);
}

#alert-msg{
    margin:0 0 3.8% 11.7%;
}

.message {
    text-shadow: 0px 0px 3px rgba(117, 117, 117, 0.12);
    color: RGB(187, 215, 255) ;
    padding-top: 15px;
}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500&display=swap");



@media (max-width: 768px) {
    .main {
        border-radius: 0px;
    }
    
    
}