/* COMIENZO ESTILOS LOGIN */
.container-patient{
	width: 60%;
	margin: auto;
	position: relative;
	top: 7rem;
	-webkit-box-shadow: 0px 2px 15px 0px rgba(204,204,204,1);
	-moz-box-shadow: 0px 2px 15px 0px rgba(204,204,204,1);
	box-shadow: 0px 2px 15px 0px rgba(204,204,204,1);
}

.bg-itsos{
	background: -webkit-linear-gradient(135deg, rgba(0, 87, 109, 0.88) 0%, #187188 100%);
	height: 100vh;
}


.container-login input[type=text], .container-login input[type=number], .container-login input[type=password], .container-patient input[type=text], .container-patient input[type=number], .container-patient input[type=password], .container-patient input[type=date], .container-patient input[type=email] {
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 13px;
	width: -webkit-fill-available;
	text-transform: initial;
	
}

.container-patient select{
	position: relative;
	border: 1px solid #a9a9a9;
	height: 27px;
	padding: 1px;
	overflow: hidden;
	background-color: #fff;
	width: -webkit-fill-available;
	border-radius: 4px;
}

.container-patient select:before{
	content: '';
	position: absolute;
	right: 5px;
	top: 7px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0 5px;
	border: 1px solid #a9a9a9;
	z-index: 5;
	pointer-events: none;
}
  
.container-login label {
	padding: 5px 0px 5px 0;
	display: inline-block;
	font-size: 13px;
}

.container-login input[type=submit] {
	background-color: #00576d;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	width: 100%;
	font-size: 17px;
}
  
.container-login input[type=submit]:hover {
	background-color: #144259;
} 

.container-login{
	width: 24%;
	margin: auto;
	margin-top: 1rem;
	position: relative;
	top: 5rem;
}

.container-form-login{
	border-radius: 5px;
	background-color: rgba(242,242,242,0.29);
	padding: 35px 20px 20px 20px;
}

.row-login{
	margin-top: 8rem;
}

/* FIN ESTILOS LOGIN */

/*----------------------------------------------------------------------------*/

/* COMIENZO CARD LOGIN */

.card-header{
	padding: 10px;
	background: #00576d;
	margin: -40px 20px 15px;
	min-width: 84%;
	position: absolute;
	top: -65px;
	text-align: center;
	color: white;
	border-radius: 4px;
	box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(24,88,108,.6);
}

/* FIN CARD LOGIN */

/*----------------------------------------------------------------------------*/

/*----------------------------------------------------------------------------*/

/* COMIENZO FOOTER LOGIN */

.footer-info{
	position: fixed;
	bottom: 1rem;
	margin: auto;
}

.footer-info a{
	color: #00576d;
	font-weight: 700;
}

.footer-info .list-inline{
	padding-left: 0;
    list-style: none;
}

.footer-info .list-inline-item:not(:last-child) {
    margin-right: .5rem;
}

.footer-info .list-inline-item {
	display: inline-block;
	padding: 0;
}

/* FIN FOOTER LOGIN */

/*----------------------------------------------------------------------------*/

/* COMIENZO MEDIA QUERYES */

@media screen and (max-width: 1800px) {
	.container-form-login .col-25, .container-form-login .col-75, .container-form-login input[type=submit] {
	  width: 100%;
	  margin-top: 0;
	}
	.card-header h1{
		padding: 0.7rem;
	}

}

@media screen and (max-width: 868px){
	.container-login{
		width: 50%;
	}
	.card-header h1{
		padding: 0.5rem;
	}
}

@media screen and (max-width: 1069px){
	.container-patient{
		width: 80%;
	}
}

@media screen and (max-width: 770px){
	.container-patient{
		width: 95%;
		top: 1rem;
	}
	.container-patient .col-40{
		width: 100%;
	}
	.container-patient .col-60{
		width: 80%;
		padding-left: 3rem;
		padding-right: 3rem;;
	}
	.container-patient .d-flex{
		display: block;
		text-align: center;
	}
	.container-patient form .col-60{
		padding-left: 0;
		padding-right: 0;;
	}
}

@media screen and (max-width: 429px){
	.container-patient{
		width: 100%;
		top: 1rem;
	}

	.container-patient .col-40{
		width: 100%;
	}
}



/* FIN MEDIA QUERYES */


