form .section1, .section2{
    color: teal;
    font-size: 22px;
    margin-top: 10px;
}
form .section1 input, .section2 input{
    width: 200px;
    border: 1px solid teal;
    outline: none;
    border-radius: 5px;
    font-size: 15px;
    padding: 7px;
    color: rgba(102, 102, 102, 0.904);
}
form .submit input{
    font-size: 18px;
    color: teal;
    background: white;
    border: 1px solid teal;
    border-radius: 5px;
    padding: 8px 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all 0.3s;
    
}
form .submit input:hover{
    background: teal;
    color: white;
}
.pass{
    color: rgb(9, 66, 66);
    font-size: 18px;
}
.one, .two, .three, .four, .five, .six{
    width: 90px;
    height: 170px;
    float: right;
    margin-top: -115px;
    margin-right: -20px;
}