/* Estilos extraídos de acceso/registro.blade.php */

.aviso {
    font-size: 10px !important;
}

label {
    font-size: 12px;
}

#registrar {
    float: right;
    max-width: 150px;
}

.declaraciones {
    border: 1px solid #bebebe;
    padding: 15px;
}

.declaraciones p {
    font-size: 13px;
}

.declaraciones .autorizacion-comunicaciones-registro {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
}

.declaraciones .clausula-proteccion-datos {
    margin-top: 28px;
    margin-bottom: 10px;
}

.declaraciones .clausula-proteccion-datos h5 {
    margin-bottom: 16px;
}

.declaraciones input[type="checkbox"] {
    transform: scale(1.35);
    margin-top: 2px;
    margin-right: 0;
    flex-shrink: 0;
}

.declaraciones .label_veracidad {
    margin-left: 14px;
    margin-top: 1px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.45;
}

.ayuda_idesp {
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #d4d4ff;
    padding: 15px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 13px;
}

.chosen-container {
    width: 100% !important;
    font-size: 14px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.chosen-container-single .chosen-single {
    height: 34px;
    line-height: 1.42857143;
    padding: 6px 12px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    background: white;
    color: #616f77;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #dbe0e2;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: white;
    border-color: #22beef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.chosen-container .chosen-results li {
    font-size: 12px;
}

.chosen-container .chosen-results {
    color: #616f77;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -18px 7px;
}

.chosen-search-input {
    width: 70%;
}

.registro-container {
    margin-top: 100px;
}

.registro-header-content {
    display: inline-block;
}

.registro-logo {
    width: 130px;
    float: right;
}

.registro-important-text {
    color: red;
}
