﻿body {
    background: url(../App_Images/Fondos/FondoGenerico.jpeg) no-repeat center center fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.btn-login {
    font-size: 0.9rem;
    letter-spacing: 0.05rem;
    padding: 0.75rem 1rem;
}

.btn-google {
    color: white !important;
    background-color: #ea4335;
}

.btn-facebook {
    color: white !important;
    background-color: #3b5998;
}

.icono_logins {
    width: 58px;
    height: 58px;
    background: rgb(0,40,66); /*Azul Oscuro*/
    position: absolute;
    top: 0px;
    left: 0px;
}

.icono_posicion {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 17px;
}

.capt {
    background-color: #e4e4e4;
    width: 100%;
    height: 105px;
    border-radius: 7px;
}

.btncaptchas {
    border: none;
    background-color: #e4e4e4;
    width: 38px;
    height: 38px;
}




