.logo{
    text-align: center;
}
.form_email{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 24px auto 100px auto;
    border-radius: 16px;
    background: var(--White, #FFF);
    box-shadow: 0px 1px 13px 0px rgba(0, 0, 0, 0.05);
    padding: 31px 27px;
    width: 50%;
}
.form_email form{
    display: flex;
    flex-direction: column;
    width: 80%;
}
.form_email h3{
    color: var(--Secondary-100, #F56B0E);
    font-family: Roboto;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.form_email input{
    width: 100%;
}
.divbtn{
    text-align: right;
}
.divbtn button img{
    margin-right: 5px;
}
@media (max-width:1366px) {

}
@media (max-width:1279px) {
    .form_email{
        width: 80%;
    }
}
@media (max-width:768px) {

}
@media (max-width:480px) {
    .logo img{
        width: 100%;
    }
    .form_email{
        width: 100%;
    }
}