
.link1{
    font-size: 16px;
    color: #074ee8;!important;
    opacity: 1; !important;
    font-weight: 550;
}

.link1:hover{
    color: #053eb9;
    text-decoration: none;
}

.dfd{
    font-weight: 1000; !important;
    opacity: 1;!important;
    margin: 0;!important;
}
.btn2{
    background: #074ee8;!important;
    padding: 15px;
    color: white;
    text-align: center;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 10px;
    margin-top: 10px;
}
.btn3{
    text-align: center;!important;
    font-size: 16px;
    display: block;
    color: #074ee8;!important;
    margin: 0; !important;
    width: 100%;!important;
    opacity: 1; !important;
    margin-top: 20px;
    font-weight: 550;
}

.btn3:hover{
    color: #053eb9;
    text-decoration: none;
}
.btn2:hover{
    background: #053eb9;
    text-decoration: none;
}
#container-imagem {
    height: 100vh;
    width: 100%;
    background: url("../img/img-login.png");
    background-size: cover;
}
.div_login {
    width: 50%;
    background: #f3f4f6;
    display: flex;
    justify-content: center;
    align-items: center;
}

.div_img {
    width: 50%;
}
.div_login2{
    width: 450px;
}

#name{
    padding: 25px;
}

#password{
    padding: 25px;
}

#password-confirm{
    padding: 25px;
}

#email{
    padding: 25px;
}
@media(max-width: 1000px){
    .div_login {
        width: 70%;
        background: #f3f4f6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div_img {
        width: 30%;
    }
}
@media(max-width:700px){
    .div_login{
        width: 100%;
        height: 100%;
        background: #f3f4f6;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .div_login2{
        margin-top: 80px;
    }
    .div_img {
        display: none;
    }
    #container-imagem{
        display: none;
    }
    #container-imagem2{
        display: none;
    }
}
@media(max-width:50px){
    .div_login2{
        width: 100%;
    }
}
.body{
    background: #f3f4f6;
}


#container-imagem2 {
    height: 100vh;
    width: 100%;
    background: url("../img/img-register.png");
    background-size: cover;
}