@font-face {
    font-family: MavenPro;
    src: url('/vbtonline/resources/fonts/MavenPro-Regular.ttf') format('truetype');
    /* Agrega más formatos de fuente si es necesario */
    /* También puedes especificar el estilo y el peso de la fuente si es necesario */
}

.imagen_carga {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 135px;
    z-index: 2500;
    background: rgba(255,255,255,0.5);
}

.imagen_carga_forgot{
    position: absolute;
    top: 30%;
    width: 88%;
    height: 390px;
    padding: 18px 6% 10px 6%;
    margin: 0 0 35px 0;
    z-index: 2500;
    background: rgba(255,255,255,0.5);
}

.recuadroCargaImg {
    align-items: center;
    display:block;
    margin:auto;
}

.imagen_carga_index {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    z-index: 2500;
    background: rgba(255, 255, 255, 1);
}

.imagen_carga_validacion {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    margin-top: 100px;
    z-index: 999;
    background: rgba(255,255,255,0.5);
}

.imagen_validacion {
    position:relative;
    display: table-cell;
    vertical-align:middle;
    text-align:center;
    margin-left: 40%;
}
/* remove codrops styles and reset the whole thing */
#div_login #container_demo{
    text-align: left;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    font-family: MavenPro;
}

/** fonts used for the icons **/
@font-face {
    font-family: 'FontomasCustomRegular';
    src: url('fonts/fontomas-webfont.eot');
    src: url('fonts/fontomas-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/fontomas-webfont.woff') format('woff'),
    url('fonts/fontomas-webfont.ttf') format('truetype'),
    url('fonts/fontomas-webfont.svg#FontomasCustomRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'FranchiseRegular';
    src: url('fonts/franchise-bold-webfont.eot');
    src: url('fonts/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/franchise-bold-webfont.woff') format('woff'),
    url('fonts/franchise-bold-webfont.ttf') format('truetype'),
    url('fonts/franchise-bold-webfont.svg#FranchiseRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#div_login a.hiddenanchor{
    display: none;
}
/** The wrapper that will contain our two forms **/
#div_login #wrapper{
    /*right: 0px;*/
    /*height: 433px;*/
    /*margin: 15px 0px 0px 50px;*/
    /*width: 500px;*/
    /*position: relative;*/
}


#login_tips {
    /*float: right;*/
    /*margin: 0px 50px 0px 0px;*/
    /*width: 500px;*/
    /*padding: 0px 10px 10px 80px;*/
    /*border-left: 2px dotted #E1E5EE;*/
    color: #333;
}

#login_tips h3 {
    font-family: 'BebasNeueRegular';
    font-size: 20px;
}

#login_tips ul li{
    line-height: 1.3em;
    font-family: Tahoma;
    margin-top: 10px;
    list-style: circle outside;
    text-align: justify;
}


/**** Styling the form elements **/

/**** general text styling ****/
#wrapper a{
    color: rgb(95, 155, 198);
    text-decoration: underline;
}

#wrapper h1{
    font-size: 18px;
    /*color: rgb(6, 106, 117);*/
    /*padding: 2px 0 5px 0;*/
    padding: 1% 0 2% 0;
    font-family: MavenPro;
    font-weight: bold;
    text-align: left;
    padding-bottom: 1%;
    margin: 0;
    text-transform: uppercase;
    /*text-shadow: 0.1em 0.1em 0.2em #066A75;*/
}
/** For the moment only webkit supports the background-clip:text; */
/*#wrapper h1{
    background: -webkit-repeating-linear-gradient(-45deg,
        rgb(18, 83, 93) ,
        rgb(18, 83, 93) 20px,
        rgb(64, 111, 118) 20px,
        rgb(64, 111, 118) 40px,
        rgb(18, 83, 93) 40px);
        -webkit-text-fill-color: transparent;
        -webkit-background-clip: text;
}*/
#wrapper h1:after{
    content: ' ';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    background: -moz-linear-gradient(left, rgba(147,184,189,0) 0%, rgba(147,184,189,0.8) 20%, rgba(147,184,189,1) 53%, rgba(147,184,189,0.8) 79%, rgba(147,184,189,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(147,184,189,0)), color-stop(20%,rgba(147,184,189,0.8)), color-stop(53%,rgba(147,184,189,1)), color-stop(79%,rgba(147,184,189,0.8)), color-stop(100%,rgba(147,184,189,0)));
    background: -webkit-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -o-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: -ms-linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
    background: linear-gradient(left, rgba(147,184,189,0) 0%,rgba(147,184,189,0.8) 20%,rgba(147,184,189,1) 53%,rgba(147,184,189,0.8) 79%,rgba(147,184,189,0) 100%);
}

