body.withPattern {
    background: url('../img/patron_fondo.png') repeat;
}

.loginA {
    position: absolute;
    top: 0%;
    left: 0%;
    margin: 0px 0px 0px 0px;
    width: 100% !important;
    height:  100% !important;
    min-width: 600px !important;

    background: url('../img/msbeport_backg_login.jpg') no-repeat 0 50%;

    /*
    background: rgba(153,255,228,0.5);
    background: -moz-linear-gradient(left, rgba(153,255,228,0.5) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(153,255,228,0.5) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(153,255,228,0.5)), color-stop(30%, rgba(255,255,255,0.5)), color-stop(70%, rgba(255,255,255,0.5)), color-stop(100%, rgba(153,255,228,0.5)));
    background: -webkit-linear-gradient(left, rgba(153,255,228,0.5) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(153,255,228,0.5) 100%);
    background: -o-linear-gradient(left, rgba(153,login255,228,0.5) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(153,255,228,0.5) 100%);
    background: -ms-linear-gradient(left, rgba(153,255,228,0.5) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(153,255,228,0.5) 100%);
    background: linear-gradient(to right, rgba(153,255,228,0.5) 0%, rgba(255,255,255,0.5) 30%, rgba(255,255,255,0.5) 70%, rgba(153,255,228,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99ffe4', endColorstr='#99ffe4', GradientType=1 );
    */
}

#flayer_login {    
    position: absolute;
    top: 5%;
    left: 10%;
    width: 50%;
    height:  85%;
    z-index: 1000;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
    background: url('../img/cloud.png');
    background-repeat: no-repeat;
    background-size: 70% 80%;
}

#fondo_logo {
    position: absolute;
    top: 25%;
    left: 35%;
    border-radius: 5px;
    width: 400px;
    padding-left: 10px;    
}

#fondo_logo #logo_login {
    position: relative;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 75px;
    background: url("../img/logo_nav.png");
    background-repeat: no-repeat;
    background-size: 90% 90%;
    margin-top: 10px;
}

#text-logo_login {
    margin-bottom: 20px;
    font-weight: bold !important;
    font-size: 11px !important;
    font-family: Arial !important;
    position: relative;
    left: 6%;
}

#fondo_logo input[type="text"], 
#fondo_logo input[type="password"] {
	border:  1px solid silver;
    width: 110%;
    background-color: #F1F1F1; 
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#F1F1F1));
	background-image: -webkit-linear-gradient(top, #FFFFFF, #F1F1F1); 
	background-image:    -moz-linear-gradient(top, #FFFFFF, #F1F1F1);
	background-image:     -ms-linear-gradient(top, #FFFFFF, #F1F1F1);
	background-image:      -o-linear-gradient(top, #FFFFFF, #F1F1F1);
	outline: none;
    color: #5c5c5c;
    font-family: Arial;
    font-size: 13px !important;
}

#fondo_logo form .input.required label:after {
    content: "";
}

#fondologin {
    /*border-left: 2px solid #20252d;*/
    margin-top: 20px;
    padding: 0 0 0 20px;
}

#cakecaptcha {
    height: 60px;
    border-radius: 10px;
    display: table;
    padding: 5px 0;
}

body input#captcha-form {
    width: 125px !important;
    margin-right: 5px;
}

input[type="submit"] ,
input[type="button"] {
    float: right;
}

.titleFooter {
    position: absolute;
    right: 50px;
    bottom: 50px;
    font-size: 20px;
    color: #666;
}