.error,
.help-block {
    color: #ff2569;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 500;
    display: table-row;
}

#lblTitulo {
  text-align: center;
}

/* Tipografías personalizadas */
@font-face {
    font-family: 'WorkSans-Light';
    src: url(/static/fonts/WorkSans-Light.eot);
    src: url(/static/fonts/WorkSans-Light.eot?#iefix) format('embedded-opentype'),
         url(/static/fonts/WorkSans-Light.otf) format('otf'),
         url(/static/fonts/WorkSans-Light.ttf) format('truetype'),
         url(/static/fonts/WorkSans-Light.woff) format('woff'),
         url(/static/fonts/WorkSans-Light.woff2) format('woff2');
}

@font-face {
    font-family: 'WorkSans-Regular';
    src: url(/static/fonts/WorkSans-Regular.eot);
    src: url(/static/fonts/WorkSans-Regular.eot?#iefix) format('embedded-opentype'),
         url(/static/fonts/WorkSans-Regular.otf) format('otf'),
         url(/static/fonts/WorkSans-Regular.ttf) format('truetype'),
         url(/static/fonts/WorkSans-Regular.woff) format('woff'),
         url(/static/fonts/WorkSans-Regular.woff2) format('woff2');
}

@font-face {
    font-family: 'WorkSans-SemiBold';
    src: url(/static/fonts/WorkSans-SemiBold.eot);
    src: url(/static/fonts/WorkSans-SemiBold.eot?#iefix) format('embedded-opentype'),
         url(/static/fonts/WorkSans-SemiBold.otf) format('otf'),
         url(/static/fonts/WorkSans-SemiBold.ttf) format('truetype'),
         url(/static/fonts/WorkSans-SemiBold.woff) format('woff'),
         url(/static/fonts/WorkSans-SemiBold.woff2) format('woff2');
}

@font-face {
    font-family: 'WorkSans-Bold';
    src: url(/static/fonts/WorkSans-Bold.eot);
    src: url(/static/fonts/WorkSans-Bold.eot?#iefix) format('embedded-opentype'),
         url(/static/fonts/WorkSans-Bold.otf) format('otf'),
         url(/static/fonts/WorkSans-Bold.ttf) format('truetype'),
         url(/static/fonts/WorkSans-Bold.woff) format('woff'),
         url(/static/fonts/WorkSans-Bold.woff2) format('woff2');
}



.content {
    padding: 7rem 0;
}

/* Layout del formulario */
.half,
.half .container > .row {
    height: 100vh;
    min-height: 700px;
}

@media (max-width: 991.98px) {
    .half .bg {
        height: 200px;
    }
}

.half .contents {
    background: #fff;
}

.half .contents,
.half .bg {
    width: 50%;
}

@media (max-width: 1199.98px) {
    .half .contents,
    .half .bg {
        width: 100%;
    }
}

/* Campos de formulario */
.half .contents .form-control,
.half .bg .form-control {
    line-height: 17.6px;
    font-size: 15px;
    height: 45px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-appearance: auto;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .bg .form-control:active,
.half .bg .form-control:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

/* Imagen de fondo */
.half .bg {
    background-size: cover;
    background-position: center;
}

/* Botón principal */
.btn-success {
    width: 350px;
    height: 50px;
    margin-top: 20px;
    border: 2px solid #00A692;
    border-radius: 50px;
    text-transform: none;
    background-color: #00A692 !important;
    font-family: 'WorkSans-SemiBold';
}

button {
    color: #fff;
    font-size: 30px;
    font-family: 'WorkSans-SemiBold';
}


/* Texto debajo del título */
.registrate {
    color: #131313;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    align-items: center;
    font-weight: 400;
    margin-bottom: 10px;
}

.registrate small {
    font-style: italic;
    font-size: 12px;
    color: #888;
}

.logged {
    color: #131313;
    font-size: 16px;
    text-align: center;
}

/* Estilos responsive */
@media (max-width: 500px) {
    #divRegistroForm {
        padding: 20px !important;
        padding-top: 0px !important;
        max-width: 100% !important;
    }

    .btn-success {
        width: 320px;
    }

    .MuiInputAdornment-root {
        right: -280px !important;
    }
}

/* Íconos tipo "ojo" */
.MuiInputAdornment-positionEnd {
    margin-left: 8px;
}

.MuiInputAdornment-root {
    height: 0.01em;
    display: flex;
    max-height: 2em;
    align-items: center;
    white-space: nowrap;
    position: relative;
    right: -310px;
    bottom: 20px;
}

form .form-control {
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
}

#lnkRegistrarme {
    font-size: 18px !important;
}



  