html, body {
    background-color: white;
    max-width: 100%;
}

.ods-container {
    background: top center no-repeat;
    width: auto;
    min-height: 100rem;
    margin: 5rem 5rem 5rem 5rem;
    background-position: center;
    background-size: 100% 100%;
    border-radius: 40px;
}

.ods-box {
    margin: 5rem;
    text-align: left;
    padding-top: 55rem;
}

.ods-gop-logo>img {
    width: 11rem;
}

.ods-subtitle>h3 {
    color: #FFF;
    font-size: 2rem;
    font-weight: 600;
    line-height: 5rem;
}

.ods-footer {
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 50px;
    margin-top: 20px;
}

.main-frame {
    margin: 5rem 5rem 0rem 2rem;
}

.div-iconos-ods {
    text-align: center;
}

.div-iconos-ods>div>img {
    filter: contrast(1);
}

.valor-ods {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    margin-top: 15px;
}

.indicador-ods {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}

.login-client-logo {
    text-align: center;
    margin: 6rem 6rem 5rem 6rem;
}

.login-buttons {
    text-align: center;
    margin-bottom: 2rem;
}
.login-buttons.button-is-active {
    background-color: transparent;
}

.left-button {
    padding: 1rem 4rem;
    font-size: 18px;
    margin-right: -2px;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    border: 1px solid transparent;
    background: #B8B8B8;
    color: #fff;
}

.right-button {
    padding: 1rem 4rem;
    font-size: 18px;
    margin-left: -2px;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    border: 1px solid transparent;
    background: #B8B8B8;
    color: #fff;
}

.button-is-active {
    background: #0B678E;
}

.login-welcome-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: #000;
    /* padding: 0rem 15rem; */
    margin-bottom: 20px;
    max-width: 50%;
    place-self: center;
}

.form-signin {
    justify-items: center;
    margin: 20px 0px;
}

.form-signin>div {
    width: 50%;
}

label.login-input {
    font-size: 16px;
    line-height: 100%;
    font-weight: 400;
    color: #666666;
    margin: 10px 0px;
}

.form-control {
    border-color: #66666659;
    border-radius: 12px;
    font-size: 16px;
    padding: 20px;
}

.help-block.help-block-error {
    color: #EE1D52;
    margin-top: 5px;
    margin-bottom: -12px;
}
.has-error .form-control {
    border-color: #EE1D52;
}

.checkbox>label {
    font-size: 16px;
    color: #000;
}

input[type="radio"], input[type="checkbox"] {
    margin: 5px 0 0;
    transform: scale(1.2, 1.2);
}

input[type="text"],input[type="password"] {
    background: #FFF;
}

.pass-container {
    align-items: baseline;
    display: flex;
}
.pass-container>.field-input-password-1,
.pass-container>.field-input-password-2,
.pass-container>.field-input-password {
	padding: 0px;
    width: 100%;
}

.pass-container>button {    
    margin: 0px 0px 0px -38px;
    position: relative;
    border: none;
    background: transparent;
    color: #B3B3B3;
    background-color: transparent;
    padding: 0px 0px 0px 0px;
    font-size: 22px;
    top: 3px;
}

.btn-login {
    width: 50%;
    border-radius: 40px;
    padding: 14px;
    margin: 20px 0px;
    background: #0B678E;
    font-size: 22px;
    line-height: 100%;
    font-weight: 500;
}

.more {
    margin: 40px 0px 20px 0px;
}

.recaptcha-box {
    width: 300px !important;
    align-content: center;
    text-align: center;
    margin-top: 2em;
}

.login-welcome-subtext {
    font-size: 14px;
    color: #222;
    text-align: center;
}

.login-forget-pass {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.login-resend-pass>a,
.login-resend-pass>b>a,
.login-forget-pass>a,
.login-forget-pass>b>a{
    color: #1181B1;
    font-weight: 700;
    cursor: pointer;
}

.login-resend-pass>a:hover,
.login-resend-pass>b>a:hover,
.login-forget-pass>a:hover,
.login-forget-pass>b>a:hover{
    color: #000;
}

.login-resend-pass {
    text-align: center;
    font-size: 16px;
    color: #000;
    margin: 20px 0px;
}

.login-gop-logo {
    text-align: center;
}

.login-gop-logo>img {
    width: 11rem;
}

.response-img {
    text-align: center;
    margin: 3em 0px;
}

.mail-img{
    min-width: 10em;
    min-height: 30em;
    margin: 30px 0px;
}

.k-disabled {
    cursor: not-allowed;
}

.other-buttons {
    position: sticky;
    justify-self: right;
    margin: -3rem -3rem -5rem 0rem;
}

.other-buttons>.btn {
    padding: 8px 10px;
    font-size: 13px;
    min-width: 17rem;
    max-width: 17rem;
    white-space: break-spaces;
    background-color: #0B678E;
    color: #FFF;
    border-radius: 12px;
}

.other-buttons>.btn:hover {
    filter: brightness(1.2);
}

.other-buttons>.btn>i {
    margin: 0px 5px 0px -3px;
    top: 0px;
    position: relative;
    font-size: 17px;
}

@media screen and (max-width: 800px) {
    html, body {
        max-width: 500px;
    }

    .left-side {
        display: none;
    }

    .right-side {
        margin: 0px 0px 0px -5rem;
    }

    .main-frame {
        margin: 4rem
    }

    .left-button {
        padding: 1rem 3rem;
    }

    .right-button {
        padding: 1rem 3rem;
    }

    .login-client-logo {
        text-align: center;
        margin: 2rem;
    }

    .login-client-logo>img {
        vertical-align: middle;
        width: 30em;
        height: 10em;
        top: -2rem;
        position: relative;
    }

    .login-welcome-text {
        max-width: 80%;
    }

    .login-welcome-subtext {
        font-size: 14px;
        color: #222;
        text-align: center;
        max-width: 80%;
        place-self: center;
    }

    .btn-login {
        font-size: 18px;
    }

    .other-buttons {
        display: none;
    }
}