﻿/*ESTILOS LOGIN*/
body {
    /*background: linear-gradient(#b6dce1, #cbe880, #487629);*/
    background-image: url(/img/login/login_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.fondo {
    width: 100%;
    height: 100vh;
}
.logo-login {
    width: 170px;
    padding: 1.375rem 0.75rem;
}
.formulario-login {
    position: absolute;
    /*height: 400px;*/
    width: 370px;
    margin: auto;
    background-color: #fff;
    border-radius: 10px;
    right: 20%;
    top: 50%;
    transform: translate(30%, -50%);
    -webkit-transform: translate(30%, -50%);
    padding: 20px;
    box-shadow: 0px 20px 23px 1px rgb(0 0 0 / 10%);
}

.links p{
    font-size: 15px;
    text-align: center;
}

.links p a {
    color: #FE6140;
    border-bottom: 1px solid #FE6140;
    font-weight: 600;
    margin-left: 2px;
}

.linkPass {
    font-family: 'Roboto-Regular';
    color: #444150;
    text-align: right;
    display: inherit;
    margin-bottom: 1rem;
    font-size: 15px;
    width: auto;
    margin-top: 10px;
}

.formulario-login h1 {
    font-family: 'Roboto-Bold';
    font-size: 22px;
    color: #123c3f;
    text-align: left;
    margin-bottom: 25px;
}


.formulario-login p {
    font-size: 15px;
    line-height: 19px;
}

.backCorreo {
    background-image: url(/img/login/cntc-mail.png) !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 45px !important;
}

.backEmail {
    background-image: url(/img/login/lg-usuario.png) !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 45px !important;
}

.backPassword {
    background-image: url(/img/login/lg-psswrd.png) !important;
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-x: 10px;
    background-position-y: center;
    padding-left: 45px !important;
}
.cont-btn .btn-ingresa {
    display: block;
    background-color: #477738;
    color: white;
    width: 100%;
    text-align: center;
    border-radius: 6px;
    padding: 11px;
    cursor: pointer;
    height: 45px;
    letter-spacing: 1px;
    margin: 30px 0px;
}

.cont-btn a:hover {
    text-decoration: none;
}

.backLogin{
    font-size: 15px;
    text-align: center;
    color: #787B81;
}

.backLogin:hover {
    color: #FE6140;
}

.formulario-login a:hover {
    text-decoration: none;
}
.links {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: center;
}

.formulario-login .form-control {
    margin-bottom: 1rem !important;
    height: 45px;
    border-radius: 6px !important;
    font-size: 15px !important;
    margin-top: 0 !important;
}

.formulario-login input::placeholder,
.formulario-login .form-control::-webkit-input-placeholder,
.formulario-login .form-control::-moz-placeholder {
    /*padding-left: 100px !important;*/
}
/*
.formulario-login input::placeholder-shown,
.formulario-login .form-control::-webkit-input-placeholder-shown,
.formulario-login .form-control::-moz-placeholder-shown {
    font-size: 70px !important;
}*/

.form-group label{
    font-family: 'Roboto-Bold';
}


@media (max-width: 768px) {
    .formulario-login {
        width: 60% !important;
    }
}
@media (max-width: 500px) {
    .formulario-login {
        width: 90% !important;
    }
    .logo-login {
        margin: auto;
        padding: 15px 0px 0px 0px;
    }
}
/*TERMINA ESTILOS LOGIN*/

.labelconfirm{
    color:orange;
}

h1.htext {
    font-size: 30px;
}

p.ptext {
    font-size: 16px;
}