#wrapper p{
    margin-bottom:15px;
}
#wrapper p:first-child{
    margin: 0px;
}
#wrapper label{
    color: rgb(64, 92, 96);
    position: relative;
}

/**** advanced input styling ****/
/* placeholder */
#div_login ::-webkit-input-placeholder  {
    color: rgb(190, 188, 188);
    font-style: italic;
}
#div_login input:-moz-placeholder,
#div_login textarea:-moz-placeholder{
    color: rgb(190, 188, 188);
    font-style: italic;
}
#div_login input {
    outline: none;
}

/* all the input except submit and checkbox */
#wrapper input:not([class="inputChaptcha"]):not([class="inputLogin"]){
    width: 92%;
    margin-top: 4px;
    padding: 10px 5px 10px 32px;
    border: 1px solid rgb(178, 178, 178);
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing : content-box;
    box-sizing : content-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.6) inset;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper input:not([type="checkbox"]):active,
#wrapper input:not([type="checkbox"]):focus{
    border: 1px solid rgba(91, 90, 90, 0.7);
    /*background: rgba(238, 236, 240, 0.2);*/
    /*background: rgb(148 213 213);*/
    -webkit-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    -moz-box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
    box-shadow: 0px 1px 4px 0px rgba(168, 168, 168, 0.9) inset;
}

/** the magic icon trick ! **/
[data-icon]:after {
    content: attr(data-icon);
    font-family: 'FontomasCustomRegular';
    color: rgb(0 177 177);
    position: absolute;
    left: 10px;
    top: 220%;
    width: 30px;
}

/*styling both submit buttons */
#wrapper p.button button{
    width: 28%;
    cursor: pointer;
    background: rgb(0, 34, 62);
    padding: 8px 5px;
    font-family: MavenPro;
    color: #fff;
    font-size: 18px;
    border: 1px solid rgb(0, 34, 62);
    margin-bottom: 10px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
    0px 0px 0px 3px rgb(254, 254, 254),
    0px 5px 3px 3px rgb(210, 210, 210);
    -moz-box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
    0px 0px 0px 3px rgb(254, 254, 254),
    0px 5px 3px 3px rgb(210, 210, 210);
    box-shadow:0px 1px 6px 4px rgba(0, 0, 0, 0.07) inset,
    0px 0px 0px 3px rgb(254, 254, 254),
    0px 5px 3px 3px rgb(210, 210, 210);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#wrapper p.button button:hover{
    background: rgb(74, 179, 198);
}
#wrapper p.button button:active,
#wrapper p.button button:focus{
    background: rgb(40, 137, 154);
    position: relative;
    top: 1px;
    border: 1px solid rgb(12, 76, 87);
    -webkit-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0px 1px 6px 4px rgba(0, 0, 0, 0.2) inset;
}
p.login.button,
p.signin.button{
    text-align: right;
    margin: 5px 0;
}
#btn_lgn_olvidopass{
    cursor: pointer;
}
/* styling the checkbox "keep me logged in"*/
.keeplogin{
    margin-top: -5px;
}
.keeplogin input,
.keeplogin label{
    display: inline-block;
    font-size: 12px;
    font-style: italic;
}
#div_login .keeplogin input#loginkeeping{
    margin-right: 5px;
}
#div_login .keeplogin label{
    width: 80%;
}


/*styling the links to change from one form to another */

