body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
    margin: 0px;
}

img {
    border: 0px;
}

.clear {
    clear: both;
}

::selection {
    background: #63984c;
    color: #fff;
    text-shadow: none;
}

a, a:hover {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
body, html {
    height: 100%;
}

/* estilos para que el footer estÃ© abajo del todo */


/* jota css */

a,
a label {
    color: #63984c;
}

.loginleft{
    height: 100%;
    width: 50%;
    float: left;
    position: relative;
	background: #4a4a4a;
	color: #fff;
}
.cont_left_login{
    text-align: center;
    padding: 15px;
    padding-top: 20%;
}
.cont_left_login h2{
    font-size: 22px;
	color: #fff;
    font-weight: 400;
    margin: 30px 0;
}

.cont_left_login p{
    font-size: 15px;
    color: #4c4c4c;
    font-weight: 400;
    margin: 30px 0;
}
.cont_left_login h2 span{
    font-weight: 500;
}
.cont_left_login input[type=text], .cont_left_login input[type=password], .cont_left_login input[type=email]{
    width:100%;
    font-size:16px;
    padding: 10px 0;
    color:#fff;
    border:0px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	background: #4a4a4a;
}
.cont_left_login input[type=text], .cont_left_login input[type=email]{
    border-bottom: 1px solid #d5d5d5;
}
.cont_left_login input[type=text]:focus, .cont_left_login input[type=password]:focus, .login input[type=submit]:focus , .cont_left_login input[type=email]:focus{
    outline:none;
	background: #4a4a4a;
    color:#fff;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff !important;
	background: #4a4a4a !important;
    -webkit-box-shadow: 0 0 0 30px #4a4a4a inset;
}

.pretty.primary{
    margin: 40px 0;
}
.login {
    margin-top: 20px;
}
.login input[type=submit]{
    display: inline-block;
    background: #63984c;
    color: #fff;
    font-size: 20px;
    padding: 7px 60px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
	border: 2px solid #63984c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.login input[type=submit]:hover{
    background: #4c4c4c;
}
.right_login{
    height: 100%;
    width: 50%;
    float: right;
    background-image: url("../img/bg-login.jpg");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}


.right_login h1 {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    text-shadow: 2px 2px 8px rgba(0,0,0,0.60)

}
.right_login h1 span{
    display: block;
    font-weight: 500;
}
.olvidaste{
    text-align: center;
    margin-top: 30px;

}
@media (min-width: 991px){
    .olvidaste{
        text-align: center;
        position: absolute;
        bottom: 30px;
        left: calc(50% - 100px);

    }
}
.olvidaste a{
    text-align: center;
    color: #fff;
}

@media (max-width: 991px){
    .right_login{
        float: none;
        height: 200px;
        width: 100%;
    }
    .right_login h1 {
        font-size: 28px;
    }
    .loginleft{
        width: 100%;
        height: auto;
    }
}

#error p{
    margin-top: 26px;
    font-weight: bold;
    color: red;
}
#error{
margin: 15px 0;
font-size: 14px;
color: #4c4c4c;
font-weight: 600;
}