﻿.registro-title {
    font-family: "ToyotaType-Regular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    display: flex;
    align-items: center;
}

.red-title,
.normal-p a {
    color: #EB0A1E;
}

.black-title {
    color: #000;
}

.normal-p {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #58595B;
}

    .normal-p a:hover {
        text-decoration: none;
        color: #EB0A1E;
    }

    .normal-p.short {
        width: 70%;
    }

#main-container {
    padding: 0;
    overflow: hidden;
}

.sub-title {
    font-family: "ToyotaType-Regular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.btn-registro {
    font-family: "ToyotaType-Regular", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #EB0A1E;
    border: 1px solid #EB0A1E;
    box-sizing: border-box;
    border-radius: 20px;
    padding: 8px 24px;
    background-color: #FFFFFF;
    width: 192px;
    transition: all 0.1s ease-in-out;
}

    .btn-registro.btn-long {
        padding: 8px 18px;
    }

    .btn-registro:hover,
    .btn-registro:active,
    .btn-registro:focus {
        color: #FFFFFF;
        background-color: #EB0A1E;
        transition: all 0.2s ease-in-out;
        outline: none;
    }

.login-img {
    height: calc(100vh - 63px);
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
}

    .login-img > img {
        width: 100%;
    }

.login-form,
.login-form-stretch,
.reg-exitoso {
    padding-left: 6vw;
    padding-right: 6vw;
}

.login-error {
    padding: 8px;
    background: #cc0000;
    color: white;
    text-align: center;
}

.recuperar-form {
    padding-left: 6vw;
    padding-right: 6vw;
}

.reg-exitoso {
    display: grid;
}

.back-button {
    padding: 16px 19px;
    border-radius: 50%;
    border: 1px solid #EB0A1E;
    cursor: pointer;
}

    .back-button:hover {
        background-color: #EB0A1E;
        transition: all 0.2s ease-in-out;
    }

        .back-button:hover > img {
            filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(132deg) brightness(103%) contrast(103%);
        }

*:focus,
*:active {
    outline: none;
}

.red-link {
    color: #cc0000;
    cursor: pointer;
}

    .red-link:hover {
        text-decoration: none;
        color: #cc0000;
        cursor: pointer;
    }

.black-link {
    color: black;
    cursor: pointer;
    font-weight: bold;
}

    .black-link:hover {
        text-decoration: none;
        color: white;
        cursor: pointer;
        font-weight: 400;
    }

.terms {
    display: flex;
    flex-direction: row;
}

    .terms input[type=checkbox] {
        /* Double-sized Checkboxes */
        -ms-transform: scale(1.5); /* IE */
        -moz-transform: scale(1.5); /* FF */
        -webkit-transform: scale(1.5); /* Safari and Chrome */
        -o-transform: scale(1.5); /* Opera */
        transform: scale(1.5);
        margin: 7px;
    }

.float-container {
    margin: 15px 0;
}

#nota-ayuda {
    font-family: "ToyotaType-Regular", sans-serif;
    font-style:italic;
    font-size: 12px;
    color: dimgrey;
}

#reenviar{
    display:inline-block;
}

    #reenviar:hover {
        cursor: pointer;
        color: #cc0000;
    }


@media(max-width: 1199px) {
    #bienvenida,
    #iniciar-sesion {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

@media(min-width: 992px) {
    .reg-exitoso {
        margin-top: 45px;
    }
}

@media(max-width: 767px) {
    .login-form-stretch {
        padding-left: 11vw;
        padding-right: 11vw;
    }

    .recuperar-form {
        padding-left: 7vw;
        padding-right: 7vw;
    }

    .btn-registro {
        width: 100%;
    }

    .normal-p.short {
        width: 100%;
    }

    .registro-title {
        font-size: 24px;
        line-height: 32px;
    }
}

@media(max-width: 360px) {
    .reg-exitoso {
        padding-left: 0;
        padding-right: 0;
    }
}
