select.form-control:not([size]):not([multiple]) {
    height: 34px !important;
}

.register-form.registro {
    width: auto;
    max-width: 450px;
    border: 1px solid #ddd;
    padding: 2em;
    background: #ffffff;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 37px;
}

a:hover,
a:focus {
    color: white !important;
    text-decoration: none !important;
}

.form-button {
    width: 100% !important;
}

.register-form.registro .form-group {
    margin: 0;
}

.register-form.registro .form-group div {
    margin: 10px 0;
}

a.link:visited,
a.link {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}

a.link:hover,
a.link:active,
a.link:focus {
    color: #fcc107 !important;
}

#popup {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1001;
}

#popup .content-popup {
    margin: 0px auto;
    margin-top: 150px;
    position: relative;
    width: 500px;
    min-height: 250px;
    box-shadow: 0 2px 5px #666666;
}

#popup .content-popup h2 {
    border-bottom: 5px solid #fcc107;
    margin-top: 0;
    padding-bottom: 4px;
}

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

#popup .close {
    position: absolute;
    right: 15px;
}

#popup .alert-olva {
    background: white;
    color: black;
}

#popup .form-group.center {
    position: absolute;
    bottom: 0;
    right: 1em;
}

#popup .form-group.center a {
    padding: 2px 15px;
}

button.swal2-confirm.swal2-styled,
button.swal2-cancel.swal2-styled {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    border: 1px solid transparent;
    border-color: transparent !important;
}

button.swal2-confirm.swal2-styled {
    background: #fcc107;
}