@charset "UTF-8";

html{
		font-family: "sans-serif";
	}
	
	.background-cesa{
		background-image:url("../images/cesa/fondo_cesa.jpg");
		background-size:100% auto;
		background-repeat:no-repeat;
		background-color:rgb(60,60,60);
		padding: 15px; 
	}
	
	.background-login-saml{
		background-size:100% auto;
		background-repeat:no-repeat;
		background-color:rgb(60,60,60);
		padding: 15px;
		width: 100%;
		height: 100vh;
	}
	
	.jumbotron{
		border-radius: 3px;
		width:70%;
		margin:0 auto;
		background-color:rgba(256,256,256,0.8);
		overflow: hidden;
		margin-top: 10%;
		padding-bottom: 20px;
	}
	
	.title_cesa{
		color: #03315a;
		text-align:center;
		font-size: 32px !important;
		font-weight:600;
	}
	
	.h_login{
		color:white !important;
		text-align:center;
		font-size:30px !important;
		font-family: "Open Sans";
		font-weight:600;
		line-height: 130%;
		margin-top:0px 10px;
	}
	
	.btn{
		display: inline-block;
	    padding: 6px 12px;
	    margin-bottom: 0;
	    font-size: 14px;
	    font-weight: 400;
	    line-height: 1.42857143;
	    text-align: center;
	    white-space: nowrap;
	    vertical-align: middle;
	    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
	    color: #fff;
	    background-color: #337ab7;
	    border-radius: 3px;
	}
	
	.bot{
		margin-top:25px;
	}
	
	.btn-primary:hover {
		color: #f1f1f1;
		text-decoration: underline;
	} 
	
	.container {
		width: 100%;
		text-align: center;
		margin-top: 35px;
		margin-bottom: 40px;
	}
	
	.logo_cesa {
		width: 180px;
		height: 79px;
		margin-top: 15px;
		background-size: auto 68px;
		background-image:url("../images/eafit/logo_eafit.png");
		display:inline-block;
		background-repeat:no-repeat;
		background-position: center center;
		vertical-align: middle;
		padding-left: 20px;
	}
	
	.logo_acsendo_login {
		margin-top: 3px;
		width:260px;
		height:68px;
		background-image:url("https://s3.amazonaws.com/hr.acsendo.com/public_images/login/images/logo_flex_crehana.png");
		background-size:auto 20px;
		display:inline-block;
		background-repeat:no-repeat;
		vertical-align: middle;
		background-position:center center;
		padding-right: 20px;
	}
	
	.container_tittle {
		border-top: 1px solid #03315a;
		margin: 15px auto;
		text-align: center;
		width: 520px;
	}