﻿h2 {
    margin-bottom: 0px;
}

::-webkit-input-placeholder { /* Edge */
    color: #BBB;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #BBB;
}

::placeholder {
    color: #BBB;
}



.bodyLogin {
    margin: 0px auto;
    position: relative;
    border: 1px solid #AAA;
    background-color: #FFF;
    max-width: 90%;
    text-align: center;
    width: 350px;
    margin-top: 4%;
    border-radius: 8px;
    padding: 15px;
}

#loginForm {
    border: none !important;
}

#ForgotPasswordHyperLink {
    COLOR: BLUE;
    FONT-SIZE: 15PX;
    PADDING-TOP: 15PX;
    DISPLAY: INLINE-BLOCK;
    FONT-WEIGHT: 600;
}

#RememberMe {
    width: 14px;
    top: 2px;
    position: relative;
}

    #RememberMe + label {
        font-size: 13px;
    }

body {
    background-repeat: no-repeat;
    background: url('/imagenes/background_login.jpg') no-repeat !important;
    background-size: 100vw 100vh !important;
}

.bodyLogin img {
    width: 140px;
}

.layer {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#page-loader-body {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(52,58,64,0.5) !important;
    color: #FFF;
    text-align: center;
}

    #page-loader-body.login i {
        font-size: 40px;
        color: var(--colorPrimary);
    }

    #page-loader-body.login #labelBienvenidaReconocimientoFacial {
        font-size: 20px;
    }

    #page-loader-body > span, #page-loader-body > #iconContainerLoader {
        display: block;
        margin: 0px auto;
        vertical-align: middle;
        margin-top: 33vh;
    }

.btn-face-login {
    cursor: pointer;
    font-size: 40px;
    color: var(--colorPrimary) !important;
}

#video-wrap {
    max-width: 100%;
}

video, canvas {
    max-width: 100%;
}

.video-container {
    position: relative;
    width: 260px;
    height: auto;
    margin: 20px auto;
    border: 10px solid #fff;
    box-shadow: 0 5px 5px #000;
}

.video {
    display: block;
    width: 100%;
    height: auto;
}

.face {
    position: absolute;
    border: 2px solid #FFF;
}