Acceso a mi cuenta
Bienvenido y esperamos encuentres lo que buscas..!
No eres miembro? Regístrate Ahora
<style>
.ba-login-form{
overflow: hidden !important;
display: flex;
justify-content: center;
align-items: center;
}
.ba-login-form:before{
content: '';
position: absolute;
width: 200px;
height: 300%;
background: linear-gradient(-90deg,rgb(12,224,255,0) 30%,#0ce0ff 100%);
animation: animate 6s linear infinite;
}
@keyframes animate{
0%{
transform: rotate(0deg);
}
100%{
transform: rotate(360deg);
}
}
.ba-login-form input#form-field-ahlsac-0 {
display: none;
}
.brxe-form input[type=radio]+label {
color: #0ce0ff!important;}
body.bricks-is-frontend :focus {
outline:none!important;
}
.ba-login-form a{
color: #0ce0ff!important;
font-weight: 600;
text-decoration: underline;}
.brxe-form .message .text {
padding: 15px;
background-color: #00224f;
color: #fff;
font-family: "Work Sans";
text-align: center;
}
</style>
