@import url('https://fonts.googleapis.com/css2?family=Quintessential&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: 'Roboto', sans-serif;
}


.login{
    height: 100vh;
    width: 100%;
    display: flex;
    background: rgb(22, 110, 161);
    border: 4px solid rgb(55, 148, 209);
    justify-content: center;
    align-items: center;

}
.lkgjg{
    height: 150vh;
}

.login .login1 .box1{
    background: rgb(223, 223, 223);
    padding: 50px;
    border-radius: 5px;

}

.login .login1 .box1 h3{
    margin: 15px 0;
    font-weight: 600;


}
.login .login1 .box1 input {
    margin: 15px 0;
    display: block;
    border: none;
    height: 30px;
    width: 100%;
    padding: 20px;
    border-radius: 3px;

}
.login .login1 .box1 p {
    font-size: 14px;
    color: #555151;
}

.login .login1 .box1 a{
    display: block;
    text-align: center;
    background: rgb(13, 104, 165);
    padding: 10px;
    margin-top: 20px;
    text-decoration: none;
    color: aliceblue;
    font-weight: 600;
    letter-spacing: 1px;
}

.login .login1 .from-buttom p{
    font-size: 13px;
    font-weight: 300;
    color: rgb(218, 218, 218);
    margin: 10px 0;
    text-align: center;
    
}

.login .login1 a{
    
    text-align: center;
    text-decoration: none;
    font-weight:300;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 700;
}


.login .login1 .box1 p #check{
    display: inline;
    width: 10%;
    height: 15px;
}