body {
    background-size: cover;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;}

body .sidebar img {
	display: block;
	margin: 20px auto 40px;
	width: 200px;
	height: auto;
}

.content input.submit {
	min-height: 35px;
	margin-top: 20px;
	color: #fff;
    background-color: #188daa;
    border-radius: 17.5px;
    border-color: #707070;
    padding-left: 55px;
    padding-right: 55px;
}

#log_info {
	color: red;
	width: 200px;
	text-align: center;
}

.content {
    border-radius:5px; -moz-border-radius:5px;	-webkit-border-radius:5px;
    box-shadow: 0px 9px 16px 0 rgba(33, 38, 40, 0.52);
    -moz-box-shadow: 0px 9px 16px 0 rgba(33, 38, 40, 0.52);
    -webkit-box-shadow: 0px 9px 16px 0 rgba(33, 38, 40, 0.52);
	border:1px solid #919191;
	color: rgba(255,255,255,.65);
	padding-top: 10px;
	padding-bottom: 20px;
    width: 315px;
    background: -moz-linear-gradient(top, rgba(16,144,175,0.42) 0%, rgba(0,47,70,1) 100%);
    background: -webkit-linear-gradient(top, rgba(16,144,175,0.42) 0%, rgba(0,47,70,1) 100%);
    background: -o-linear-gradient(top, rgba(16,144,175,0.42) 0%, rgba(0,47,70,1) 100%);
    background: -ms-linear-gradient(top, rgba(16,144,175,0.42) 0%, rgba(0,47,70,1) 100%);
    background: linear-gradient(to bottom, rgba(16,144,175,0.42) 0%, rgba(0,47,70,1) 100%);
}

.content  input[type="text"],input[type="password"],input[type="email"], span {
	width: 200px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    margin-top: 18px;
}

.content  input[type="text"],input[type="password"],input[type="email"] {
    padding: 3px 0;
    color: white;
    border-bottom: solid 1px white !important;
    font-size: 15px;
}

.content  input[type="text"]::placeholder,input[type="password"]::placeholder,input[type="email"]::placeholder {
    color: white;
    font-size: 15px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus{
  border-color: transparent;
  -webkit-text-fill-color: white;
  -webkit-box-shadow: 0 0 0px 9999px rgba(16,144,175,0) inset;
  outline-color: transparent;
  transition: background-color 9999s ease-in-out 0s;
  transition-delay: 9999s;
}

input:-internal-autofill-selected {
    color: white;
}

input,
input:hover,
input:focus{
  outline-color: transparent;
}

.content input, span, #log_info, select {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
#log_info {
    font-weight: bold;
    font-size: 14px;
}

.content select {
	width: 206px;
}

.content .labeltext {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 7px;
}

.content h2 {
	color: white;
	font-size:40px;
	line-height:45px;
	margin:0 0 1em;
    display: block;
    text-align: center;
}
.content h3 {
    color: white;
	font-size:22px;
	margin:0 0 1em;
    display: block;
    text-align: center;
}

#lost {
	font-size: 11px;
	color: #5091BE;
	text-align: right;
}

.message {
	font-size: 15px;
	color: white;
	font-weight: normal;
	width: 278px;
	line-height: 20px;
	margin-bottom: 20px;
    margin-top: 0;
}

.info-login {
    font-size: 15px;
    margin-left: 28px;
    margin-right: 28px;
    color: #fff;
    text-align: center;
}

.email-sent-color {
    color: #02A6C3;
    margin: unset;
    display: inline;
}

.footer p {
	text-align: center;
	font-size: 12px;
    margin-top: 45px;
    color: #A2A2A2;
}

.footer p a {
    font-weight: bold;
}

.forgot-password {
    color: #188EAB !important;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
    margin-top: 8px;
    display: block;
}

@media only screen and (min-width: 500px) and (max-width:767px){
    .content h2 {
        float: left;
        margin-top: 22px;
        width: 40%;
        margin-bottom: 0;
    }
    form {
        float: left;
        width: 55%;
    }
    .content {
        width: 100%;
    }

    .content  input[type="text"],input[type="password"],input[type="email"] {
        width: 100%;
    }

    .footer p {
        text-align: left;
        margin-left: 46px;
    }
}

@media only screen and (max-width:767px) {
    .content{
        height: 100%;
        width: 100%;
        border-radius: 0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 0;
        padding: 0;
    }

    .footer {
        position: unset;
        bottom: 0;
        width: 100%;
    }

    /* Odio el maldito keyboard de las tablets */
    .content {
        margin-bottom: -180px;
        padding-bottom: 180px;
    }
}

@media only screen and (max-width: 500px) {

    /* Odio aun mas el keyboard de los mobiles */
    .content {
        margin-bottom: -150px;
        padding-bottom: 150px;
    }

    .footer {
        position: unset;
    }
}