.alert-danger, .alert-error {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48;
}
.alert .close {
    position: relative;
    top: -10px;
    line-height: 20px;
}
#back{
    width: 35px;
    border-radius: 25px;
    padding: 3px;
    margin-right: 10px;
}
#title_login{
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 21px;
    line-height: 40px;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
#img-avatar{
    width: 100%;
}

.navbar-login
{
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}
.navbar-login-session
{
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}
.icon-size
{
    font-size: 87px;
}
.frm_user{
    padding: 15px;
    min-width: 250px;
    background: #f0f0f0;
}
div#messageStatus{
    position: fixed;
    z-index: 1051;
    display: none;
    text-align: center;
    padding: 10px;
    font-family: inherit;
    font-size: 13px;
    overflow: hidden;
    width: 300px;
    bottom: 0px;
    height: auto;
    margin-left: 6px;
}
#nombre_simultaneo {
    font-weight: bold;
}

.header_info_register > h1 {
    font-size: 20px;
    margin: 0.67em 0;
    color: #535252;
}
.dg-section-block {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
    margin: 1px 0px;
    height: 51px;
    margin-left: 0px !important;
}
.required {
    background-color: #FFFFE2;
}
.required-fiels-legend {
    display: inline-block;
    position: relative;
    width: 100%;
    height: auto;
    text-align: right;
    color: #990;
    border-bottom: 0;
    text-align: right;
    font-size: 12px;
}
.ribbon-wrapper {
    position: relative;
    float: right;
    margin-right: -35px;
}
.ribbon-edge-bottomright {
    top: 35px;
    left: 315px;
    border-color: transparent transparent transparent #A78B1A;
    border-width: 0 0 10px 20px;
    position: absolute;
    z-index: 1;
    border-style: solid;
    height: 0px;
    width: 0px;
}
.ribbon-front {
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -khtml-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.3);
}
.ribbon-front {
    background-color: #FFFFE2;
    height: 35px;
    line-height: 35px;
    width: 335px;
    position: relative;
    left: 0px;
    z-index: 2;
    text-align: center;
    border: 1px solid #F1E7BC;
}
.subinfo-reset-pass {
    color: gray;
    font-size: .9em;
}
.info-reset-pass {
    font-size: 1.2em;
    font-weight: bold;
}
.header_info_register {
    padding: 0px 10px 0px;
    position: relative;
}
.data-fields {
    margin: 1% 0%;
}
.decription-fields {
    background-color: #FEFBED;
    margin: 1% 0%;
    padding: 10px 10px 15px 10px;
    border-right: 5px solid #F1E7BC;
    font-size: 12px;
    color: #A78B1A;
    text-align: justify;
}
.form-horizontal .control-label {
    padding-top: 7px;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
}
.form-control-register {
    display: inline-block;
    width: 30%;
    min-width: 250px;
    vertical-align: text-top;
}
.lbl_field {
    display: inline-block;
    width: 30%;
    text-align: right;
    vertical-align: text-top;
    font-size: 14px;
}
.nav_button {
    text-align: center !important;
    padding-top: 5px;
}