body{
    background: linear-gradient(135deg, rgba(16, 47, 202, 0.733), rgba(92, 26, 207, 0.568), rgba(75, 33, 154, 0.651));
    background-position: center;
    background-size: cover;
    height: 120vh;
}    
.boxed{
    width: 480px;
    height: 775px;
    margin: auto;
    background-color: rgba(193, 206, 235, 0.842);
    border-radius: 5px;
    border: 2px solid rgb(210, 209, 209);
}
.login-box{
    width: 480px;
    height: 330px;
    margin: auto;
    background-color: rgba(117, 175, 255, 0.842);
    border-radius: 5px;
    border: 2px solid rgb(255, 242, 242);
}
h1{
    text-align: center;
    padding-top: 5px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 35px;
}
h3{
    text-align: center;
    font-size: 30px;
}
form{
    width: 423px;
    margin-left: 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
}
form label{
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 18px;
}
form input{
    width: 100%;
    padding: 7px;
    border: none;
    border: 1px solid grey;
    border-radius: 5px;
}
input[type="submit"]{
    width: 439px;
    height: 35px;
    margin-top: 20px;
    border: none;
    background-color: #00d885d4;
    color: whitesmoke;
    font-size: 18px;
    cursor: pointer;
}

input[type="submit"]:hover {
    box-shadow: 0px 0px 10px #035234d4;
    transition: all 0.3s;
}

p{
    text-align: center;
    padding-top: 20px;
    font-size: 15px;
}
.para2{
    text-align: center;
    font-size: 15px;
    margin-top: -10px;
}
.para2 a{
    color: rgb(122, 59, 163);
}
.terms{
    text-align: left;
    margin-left: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 10px;
    padding-inline: 5px;
    font-size: 20px;
}
.priv{
    text-align: left;
    margin-left: 30px;
    font-family: Georgia, 'Times New Roman', Times, serif;
    padding-top: 10px;
    padding-inline: 5px;
    font-size: 20px;
}
