:root {
    --verde: #349980;
    --verde-translucido: rgba(52, 153, 128, 0.25);
    --blanco: #ffffff;
    --naranja: #fe9110;
    --naranja-translucido: rgba(254, 145, 16, 0.25);
}

@font-face {
    font-family: MyraidProBoldIt;
    src: url(../fonts/MyriadPro-BoldIt.otf);
}

@font-face {
    font-family: MyraidProlightIt;
    src: url(../fonts/MyriadPro-LightIt.otf);
}

@font-face {
    font-family: MyraidProIt;
    src: url(../fonts/MyriadPro-It.otf);
}

body {
    font-family: MyraidProIt;
}

.container-img-slider {
    height: 100vh;
    width: 100% !important;
    object-fit: cover;
    min-height: 100vh;
    object-fit: cover;
}

.container-img-slider img {
    min-height: 100vh;
    min-width: 100%;
    object-fit: cover;
}

.container-slider {
    position: absolute;
    height: 100vh;
    width: 100%;
    z-index: -1;
}

.container-form {
    height: 100vh;
}

.form-login {
    background: #ffffff;
    width: 560px;
    padding: 75px;
    border-radius: 50px;
    height: 658px;
    box-shadow: -2px 3px 15px -1px rgb(0 0 0 / 75%);
    -webkit-box-shadow: -2px 3px 15px -1px rgb(0 0 0 / 75%);
    -moz-box-shadow: -2px 3px 15px -1px rgba(0, 0, 0, 0.75);
}

.container-logo {
    transform: translateY(-35px);
}

.container-logo img {
    width: 30%;
}

.font-mpbiVitalis {
    font-family: MyraidProBoldIt;
    transform: translateY(15px);
    color: var(--verde);
    font-size: 2.2rem;
}

.container-inputs {
    transform: translateY(-15px);
}

.input-login {
    font-size: 1.4rem;
}

.form-control:focus {
    color: #212529;
    background-color: var(--blanco);
    border-color: var(--verde);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--verde-translucido);
}

.font-mpliVitalis {
    font-family: MyraidProlightIt;
}

.btn-login {
    width: 180px;
    height: 51px;
    background: var(--naranja);
    border-color: var(--naranja);
    border-radius: 25px;
    color: var(--blanco);
    font-size: 1.6rem;
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(254, 145, 16, 0.25);
}

.fix-section-options-login {
    position: relative;
    top: 12%;
}

.form-check-input:checked {
    background-color: var(--verde);
    border-color: var(--verde);
}

.form-check-input:focus {
    border-color: var(--verde);
    outline: 0;
    box-shadow: 0 0 0 0.25rem var(--verde-translucido);
}

a {
    text-decoration: none;
}


/* .form-check-input {
    width: 24px;
    height: 24px;
} */

.link-register {
    text-transform: uppercase;
    font-weight: bold;
}

.link-fp,
.link-register {
    transition: all .5s;
}

.link-fp:hover {
    color: var(--verde) !important;
}

.link-register:hover {
    color: var(--naranja) !important;
}

@media (max-width: 768px) {
    .form-login {
        width: 450px;
        padding: 55px;
        border-radius: 50px;
        height: 615px;
    }
    .container-registro-usuario h4 {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .container-registro-usuario{
        transform: translateX(82px);
    }
}