#div_login p.change_link{
    position: absolute;
    color: rgb(127, 124, 124);
    left: 0px;
    height: 20px;
    width: 440px;
    padding: 17px 30px 20px 30px;
    font-size: 16px	;
    text-align: right;
    border-top: 1px solid rgb(219, 229, 232);
    -webkit-border-radius: 0 0  5px 5px;
    -moz-border-radius: 0 0  5px 5px;
    border-radius: 0 0  5px 5px;
    background: rgb(225, 234, 235);
    background: -moz-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247) ,
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: -webkit-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247) ,
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: -o-repeating-linear-gradient(-45deg,
    rgb(247, 247, 247) ,
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
    background: repeating-linear-gradient(-45deg,
    rgb(247, 247, 247) ,
    rgb(247, 247, 247) 15px,
    rgb(225, 234, 235) 15px,
    rgb(225, 234, 235) 30px,
    rgb(247, 247, 247) 30px
    );
}
#wrapper p.change_link a {
    display: inline-block;
    font-weight: bold;
    background: rgb(247, 248, 241);
    padding: 2px 6px;
    color: rgb(29, 162, 193);
    margin-left: 10px;
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid rgb(203, 213, 214);
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s  linear;
    -o-transition: all 0.4s linear;
    -ms-transition: all 0.4s  linear;
    transition: all 0.4s  linear;
}
#wrapper p.change_link a:hover {
    color: rgb(57, 191, 215);
    background: rgb(247, 247, 247);
    border: 1px solid rgb(74, 179, 198);
}
#wrapper p.change_link a:active{
    position: relative;
    top: 1px;
}
/** Styling both forms **/
#register, #forgotpass{
    position: absolute;
    top: 20%;
    left: 30%;
    /*width: 70%;*/
    width: 50%;
    /*height: 70%;*/
    padding: 2% 4% 0% 2%;
    /*margin: 35px 0px 35px 35px;*/
    /*margin: 3% 0% 0% 15%;*/
    background: #ffffff;
    border: 1px solid rgba(147, 184, 189,0.8);
    -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-radius: 2%;
}

#login{
    /*position: absolute;*/
    /* top: 20%; */
    /* left: 30%; */
    /* width: 70%; */
    /*width: 60%;*/
    /* height: 70%; */
    /*padding: 2% 4% 0% 2%;*/
    /* margin: 35px 0px 35px 35px; */
    /* margin: 3% 0% 0% 15%; */
    /*background: #ffffff;*/
    /*background: #00223E;*/
    background: #000926;
    /* border: 1px solid rgba(147, 184, 189,0.8); */
    /* -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset; */
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    /* box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset; */
    /*-webkit-box-shadow: 5px;*/
    -moz-border-radius: 5px;
    border-radius: 2%;
}
#register{
    z-index: 21;
}
#login, #forgotpass{
    z-index: 22;
}
/** yerk some ugly IE fixes 'cause I know someone will ask "why does it look ugly in IE?", no matter how many warnings I will put in the article */

.lt8 #wrapper input{
    padding: 10px 5px 10px 32px;
    width: 92%;
}
.lt8 #wrapper input[type=checkbox]{
    width: 10px;
    padding: 0;
}
.lt8 #wrapper h1{
    color: #066A75;
}
.lt8 #register{
    display: none;
}
.lt8 p.change_link,
.ie9 p.change_link{
    position: absolute;
    height: 90px;
    background: transparent;
}

#div_login span.errorLogin{
    color: red;
    font-weight: bold;
    float: left;
    margin-bottom: 4px;
    margin-left: 20px;
    width: 100%;
}

#marco_trabajo{
    width: 100%;
    min-height: 525px;
}



#div_logo img{
  width: 880px;
    border-radius: 12px;
}

#div_login .imagen_descarga{
    margin-top:68px;
    margin-right:30px;
    margin-bottom:30px;
    margin-left:108px;
    border: 0;
    cursor: pointer;
}


.invisible{
    visibility:hidden;
}


.error_campo{
    border: 1px solid red ! important;
}


.seleccionIdiomaLogin{
    /*height: 2%;*/
    width: 2.5% !important;
    cursor: pointer;
}

@media screen and (max-width: 1290px) {
    .seleccionIdiomaLogin {
        /* height: 2%; */
        width: 10% !important;
        cursor: pointer;
        position: static;
    }
}

@media screen and (max-width: 480px) {
    .seleccionIdiomaLogin {
        width: 10%;
    }
}

.seleccionIdioma{
    /*height: 2%;*/
    width: 2% !important;
    cursor: pointer;
}

.current_seleccionIdioma{
    /*box-shadow: 0px 0px 21px;*/
    text-shadow: 0px 0px 10px #ffffff;
    /*text-shadow: 3px 2px 0px #00b1b1;*/
}

.seleccionIdioma:hover{
    cursor: pointer;
    height: 2%;
    width: 2% !important;
}


.iagen_carga {
    margin-top: 250px;
    margin-left: 550px;
}


.espacioRelleno {
  padding-top: 5%;
}


