﻿
/*[google font] Agregamos los estilos descargados en local de la fuente de googleapi usada ya que al generar el PDF no los aplica*/

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: local('Open Sans'), local('OpenSans'), url('../../font/googleapi/DXI1ORHCpsQm3Vp6mXoaTXhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url('../../font/googleapi/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url('../../font/googleapi/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url('../../font/googleapi/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff') format('woff');
}

@font-face {
    font-family: 'FontAwesome';
    src: url("../font/fontawesome-webfont.eot?v=3.2.1");
    src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    font-family: 'open sans', sans-serif;
    margin: 0px;
    padding: 0px;
    list-style: none;
}



body {
    width: 100vw;
    display: grid;
    /* flex-direction: column; */
    /* position: absolute; */
    height: 100vh;
    grid-template-rows: auto 1fr auto;
}

main {
    height: 100%;
    position: relative;
    min-height: 400px;
}
hr {
    color: grey;
}
button, input[type='button'], input[type='submit'] {
    min-width: 50px;
    height: 30px;
    font-weight: bold;
    background-color: #05141F;
    color: #FFF;
    border: none;
    cursor: pointer;
}

input[type='text'], input[type='password'] {
    background-color: #f7f8f8;
    border: 1px solid #cccccc;
    font-size: 14px;
    padding: 4px 6px;
    height: 30px;
    line-height: 20px;
    color: #555555;
    display:inline-block;
}

    input[type='text']:focus,
    input[type='text']:focus-visible,
    input[type='password']:focus,
    input[type='password']:focus-visible {
        outline: none;
    }
button[aria-controls^='modal'] {
    width:100px;
}

button[aria-controls$='close'] {
    width: 100px;
    background-color: white;
    border: 1px solid black;
    color: black;
}


    .header {
        height: 9vh;
        /*position: relative;*/
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 3px solid #05141F;
    }
.header_link {
    padding: 1em;
}
.header_img {
    height: 100%;
    width: 100%;
}



.logincontainer {
    width: 100vw;
    height: 100%;
    position:relative;
    /*overflow: hidden;*/

}
.logincontainer_form {
    width: 100%;
    height: 100%;
    /*position: absolute;*/
}

.logincontainer_img {
    z-index: -1;
     width: 100%; 
    height: 100%;
    position: absolute;
     top: 0; 
     left: 0; 
    /*animation: imgLogin 700s;*/
    object-fit: cover;
}
.logincontainer_recoverylink {
    grid-column: 2 / 2;
    grid-row: 2 / 2;
    text-decoration: none;
    align-self: center;
    color: #05141F;
}

.kiamodal[aria-hidden='true'] {
    display: none;
}

.footer {
    margin-bottom: 0px;
    width: 100%;
    display: flex;
    background-color: #05141F;
    color: #FFFFFF;
    padding: 2em;
    justify-content: space-between;
}


form.formlogin {
    padding: 0.4em;
    display: grid;
    align-items:center;
    /* flex-direction: column; */
    /* align-items: center; */
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.formlogin > div:first-child {

    grid-column: 2 / 2;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
    align-items: center;
    gap: .3em;
}

.formlogin_input {

}
.formlogin_submit {
    padding: 0.4em;
    background-color: #f7f8f8;
    border: 1px solid #cccccc;
}

.formlogin_button {
    
}

.loginvalidations_container[aria-hidden='true'] {
    display:none;
}
.loginvalidations_container {
    width: 100%;
    z-index: 1;
    background-color: #000000;
    color: #FFF;
    padding: .5em;
    border-radius: 0.3em;
    grid-row: 2 / 3;
    grid-column: 2/2;
    align-content: center;
    text-align: center;
}


.formcontrols_container {
    flex-direction: column;
    /*background-color: #ffffff33;*/
    border-radius: 5px;
    /*box-shadow: 0px 0px 300px 20px #ffffffc4;*/
}
.formcontrols_container_inputs {
    display:flex;
}

    .formcontrols_container_inputs.renovate--form {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

        .formcontrols_container_inputs.renovate--form input[type='password'] {
            min-width: 300px;
        }

    .formcontrols_container_recovery {
    }
.formcontrols_container_resendcode {
    color: black;
    text-decoration: none;
    font-weight: bold;
}

.formcontrols_container_resendcode:hover {
    text-decoration: underline;
}

.formcontrols_container_countdown {
    background-color: #05141F;
    color: white;
    padding: 0.5em;
    border-radius: 5px;
    font-size: 14px;
}


.main-mfa dialog[open] {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid #cdcdcd;
}

    .main-mfa dialog[open] div{
        padding: .5em;
    }

    .main-mfa dialog[open]::backdrop {
        background: rgb(120 119 119 / 25%);
        backdrop-filter: blur(5px);
    }

dialog#confirm-resend-dialog[open] {
    padding: .5em;
    width: 300px;
    height: 180px;
    display: grid;
    grid-template-rows: 2fr 1px 1fr;
}
dialog#confirm-resend-dialog .dialog-footer{
    display: flex;
    justify-content: space-between;
    align-self: end;
}
    dialog#confirm-resend-dialog .dialog-footer form {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    dialog#confirm-resend-dialog .dialog-footer form button {
        width: 100px;
    }

        dialog#confirm-resend-dialog .dialog-footer button#close:hover {
            
        }
        dialog#confirm-resend-dialog .dialog-footer button#send:hover {
        }

    @keyframes imgLogin {
        0% {
        scale: 1;
    }
    50% {
        scale: 1.5;
    }
    100% {
        scale: 1
    }
}