﻿body, html {
    font-family: 'Roboto', sans-serif;
}

body {
    background-image: url(../img/fg-nw/bg_login.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

.spin {
    width: 13px !important;
    height: 13px !important;
    vertical-align: -2px !important;
    margin-right: 3px !important;
}

.modal-header {
    background-color: #1266f1 !important;
    color: #fff !important;
}

.form-outline .form-control.active ~ .form-label, .form-outline .form-control:focus ~ .form-label {
    padding: 0;
    margin-top: 3px;
    background-color: white;
    z-index: 999;
}

.login-box {
    background-color: #fff;
    border-radius: 25px;
    box-shadow: 2px 10px 12px 5px rgb(0 0 0 / 35%);
    width: 70%;
    /*height: 59vh;*/
    overflow: auto;
    margin: 0 auto;
    margin-top: 130px;
    position: relative;
}

    .login-box > figcaption {
        width: 100%
    }

    .login-box > figcaption > img {
        width: inherit;
    }

    .login-box h2 {
        text-align: center;
        position: absolute;
        top: 35px;
        left: 27%;
        font-size: 33px;
        color: #fff;
    }

.main-title {
    color: #fff;
    font-weight: 300;
    margin-left: 5%;
    margin-top: 3%;

}

    .main-title > strong {
        font-weight: 800;
        display: block;
        letter-spacing: 1px;
        font-size: 45px;
    }

.text-fg {
    display: block;
    color: #fff !important;
    font-size: 14px;
    font-weight: 300;
    margin-top: 15px;
}

#recovpasslink {
    display: block;
    text-align: center;
    margin: 10px 0;
    color: #808080;
}

/*--------------------------*/
.alert {
    display: block;
    font-size: 13px;
    padding: 12px;
}

.alert-dismissible .btn-close {
    padding: 12px
}

.error {
    position: absolute;
    font-size: 10.7px;
    color: #e75454;
    margin-left: 5px;
}

.valid {
    color: #2cc4a4;
}

#btnRefreshImage {
    background: url('img/refresh.png') no-repeat 0 0;
    background-size: 22px 22px;
    width: 22px;
    height: 22px;
    border: none;
    display: inline-block;
    margin: 15px;
}

#loginCaptcha_ctl00 {
    display: none !important;
}

#loginCaptcha_ctl01 {
    float: left;
}

#loginCaptcha {
    width: 200px;
    margin: 0 auto;
}

#loginCaptcha_CaptchaTextBox {
    text-transform: uppercase;
    border: 1px solid #000;
}

#loginControl {
    width: 135px;
    height: 37px;
    margin-top: 25px;
    background-color: #1266f1 !important;
    background-image: none;
    color: #FFF;
    border-radius: 5px;
    font-size: 13px;
    font-weight: 500;
}

#contentPv {
    height: 300px;
    font-size: 13px;
    text-align: justify;
    overflow-y: scroll;
    padding: 5px 10px;
}


@media (max-width: 767px) {
    body {
        background-position: top;
        max-width: 100%;
        height: auto;
        background-color: #125ba8 !important;
    }
    #inter-lg {
        display: none;
    }
    .login-box {
        margin-top: -60px;
    }

    #a_lastName, #a_confEmail {
        margin-top: 1.5rem;
    }
}
@media (max-width: 580px) {
    #img-mobile {
        display: none
    }
    .login-box {
        width: 90%;
        margin-top: 100px;
    }
        .login-box h2 {
            left: 30%;
            font-size: 24px;
        }

    #loginControl {
        width: 38%;
    }
    #openCreate {
        width:60%
    }
}