body {
    background-image: url(./img/BG_login.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    margin: 0;
    font-family: Lato, sans-serif;
}

a {
    color: var(--secondary-color);
}

.pagelayout-embedded #page {
    margin-top: 0;
    height: 100%;
}

.embedded-main {
    height: 100%;
}

.cl-wrapper {
    display: flex;
    justify-content: center;
    padding: 20px 20px 60px 20px;
    align-items: self-start;
    height: 100%;
}

.cl-card {
    width: 420px;
    background: #fff;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
}

.cl-logo img {
    width: 250px;
    margin: 0 auto;
    display: block;
}

.cl-btn {
    width: 100%;
    display: block;
    padding: 12px;
    margin-top: 10px;
    border-radius: 8px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    border: 0;
}

.primary {
    background: #002C49;
    color: #fff;
}

.secondary {
    background: #11A2DC;
    color: #fff;
}

.third {
    background: #11A2DC;
    color: #fff;
}

.login {
    background: #0099cc;
    color: #fff;
}

.cl-hidden {
    display: none;
}


.cl-title {
    font-size: 25px !important;
    margin: 15px 0;
    color: rgb(13 16 34 / 80%);
    text-align: center;
}

.cl-subtitle {
    text-align: center;
    margin-bottom: 20px;
}

.cl-subtitle {
    text-align: center;
    margin-bottom: 20px;
    line-height: normal;
}

input[type="text"],
input[type="password"],
input[type="email"] {
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.cl-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cl-register {
    text-align: center;
    margin-top: 20px;
}

.cl-icono {
    margin: 0 5px;
}

p:last-child {
    margin-bottom: 0;
    margin-top: 10px;
}

.hover_1:hover {
    background: #11A2DC;
    color: #fff;
}

.hover_2:hover {
    background: #002C49;
    color: #fff;
}

.toggle-pass {
    position: absolute;
    right: 10px;
    top: 6px;
    bottom: 0px;
    display: flex;
    cursor: pointer;
    font-size: 18px;
    user-select: none;
    align-items: center;
}

.container-inputs {
    display: flex;
    flex-wrap: wrap;
}

.input-content {
    position: relative;
    margin-bottom: 12px;
}

.input-content input[type="text"],
.input-content input[type="password"],
.input-content input[type="email"],
.input-content input[type="date"],
.input-content select {
    margin-bottom: 0 !important;
    width: 100%;
    padding: 10px;
    margin-top: 6px;
    margin-bottom: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.input-content label:not(.feedback-info) {
    position: absolute;
    background: #FFF;
    font-size: 12px;
    left: 10px;
    top: -3px;
    padding: 0 6px;
    border-radius: 5px;
}

input[name="password"] {
    padding-right: 40px;
}

.field_required {
    color: red;
}

label.feedback-info {
    color: gray;
    padding-left: 10px;
    font-size: 12px;
}

.cl-error-msg {
    display: block;
    color: #d32f2f;
    font-size: 13px;
    margin-top: 4px;
}

.cl-form-error input, 
.cl-input-error {
    border: 2px solid #d32f2f !important;
    background-color: #fff5f5;
}

.cl-alert {
    background: #fdecea;
    color: #b71c1c;
    border: 1px solid #f5c6cb;
    padding: 10px 12px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

.cl-input-error ~ .cl-error-msg{
    display: block;
}
