.contenedor-acceso-externo-ingreso {
    height: 100vh;
    width: 100%;
    background-color: #F2F3F2;
    /*background: url("../../resources/img/external-background.jpg") no-repeat 50% fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../../resources/img/external-background.jpg");
    background-attachment: fixed;
    padding-top: 50px;
}
.contenedor-acceso-externo-registracion {
    width: 100%;
    background-color: #F2F3F2;
    padding-bottom: 60px;
    padding-top: 40px;
    /*background: url("../../resources/img/external-background.jpg") no-repeat 50% fixed;*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url("../../resources/img/external-background.jpg");
    background-attachment: fixed;
}
.login-acceso-externo, .registracion-acceso-externo {
    padding: 40px;
    border: solid 1px #e4e4e4;
    background-color: rgba(255, 255, 255, 0.92);
}
.login-acceso-externo {
    width: 30%;
    margin-left: 50px;
}
.registracion-acceso-externo {
    width: 90%;
    margin: auto;
}
.linea-horizontal {
    border-bottom: solid 1px #a7a7a7;
    margin: 20px -20px 20px -20px;
}
.boton-acceso-externo {
    border: none;
    border-radius: 0;
    box-shadow: 0 1px 2px 0 rgba(128, 128, 128, 0.48);
}
.boton-confirmar, .boton-siguiente {
    background: #27ace3;
}
.boton-confirmar:hover, .boton-siguiente:hover {
    background: #4acaff !important;
}
.boton-activacion, .boton-olvido-contrasena {
    margin: auto;
    background: transparent !important;
    padding: 0;
    border: none;
    box-shadow: none;
}
.boton-activacion > span, .boton-olvido-contrasena > span {
    padding: 0 !important;
    color: #007db1;
    font-size: 0.9em;
    font-weight: bold;
}
.contenedor-btn-activacion {
    text-align: center;
    padding-top: 15px;
}
.boton-siguiente {
    margin: auto;
    background: #27ace3;
}
.boton-volver-externo {
    float: left;
}
.boton-volver-externo, .boton-cancelar-registracion {
    background: #f1f1f1;
    color: #636363;
}
.boton-volver-externo:hover, .boton-cancelar-registracion:hover {
    background: #f9f9f9;
    color: #3c3c3c;
}
.boton-confirmar {
    float: right;
    background: #27ace3;
}
.boton-confirmar-generar {
    margin: auto;
    background: #27ace3;
}
.boton-registrarse {
    float: right;
    background: #27ace3;
}
.boton-registrarse:hover {
    background: #4acaff !important;
}
.boton-cancelar-registracion {
    float: left;
}
.contenedor-logo-mgsm {
    margin-bottom: 20px;
}
.contenedor-logo-mgsm-registracion {
    float: left;
}
.logo-mgsm {
    margin: auto;
    display: flex;
}
.iframe-tyc {
    width: 100%;
    height: 300px;
}
.panel-tyc {
    padding: 3px 0px 25px 6px;
}
.panel-tyc span.ui-chkbox-icon.ui-icon-check:before {
    color: #333 !important;
}
.input-text {
    border: none;
    border-bottom: solid 0.15em #e4e4e4;
    border-radius: 5px;
    background-color: transparent;
}
.contenedor-leyenda {
    margin-bottom: 45px;
    text-align: center;
    color: grey;
}
.contenedor-leyenda > div {
    font-size: 1.3rem;
}
.contenedor-leyenda-registracion {
    float: right;
}
.contenedor-leyenda-registracion > div {
    font-weight: bold;
}