﻿* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Arial;
    outline: 0;
}

body {
    background-color: #F2F2F2;
}


.LoginBody {
    background-color: #d8d8ba;
    background-image: url(Img/bg.jpg);
    background-attachment: fixed;
    background-position-y: bottom;
}

.ContenedorLog {
    background: whitesmoke;
    min-height: 100%;
    float: right;
    padding: 0px 35px;
    -webkit-box-shadow: -3px 1px 8px -2px rgba(102,102,102,1);
    -moz-box-shadow: -3px 1px 8px -2px rgba(102,102,102,1);
    box-shadow: -3px 1px 8px -2px rgba(102,102,102,1);
    min-height: 100vh;
    min-width: 330px;
}


.LoginLogo {
    margin: auto;
    margin-top: 35px;
}

.LoginLogoActivacion {
    /*background-color: #288ebf; */
    /*padding: 7px 70px;*/ /*ACA NO SE USA*/
}


.txtLogin {
    border: none !important;
    background-color: transparent !important;
    border-bottom: solid 2px #a7a7a7 !important;
}


    .txtLogin:focus {
        border: none !important;
        background-color: transparent !important;
        border-bottom: solid 2px #628c1a !important;
        transition: 0.3s ease;
        box-shadow: none !important;
        background-color: transparent !important;
    }



.cmd_Refresh {
    width: 30px;
    height: 30px;
    background-color: transparent;
    background-image: url(img/view_refresh.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    border-radius: 5px;
}


.imgCapcha {
    height: 60px;
    width: 200px;
    border: solid 1px #353535;
    border-radius: 3px;
}

.txtcapcha {
    width: 245px;
}


.divCompatibilidad {
    display: none;
}

.divCapcha {
    background-color: #e8e8e8;
    padding: 6px 10px;
    border: solid 1px #d4d4d4;
    border-radius: 3px;
}

@media (min-width: 670px) {
    .divCompatibilidad {
        display: block;
        background-color: #f5f5f570;
        padding: 10px;
        border-left: solid 3px white;
        position: fixed;
        top: 85vh;
        left: 2vh;
        color: black;
    }
}
