.iconSelect {
    position: absolute;
    width: 2.3rem;
    top: 35%;
    right: 5%;
}

.login-title {
    width: 80%;
    height: auto;
    margin: 10px auto 30px auto;
    font-size: 50px;
    text-align: center;
}

.colorXunta,
.form-group.form-group-main label,
.btn-outline-primary,
.colorSpanObriga {
    color: #007bc4;
}

.errorServicio,
.errores,
div#botonesFormulario,
div.usernamePasswordSection,
div.outrasOpcions {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.errorServicio {
    justify-content: center;
}

.centeredText {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.btn-primary:hover {
    color: #fff;
    background-color: #005b91;
    border-color: transparent;
}

.btn-outline-primary:hover {
    color: #004b78;
    background-color: rgba(0, 123, 196, .12);
    border-color: #005587;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    border-radius: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bc4;
    border-color: transparent;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 15px;
}

.btn.btn-lg {
    line-height: unset;
}

input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font: inherit;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-outline-primary {
    background-color: transparent;
    border-color: #007bc4;
}

.form-group>label,
label {
    font-weight: 700;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-group>label {
    position: absolute;
    top: 0;
    right: auto;
    bottom: auto;
    left: .8rem;
    z-index: 5;
    max-width: calc(100% - 1.6rem);
    font-size: .8125rem;
    color: #002b4a;
    padding: 0 .75rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.form-group>label,
.form-group>input.form-control {
    background-color: white;
}

div.form-group,
div.espacioAcceso,
.spanObriga {
    width: 70%;
}

div.espacioAcceso,
div.espacioSuperior {
    display: flex;
}

div.espacioAcceso {
    gap: 10px;
}

div.espacioSuperior {
    margin-top: 1em;
    justify-content: center;
}

input.form-control,
div.espacioSuperior {
    width: 100%;
}

.form-group {
    position: relative;
    padding-top: .5rem;
    margin-bottom: 1rem;
}

.form-group.form-group-lg .form-control,
.form-group-lg .form-control {
    min-height: 73px;
    height: 73px;
    padding: 1rem 16px 10px 16px;
    font-size: 20px;
    line-height: 1.33333;
    border-radius: 15px;
}

.form-group.form-group-main .form-control {
    border-color: #007bc4;
}

div.outrasOpcions {
    margin-top: 20px;
}

div.espacioAcceso>input[type=submit] {
    flex: 1;
}

input.linkAzulNormal {
    font-size: 1.2rem;
    color: #067fb6;
}

input.botonEntradaCAS {
    max-width: 50%;
    white-space: normal;
}

div.bloqueEntrada {
    background: white none repeat scroll 0 0;
    border-bottom: 1px solid #236299;
    border-top: 1px solid #236299;
    margin: 2em 5% 1.5em;
    margin-bottom: 0px;
    padding-bottom: 1em;
    padding-top: 0.8em;
}

#ajaxLoader,
#fraseAjaxLoader {
    display: none;
}

#ajaxLoader {
    cursor: default;
    margin-left: 35%;
}

#fraseAjaxLoader {
    padding-right: 0.5em;
}

.spanObriga {
    cursor: pointer;
}

.colorSpanObriga {
    font-weight: bold;
}

.spanText {
    padding: 0 15%;
    text-align: center;
}

.spanText:hover {
    color: #454A53;
}

.disclaimer-panel {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 500;
    padding: 60px;
    background-color: rgba(0, 43, 74, .95);
    color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

.disclaimer-panel .disclaimer-content .disclaimer-header h1,
.disclaimer-panel .disclaimer-content .disclaimer-header h2,
.disclaimer-panel .disclaimer-content .disclaimer-header h3 {
    margin-top: 0;
}

h1,
h2,
h3 {
    margin: 1.7em 0 1.3em;
}

h2 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.3125rem;
}

.disclaimer-panel .disclaimer-content {
    padding: 60px;
}

.disclaimer-panel .disclaimer-content .disclaimer-header {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    margin-bottom: 60px;
}

.disclaimer-panel .disclaimer-content .close {
    opacity: .8;
    color: #fff;
    font-size: 2em;
    text-shadow: none;
    position: relative;
    top: -.2em;
    background-color: rgba(0, 43, 74, .95);
    border: none;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
    float: right;
    font-weight: 700;
    line-height: 1;
}

.disclaimer-panel.visible {
    opacity: 1;
    visibility: visible;
}
