.toplogin{
    display:none !important;
}

#block_megalogin:hover #megalogin_form form {
    /*display:block !important;*/
}


#block_megalogin {
    float: left;
    text-align: right;
    width: 202px;
    margin:0px 0px;
}

#megalogin_info {
    /*	background-color: #0088CC;*/
    font-size:12px;
    /*    background-image: url("user.png");*/
    background-position: 2px center;
    background-repeat: no-repeat;
    /* color: #FFFFFF;*/
    /* font-size: 13px;*/
    font-weight: bold;
    height: 25px;
    line-height: 25px;
    text-align: left;
    /*text-indent: 30px;*/
    width: 210px;
    padding-bottom:0px;
    cursor: pointer;
    margin:0px;
}
div#account_options.mostrarForm ul {
    list-style:none;
}
#megalogin_form form {
    color:white;
   /* display: none;*/
    padding: 15px;
    position: absolute;
    text-align: left;
    width: 28.88rem;
    border-top: 1px solid #FFFFFF !important;
    z-index:9999;
    margin-left: 0.11rem;
}

#block_megalogin .text {
    margin-bottom: 3px;
    color: #FFFFFF;
    padding-bottom:0px;
}
#block_megalogin .button_log {
    margin-top: 10px;
    padding-bottom:0px;
}
#block_megalogin a {
    /*color: #FFFFFF;*/
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 12px;
}
#block_megalogin a:hover {
    text-decoration: underline;
}
#block_megalogin ul li {
    margin-bottom: 4px;
}
.ocultarForm {
    display: none !important;
}

.mostrarForm {
    display: flex !important;
}

#account_options {
    width: 100% ;
    height: 100%;
    left: 0px;
    top: 0;
    right: 0px;
    z-index: 999999;
    display: none;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    height: 100vh;
    position: absolute;
}

#megalogin_form form input {
    margin-left: 0;
    width: 100%;
}
#megalogin_form form input#passwd , #login_form input#passwd{
  margin-left: 0;
  width: 90%;
  float: left;
}
#megalogin_form form i#togglePassword,  #login_form i#togglePassword {
  margin-left: 0;
  width: 10%;
  color: #000000;
  float: left;
}



#closeSesion {
    background-image: url("aspa.png");
    float: right;
    height: 21px;
    vertical-align: top;
    width: 23px;
    margin-top: 3px;
    cursor: pointer;
    display:none;
}
.button_megaloging {
    padding: 0.85rem 0px;
    border-radius: 0.55rem;
    background-color: #111;
    color: #f7f7f7;

    font-family: 'Montserrat';
    text-align: center;
    box-shadow: 0.277rem 0.277rem 0.555rem 0 rgb(0 0 0 / 16%);
    text-transform: uppercase;
    display: block;
    width: 100%;
    font-size:1.333rem;
}