.style3 {font-family: Arial, Helvetica, sans-serif;font-size: 18px;font-weight: bold;}
.style6 {font-size: 12px;font-weight: bold;padding:10px;}
td{font-family:verdana;font-size:12px;}
.myInput{border:1px solid black;}
.style7 {color: #FFFFFF}
.errorLogin {color: #FF0000; margin-bottom: 8px;}
.infoLogin {color: #5A748D; margin-top: 16px;}

body{
    background-image: url();
    background-color: #FFFFFF;
}
.loginCard {
    border-radius: 10px;
    /*box-shadow: 0 14px 28px rgb    border-radius: 10px;a(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);*/
}

:focus{outline: none;}

.group {
    position:relative; 
    margin-bottom:10px;
}

.group_small{
    margin-bottom:14px;
}

.group_medium{
    margin-bottom:26px;
}

input {              
    font-size:14px;
    padding:10px 10px 10px 5px;
    display:block;
    width: 100%;
    border:none;
    border-bottom:1px solid #757575;
    font-weight: bold;
    color: #73879C;
}

input:focus { outline:none; }

/* LABEL ======================================= */
label {
    color:#999; 
    font-size:18px;
    font-weight:normal;
    position:absolute;
    pointer-events:none;
    left:5px;
    top:15px;
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    top:-15px;
    font-size:14px;
    color:#5A748D;/*#11998e;*/
}

/* BOTTOM BARS ================================= */
.bar { position:relative; display:block; width: 100%; }
.bar:before, .bar:after {
    content:'';
    height:2px; 
    width:0;
    bottom:0px; 
    position:absolute;
    background:#5A748D;/*#11998e; */
    transition:0.2s ease all; 
    -moz-transition:0.2s ease all; 
    -webkit-transition:0.2s ease all;
}
.bar:before {
    left:50%;
}
.bar:after {
    right:50%; 
}

/* active state */
input:focus ~ .bar:before, input:focus ~ .bar:after {
    width:50%;
}

.bg-login {
    background: linear-gradient(to right, rgba(123,147,171,.6), rgba(137,159,180,.6)); /*, url(<%=request.getContextPath()%>/framework/images/bJUD2Lz.jpg); /*url(https://i.imgur.com/fVSjZw1.jpg);*/
    background-size: cover;
    height: 100vh;                
}

.btn-login {
    background-color: #5A748D;
}

body {overflow: hidden;}

.slink {
    font-size: 14px;
}

.sblockContenerdor{
    margin-top:8px;
}

.sformContenedor{
    background: #FFF;
    border-radius: 10px;
    left: 0;
    right: 0;
    /*padding:15px;*/
}

.sform{
    width: 85%;
    margin: auto;
}

.inline{
    display: inline;
}

.sheader{
    padding-top: 12px;
    width: 90%;
    margin: 0px auto;
}

.font_22{
    font-size: 22px;
}

.display_none{
    display: none;
}

.diaplay_abosolute{
    display: absolute;
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                          supported by Chrome, Edge, Opera and Firefox */
}

.sicon {
    font-size: 96px;
}

.sgreen {
    color: #3fac6f;
}

.sblue {
    color: #5A748D;
}

@media (max-width: 512px) {
    .sformContenedor {
        width: 90%;
        margin: 64px auto;
    }
}

@media (max-height: 664px) {
    .sformContenedor {
        margin: 40px auto;
    }
}

