
.loginform :nth-child(2){
    margin-right: 0!important;
}
div{
max-width: 100%!important;
}
.loginform{
    width:85%;
}
#login {
    background-color: rgb(255,255,255,0.3);
    height: 270px;
    width: 85%;
    margin: auto;
    border-radius: 25px;
    max-width: 350px;
}

.form-input input{
    margin-right: 0!important;
    background-color: #e6e6e6;
    color: #aaaaaa;
    border: 0px;
    width: 100%;
    height: 50px;
    border-radius: 15px;
}

#entrar{
    background-color: #ff9000;
    border: none;
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600!important;
    padding-left: 30px;
    padding-right: 30px;
    background-image: none;
    border-radius: 15px;
}

.error a{
    color: red!important;
    font-size: 12px;
}

#links_custom a{
    color: black;
    background-color: rgb(255,255,255,0.3);
    padding-top: 10px;
    font-weight: 900!important;
}
#links_custom a:hover{
    color: blue;
}

/* */
.bg-login{
    background-color: #ff9000;
    border: none;
}
.blinks{
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#custom_recuperar_pass a{
    color: black;
    font-weight: 900!important;
}
a{
    border-radius: 15px;
}