﻿@font-face {	/*@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');*/
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("./fonts/roboto.woff") format("woff"), url("./fonts/roboto.ttf") format("truetype");
}

html, body {
    font-family: 'Roboto', sans-serif;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

h3 {
    color: #780096;
    font-size: 33px;
}

a {
    font-size: 13px;
}

#eys {
    color: #000000;
    text-decoration: underline;
}

    #eys:hover {
        color: #808080;
    }

#haveproblems {
    color: #a300bb;
}

#haveproblems:hover {
    color: #c857e0;
}

#img-portada {
    position: absolute;
    height: 100vh;
    width: auto;
    right: 0px;
}

#col-login {
    margin-top: 15%;
}

#col-error {
    margin-top: 20%;
}

/*#frmLogIn .input-group, #frmFindAuthMethod .input-group {*/
/*    width: 70%*/
/*}*/

#frmLogIn .form-control::-webkit-input-placeholder, #frmLogIn .input-group-text, #frmFindAuthMethod .form-control::-webkit-input-placeholder, #frmFindAuthMethod .input-group-text {
    color: #cfcfcf;
}

#username-error {
    display: none !important;
}

.btn-purple {
    background-color: #780096;
    color: #ffffff;
    font-size: 14px;
    width: 382px;
    height: 53px;
    border-radius: 5.8px;
}

    .btn-purple:hover {
        background-color: #8c00aa;
        color: #ffffff;
    }

.l-gray {
    color: #cfcfcf;
    font-size: 1.9em;
}


.text-danger {
    color: #fd0000 !important;
}

.form-control {
    height: 50px;
}

.ml-6 {
    margin-left: 7.2rem;
}

.btn-outline-secondary:hover, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    background-color: #f1f1f1;
}

.error-input {
    border: 1px solid #fd0000 !important;
}

.b-contain *, .b-contain *::before, .b-contain *::after {
    box-sizing: content-box !important;
}

.b-contain input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.b-contain span {
    font-size: 14px;
    font-weight: normal;
}

.b-contain {
    display: table;
    position: relative;
    padding-left: 1.8rem;
    cursor: pointer;
    margin-bottom: 0.63rem;
}

    .b-contain input[type="checkbox"] ~ .b-input {
        position: absolute;
        top: 0;
        left: 0;
        height: 1.25rem;
        width: 1.25rem;
        background: rgba(255, 255, 255, 1);
        transition: background 250ms;
        border: 1px solid rgba(184, 194, 204, 1);
        border-radius: 0.125rem;
    }

        .b-contain input[type="checkbox"] ~ .b-input::after {
            content: '';
            position: absolute;
            display: none;
            left: 0.46rem;
            top: .18rem;
            width: 0.31rem;
            height: .6rem;
            border: solid rgba(255, 255, 255, 1);
            border-width: 0 2px 2px 0;
            transition: background 250ms;
            transform: rotate(45deg);
        }


    .b-contain input:disabled ~ .b-input::after {
        border-color: rgba(135, 149, 161, 1);
    }

    .b-contain input:checked ~ .b-input::after {
        display: block;
    }

    .b-contain:hover input ~ .b-input,
    .b-contain input:focus ~ .b-input {
        background: rgba(255, 255, 255, 1);
    }

    .b-contain input:focus ~ .b-input {
        box-shadow: 0 0 0 1px rgba(120, 0, 150, 1);
    }

    .b-contain input:checked ~ .b-input {
        background: rgba(120, 0, 150, 1);
        border-color: rgba(120, 0, 150, 1);
    }

    .b-contain input[type="checkbox"]:disabled ~ .b-input {
        background: rgba(241, 245, 248, 1);
        border-color: rgba(184, 194, 204, 1);
        opacity: 0.6;
        cursor: not-allowed;
    }

    .b-contain input:checked:focus ~ .b-input, .b-contain:hover input:not([disabled]):checked ~ .b-input {
        background: rgba(120, 0, 150, 1);
        border-color: rgba(120, 0, 150, 1);
    }

    .b-contain .b-input::before {
        content: '';
        display: none;
        position: absolute;
        left: 0;
        top: 0;
        width: 3rem;
        height: 3rem;
        margin-left: -0.85rem;
        margin-top: -0.85rem;
        background: rgba(0, 130, 243, 1);
        border-radius: 2rem;
        opacity: .6;
        z-index: 99999;
        transform: scale(0);
    }

    .b-contain input + .b-input::before {
        animation: b-ripple 250ms ease-out;
    }

    .b-contain input:checked + .b-input::before {
        animation-name: b-ripple-duplicate;
    }

    .b-contain .b-input::before {
        visibility: hidden;
    }

    .b-contain input:focus + .b-input::before {
        visibility: visible;
    }

    .b-contain:first-child .b-input::before {
        visibility: hidden;
    }

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgba(0,123,255,.25);
}

.cropImg {
    height: 100vh;
    overflow: hidden;
}

/*Responsive*/

@media only screen and (max-width: 767px) {

    body {
        overflow: auto;
    }

    img {
        display: none;
    }

    a {
        font-size: 15px;
    }

    h3 {
        font-size: 30px;
    }

    #frmLogIn .input-group, #frmFindAuthMethod .input-group {
        width: 100%;
    }

    .r-text-center {
        text-align: center;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    body {
        overflow: auto;
    }

    h3 {
        font-size: 30px;
    }

    #img-portada {
        position: absolute;
        height: 100vh;
        width: auto;
        right: 0px;
    }

    #frmLogIn .input-group, #frmFindAuthMethod .input-group {
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    #img-portada {
        position: absolute;
        height: 100vh;
        width: auto;
        right: 0px;
    }
}
