﻿/*
*:focus {
    outline: none;
}

textarea:focus, input:focus {
    outline: none;
}
*/
/*
#login-box { 
    padding: 30px;
    width: 300px;
}*/

body {
    background-color: #191B25 !important;
    background-image: url('../Images/bg-login.jpg') !important;
    background-size: cover;
    background-repeat: no-repeat;
}

/*
#login-form {
    background: none repeat scroll 0 0 white;
    padding: 20px 20px;
    border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);    
    width: 290px;
    margin: 50px auto 20px auto; 
    behavior: url(/Styles/PIE.htc);
}*/

.login-logo {
    text-align: center;
    display: block;
    margin: 10px auto 20px auto;
}

.login-field  {
    clear: both;
    margin-bottom: 10px;
    text-align: center;    
}

.login-field input {
    vertical-align: middle;
}
       
.login-label  {
    clear: both;
    color: #545454;
    float: left;
    font-size: 17px;
    padding: 6px 0;
    text-align: center;
    width: 100%;
}

#login-form a {
    font-size: 12px;
}

.submitButton {
    margin-bottom: 15px;
 }


a.SmallLoginButton {
    color: #fff;
    display: inline-block;
    background: #529ebd;
    font-size: 10px!important;
    padding: 2px 20px;
    text-decoration: none;
    border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px;
    -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.23s ease-out; 
    behavior: url(/Styles/PIE.htc);
}


a.SmallLoginButton:hover {
    background: #7eb6cc;
    
}

/*
.login-header { 
    position: relative; text-align: center; 
    background-image: url('../Images/header_login.png');
    background: #eac745;
    border-radius: 5px 5px 0 0; -webkit-border-radius: 5px 5px 0 0; -moz-border-radius: 5px 5px 0 0;
    width: 300px;
    height: 10px;
    behavior: url(/Styles/PIE.htc);
}*/

/*
.login-input {
    clear: both;
    float: left;
    height: 32px;
    width: 100%;
    margin-right: 5px;
    padding: 0;
    background-color: White; 
    border: 1px solid #aaa;
    border-radius: 5px;-webkit-border-radius: 5px; -moz-border-radius: 5px;    
    behavior: url(/Styles/PIE.htc);
}*/

/*
.login-input input {
    height: 20px;
    margin-left: 3px;
    margin-top: 3px;
    width: 228px;
}
*/

input.login {
    width: 80%;
    height: 21px;
}

.login-legend {
    color: #919191;
    display: block;
    font-size: 13px;
    font-style: italic;
    margin: 6px auto 20px auto;
    text-align: center;
    width: 100%;
}

.submitButton {
    padding-top: -17px\9;
    text-align: center;
    width: 100%;

}

.failure {
    padding: 10px;
    text-align: center;
}

.failureNotification {
    color: #a62523;
    font-size: 13px;
    font-weight: normal;
    text-shadow: 1px 1px 2px #fff;
 }

.failureNotification.login {
    background: none repeat scroll 0 0 #F2DEDE;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    padding: 10px 10px;
    behavior: url(/Styles/PIE.htc);
    width: 100%;
    text-align: center;
    color: #b71e1b;
}

.info-message  {
    margin-bottom: 16px;
    margin-left: 3%;
    margin-top: -5px;
    width: 94%;
}

/*
.login-title {   
    color: #FFFFFF; 
    padding: 10px 5px;
    position: relative; 
    text-align: center;   
    text-transform: uppercase; 
}
*/

.version-login {
    color: #fff;
    display: block;
    font-weight: 600;
    font-style: normal;
    font-size: 14px;
    text-align: center;
    margin-left: 200px;
    opacity: 0.9;
    width: 350px;
    margin-top: 18px;
}

.firstModal { /* AGREGAR A MAIN COMO UNA CLASE GENERAL */
    background: #fff;
    border-radius:0px;
    box-shadow: 0px;
    padding: 10px 20px 20px;
    behavior: url(/Styles/PIE.htc);
    width:300px;
}


.bloque-izquierda {
    float:left;
    width: 60%;
}



.bloque-derecha{
    float:left;
    width:40%;
    padding-right:100px;
}


.texto-bandeja h1 {
    color: #4d555b;
    font-size: 49px;
    text-align: right;
    font-weight: 300;
    line-height: 47px;
}

.logo-empresa {
    text-align: right;
    display: block;
    margin-top: 100px
}

.desarrollado-por {
    text-align: right;
    display: block;
    margin-top:200px
}

.bienvenido-transformacion h2 {
    color: #fff;
    font-size: 47px;
    text-align: center;
    font-weight: 300;
    margin-top: 0px;
}

.bienvenido-transformacion h3 {
    color: #fff;
    font-size: 24px;
    text-align: center;
    font-weight: 600;
}



@media (max-width: 480px) { /*480*/

    body {
        background-size: auto;
        background-position-x: 59%;
    }

}











@media (min-width: 768px) and (max-width:991px) { /*sm*/

    body {
        background-size: auto !important;
    }



}