#showCaptcha{
    top: 0px;
    /*width:180px;*/
    /*height: 75px;*/
    padding: 10px 6% 10px 6%;
    margin: 0 0 10px 0;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189,0.8);
    -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#showCaptcha2{
    top: 0px;
    width:180px;
    height: 75px;
    padding: 10px 6% 10px 6%;
    margin: 0 0 10px 0;
    background: rgb(247, 247, 247);
    border: 1px solid rgba(147, 184, 189,0.8);
    -webkit-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -moz-box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    box-shadow: 0pt 2px 5px rgba(105, 108, 109,  0.7),	0px 0px 8px 5px rgba(208, 223, 226, 0.4) inset;
    -webkit-box-shadow: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#recaptcha_response_field{
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #5d8d99;
    cursor: pointer;
    font: 12px MavenPro;
    height: 20px;
    margin-bottom: 2px;
    margin-left:15px;
    margin-top: 2px;
    width: 120px;
}

#recaptcha_response_field2{
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    color: #5d8d99;
    cursor: pointer;
    font: 12px MavenPro;
    height: 20px;
    margin-bottom: 2px;
    margin-left:15px;
    margin-top: 2px;
    width: 120px;
}

.btnClear{
    background: rgb(225, 229, 238) !important;
    color: rgb(0, 34, 62) !important;
}
.btnClear:hover{
    background: rgb(74, 179, 198);
}

.letrasBody {
    font: '-moz-fixed';
    font-size: 12px;
    color: #565758;
    /* font-family: '-moz-fixed'; */
    /* font-family: 'Trebuchet MS',Tahoma,MavenPro; */
    /*font-family: MavenPro;*/
    font-family: MavenPro;
    background: none repeat scroll 0 0 #FFFFFF;
    margin-top: 0px;
}

.div_loginFixed {
    /* width: 88%; */
    /* overflow: auto; */
    border-radius: 5px;
    /* min-height: 100%; */
}

.centrarLogin{
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
    justify-content: center; /* Centra horizontalmente el contenido */
    height: 100vh; /* Establece la altura del contenedor al 100% del viewport */
}

/* Estilos para dispositivos móviles */
@media screen and (max-width: 480px) {
    #div_login {
        background-image: url('/vbtonline/resources/images/bg-login2.jpg');
    }
}

.inputLogin:hover {
    color: #0d4e02;
}

.antesBotonesSalir {
    position: relative;
}

.centrarExit {
    padding: 15%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 767px) {
    .centrarExit {
        padding: 15%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
}

.loginNewStyle{
    width: 30%;
}

@media (max-width: 1290px) {
    .loginNewStyle {
        width: 70%;
    }
}

.tipoLetra {
    font-family: MavenPro;
}

/* The Modal (background) */
.modalLogin {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content-sm-50{
    position: relative;
    background-color: #fff;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* The Close Button */
.close {
    color: #888;
    float: right;
    font-size: 20px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-body {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #fff;
    font-weight: normal;
    max-height: calc(100vh - 180px);
    overflow-y: auto;
}

.cintaHome{
    background-image: url('../webapp/resources/images/modalHome.png');
}
/* Estilos para el modal */
.modalLogin {
    display: block;
    position: fixed;
    z-index: 1;
    padding-top: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

.modalLogin-content {
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

/* Estilos para la imagen */
.modalLogin-content img {
    width: 100%;
    height: auto;
}

/* Estilos para cerrar el modal */
.closeLogin {
    color: #fff;
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 30px;
    font-weight: bold;
    transition: 0.3s;
}

.closeLogin:hover,
.closeLogin:focus {
    color: #aaaaaa;
    text-decoration: none;
    cursor: pointer;
}

/*!* Estilos para el modal *!*/
/*.modalLogin {*/
/*    display: block;*/
/*    position: fixed;*/
/*    z-index: 1;*/
/*    padding-top: 100px;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    overflow: auto;*/
/*    background-color: rgba(0, 0, 0, 0.9);*/
/*}*/

/*.modalLogin-content {*/
/*    margin: auto;*/
/*    display: block;*/
/*    width: 80%;*/
/*    max-width: 600px;*/
/*    !*margin-top: -7%;*!*/
/*}*/

/*!* Estilos para cerrar el modal *!*/
/*.closeLogin {*/
/*    color: #fff;*/
/*    position: absolute;*/
/*    top: 15px;*/
/*    right: 35px;*/
/*    font-size: 30px;*/
/*    font-weight: bold;*/
/*    transition: 0.3s;*/
/*}*/

/*.closeLogin:hover,*/
/*.closeLogin:focus {*/
/*    color: #aaaaaa;*/
/*    text-decoration: none;*/
/*    cursor: pointer;*/
/*}*/