.content{
    width: 100%;
    overflow: hidden;
    margin-bottom: 265px;
}

.login{
    width: 32%;
}

.title{
    font-size: 24px;
    font-weight: bold;
    margin-top: 90px;
    margin-bottom: 40px;
    font-family:'Abhaya Libre';
}

.email{
    width: 100%;
    height: 60px;
    border: 1px solid #121416;
    border-radius: 8px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 30px;
    font-family:'Abhaya Libre';
}

.verification_text{
    width: 100%;
    height: 60px;
    margin-bottom: 30px;
    font-family:'Abhaya Libre';
}

.verification_code{
    width: 67%;
    height: 60px;
    border: 1px solid #121416;
    padding-left: 30px;
    border-radius: 8px;
    font-size: 16px;
    font-family:'Abhaya Libre';
}

.send_code{
    font-size: 16px;
    width: 30%;
    height: 60px;
    border-radius: 8px;
    background-color: #121416;
    color: #FFFFFF;
    font-family:'Abhaya Libre';
    cursor: pointer;
}

.password_text{
    position: relative;
}

.eye{
    position: absolute;
    top: 18px;
    right: 30px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.password{
    width: 100%;
    height: 60px;
    border: 1px solid #121416;
    border-radius: 8px;
    padding-left: 30px;
    font-size: 16px;
    margin-bottom: 20px;
    font-family:'Abhaya Libre';
}

.sub{
    margin-top: 75px;
    width: 100%;
    height: 80px;
    background-color: #121416;
    color: #FFFFFF;
    border-radius: 16px;
    font-size: 24px;
    font-family:'Abhaya Libre';
}
.sub:hover{
    background: none;
    color: #121416;
    border: 1px solid #121416;
}