/* Login*/
@font-face {
    font-family: roboto_light;
    src: url(../../font/roboto/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: roboto_regular;
    src: url(../../font/roboto/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: roboto_medium;
    src: url(../../font/roboto/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: roboto_bold;
    src: url(../../font/roboto/Roboto-Bold.ttf) format('truetype');
}

*
{
    padding: 0;
    margin: 0;
}

body
{
    position: static !important;
    max-width: 95%;
    max-height: 100%;
    height: 100%;
    width: 95%;
    /*background-image: url('../identity/img-login.png');*/
    background-image: url('../identity/SGD_2024.jpg');
    background-size: 94.5% 100vh !important;
    background-repeat: no-repeat;
    font-family: roboto_regular,"Helvetica Neue",sans-serif;
}

.container
{
    padding: 0 30px;
}

.img-logo-login
{
    /*margin-top: 160px;*/
    margin-bottom: 90px;
    text-align: center;
}

.input-login
{
    border: 0;
    border-radius: 0 !important;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}

.input-login:focus {
    box-shadow: 0 0 0 0.2rem transparent;
}

.input-login:required:invalid:focus
{
    border-bottom: 1.5px solid rgb(136,139,141) !important;
}

.input-login:required:invalid
{
    border-bottom: 1px solid rgb(136,139,141) !important;
}

.input-login ,.input-login:required
{
    border: 0;
    border-radius: 0 !important;
    padding: 0;
    border-bottom: 1px solid rgba(0,0,0,0.12) !important;
}
.input-login:required:valid
{
    border-bottom: 1.5px solid rgb(22,92,125) !important;
}

.input-login::placeholder {
    color:rgba(0,0,0,0.38);
}

.bot
{
    width: 100%;
    margin: 16px auto;
    align-items: center;
    text-align: center;
    border-radius: 3px;
    border: 0;
    padding: 0 6px;
    line-height: 36px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 600;
}

form:valid .btn-login
{
    /* color: rgba(0,0,0,0.87);*/
    color: #FFFF;
    background-color: rgb(22,92,125);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
    font-weight: normal;
}

form:valid .btn-login:hover
{
    background-color: rgb(136,139,141);
}

form:invalid .btn-login
{
    background-color: rgba(0,0,0,0.12);
    cursor: default;
    color: rgba(0,0,0,0.38);
}

.btn-login:focus
{
    border: 0;
    padding: 0 6px;
    outline: 0;
}

.p_recordar{
    margin-top: 32px;
}

.recordar , .recordar:hover{
    color :rgb(78,135,170);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

.alert
{
    top : 5px;
    right: 1px;
    /*position: absolute;*/
    float: right !important;
    z-index: 3;
}


.right-content{
    position: absolute;
    height: 100%;
    max-height: 100%;
    overflow: auto;
    min-width: 445px;
    width: 445px;
    right : 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*.right-content img {
    width:  177px;
    height: 105px;
    margin-left: 90px;
   
}*/

.btn-regresar{
    position: absolute;
    top: 10px;
    right: 40px;
    text-align: right;
    background: rgb(22,92,125);
    color: #FFFF;
    font-size: 0.8rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.btn-regresar:hover{
    text-decoration: none;
    color: #FFFF;
    background-color: rgb(78,135,170);
}

.btn-regresar:focus{
    box-shadow: 0 0 0 0.2rem transparent;
}

.rules_password{
    font-size: 1em;
    color: rgb(106,52,96);
}
.rules_password:focus{
    outline: none;
}

/* Boton iniciar con Microsoft*/
:root {
    --orange: #f25022;
    --green: #7fba00;
    --yellow: #ffb900;
    --blue: #00a4ef;
}

.microsoft {
    width: 35px;
    height: 60px;
    margin-top: 38px;
}

.microsoft::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background-color: var(--orange);
    animation: loop 6s ease-in-out infinite;
}

@keyframes loop {
    0% {
        box-shadow: 
        0 0 0 var(--green),
        0 0 0 var(--yellow),
        0 0 0 var(--blue);
    }
    20% {
        box-shadow:
        12px 0 0 var(--green),
        12px 0 0 var(--yellow),
        12px 0 0 var(--blue);
    }
    40% {
    box-shadow:
        12px 0 0 var(--green),
        12px 12px 0 var(--yellow),
        12px 12px 0 var(--blue);
    }
    60% {
    box-shadow: 
        12px 0 0 var(--green),
        12px 12px 0 var(--yellow),
        12px 12px 0 var(--blue);
    }
    80% {
    box-shadow: 
        12px 0 0 var(--green),
        12px 12px 0 var(--yellow),
        0 12px 0 var(--blue);
    }
    90% {
        box-shadow: none;
    }
    100% {
        box-shadow: none;
    }
}

.a-line-btn, 
.a-line-btn:hover,
.a-line-btn:focus{
    display: flex !important;
    border: 1px solid rgb(0,0,0,0.2)!important;
    border-radius: 3px !important;
    text-decoration: none;
    outline: none;
    padding: 0px 18px;
    line-height: 12px;
    align-items: center;
    height: 33px;
    color: rgb(103 99 99 / 90%) !important;
    font-family: roboto_regular, Arial, Helvetica, sans-serif;
    /*background-color: rgb(0,0,0,0.1);*/
    font-weight: 600;
    justify-content: center;
}

/*mediaquerys*/
@media (max-width: 991px) {
    body{
        background-image: url();
    }

    .right-content {
        text-align: center;
        min-width: 100%;
        width: 100%;
    }

    .right-content img {
        margin-left: 0;
    }
}

/* Fin Login*/