body {
	background-color:#F2F2F2;
}

.login{
	background-color: #0F5188;
	color: #FFF;
	border-radius: 30px 0 30px 30px;
	padding: 4% 2% 5% 4%;
	font-size: 17px;
	margin-bottom: 40px
}

h3{
	font-size: 17px;
	margin: 0;
	padding: 0;
}

.titulo_login {
	text-align: center;
	background-color: #FF8200;
	border-radius: 20px 20px 0px 0px;
	color: #FFF;
	height: 45px;
	padding: 13px 20px 0 20px;
}

a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 14px;
}

a:hover,
a:visited,
a:focus {
	color: #FFF;
	text-decoration: none;
}

.olvide {
	text-align: right;
}

.usuario button {
	padding: 1% 10%;
	font-size: 16px;
	margin: 20px 0 5px 0;
}

.clinindex{
	text-align: center;
	padding: 20px 0
}

.clinlogoindex {
	width: 200px;
}

.index {
	background:  url('../img/clinin_background.png') no-repeat 75% 100%, url('../img/doctor.jpg') no-repeat 100% 100%;
	background-size: 250px, 270px;
	background-color: #FFFFFF;
}

.titulo{
	color: #0F5188;
	font-size: 3.3125em;
	font-weight: 100;
	text-align: center;
	line-height: 80%;
	padding-top: 5%;
}

.titulo span{
	font-size: 0.698em;
	font-weight: normal;
}

.content_carvajal{
	height:120px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding:25px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 40px 0 0 0;
}

.carvajal {
	width: 140px
}

.right{
	text-align: right
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus {
	color: #FFF;
	background-color: #FFA440
}

.usuario button:hover {
    background-color: #FFA440;
}


@media screen and (max-width : 768px) {
    body{
        padding-top: 0px
    }
}


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

body{
    padding-top: 0px
}


.titulo_login {
	width:100%;
	border-radius: 0px;
}



.login {
	margin-bottom: 130px;
	border-radius: 0px;
}

.index {
	background:  url('../img/clinin_background.png') no-repeat 0% 100%;
	background-size: 120px;
	background-color: #FFFFFF;
	padding-top: 0
}

.clinlogoindex {
	width: 150px;
}

.content_carvajal{
	height:120px;
	position: absolute;
	right: 0;
	bottom: 0;
	padding:25px;
	background-color: transparent;
	border-radius: 0;
}

.carvajal {
	width: 120px
}

.datos{
margin: 15px
}


}



