.login{
    text-align: center;
}

.login #formregistrosubmit,
.login #profformregistrosubmit{
    display: none;
}
.login .content .h1,
.login .content h1{
    color: #333333;
    letter-spacing: 1px;
    font-weight: bold;
    text-decoration:none; 
    font-weight: bold;
    font-size: 26px;
}
.login a {color:#eb5a66;}
.login a:hover {color:#02c5d8;}
.login a:visited {color:#eb5a66;}
.login h2{
    font-weight: bold;
    margin-bottom: 0px;
}


.login p{
    color: #6e6e6e;
    font-size: 15px;
    line-height: 19px;
    font-weight: normal;
    margin: 10px 0;
}

.login form{width: 100%;margin: 20px 0px 35px 0px;}




.login form input{
    outline: none;
    color: #575757;
    font-size: 12px;
    width: 350px;
    height: 37px;
    padding: 0px 10px;
    border: 1px solid #d9d9d9;
    background: #fff;
}


.login form .buttonsubmit,
.login form input[type=submit]{
    border: none;
    background: #333333;
    color: white;
    width: 215px;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
    height: 40px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
}



.login .realizado{
    margin-top: 50px;
    display:none;
    text-align: center;
}

.login .confirmederrortime{
    display:none;
    text-align: center;
}

.login .confirmed{
    display:none;
    text-align: center;
}

.login .errordata,
.login .usernotallowed{
    display:none;
    text-align: center;
}

.login .realizado .solicitudenviada{
    text-align: center;
    margin-bottom: 15px;
}

.login .realizado .solicitudenviada img{
    width: 200px;
    max-width: 100%;
    margin-bottom: 20px;
}

.login .realizado p{
    font-size: 16px;
    text-align: center;
}
.login .alinearcentro{
    text-align: center;
}

.login .buttonVolverPrincipal {
    background: #e99109;
    display: inline-block;
    padding: 8px 30px;
    border-radius: 4px;
    font-size: 15px;
    margin: 10px 0px;
    color: #ffffff !important;
    font-weight: bold;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    text-decoration: none;
}


.login .buttonVolverPrincipal a{text-decoration: none;}
.login .disabledselect{
    pointer-events: none;
    opacity: 0.6;
}

.login #errorpassrodtext{
    max-width: 320px;
    color: #d98989;
}

/* Chrome, Safari, Edge, Opera */
.login input::-webkit-outer-spin-button,
.login input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.login input[type=number] {
  -moz-appearance: textfield;
}

.login #messageerrorterminos{
    color: #cd201f;
    font-size: 12px;
    font-weight: bold;
    margin-left: 33px;
    display: none;
}

@media all and (max-width:990px){
    .login {padding-left: 0px;}
    .login form input{width: 100% !important;}
}

