@import url(https://fonts.googleapis.com/css?family=Roboto:300);
@import url(https://fonts.googleapis.com/css?family=Inter:200);
@import url(https://fonts.googleapis.com/css?family=Inter:800);
@import url(https://fonts.googleapis.com/css?family=Poppins);

html, body, .container {
	height: 100%;
	}

/* Reset */
html, body, h1, p, a, div, section {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font: inherit;
	}

/* Basic */
body { 
	font: 16px/20px "Inter", sans-serif;
	color: #999;
	background:linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(../images/CSILaHacienda_main.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	margin: 0;
	padding: 0;
	}

a {
    color: #5645ff;
    text-decoration: none;
    outline: none;
    -webkit-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
	cursor: pointer;
}

h1 {
	color: #ffffff;
	text-transform: uppercase;
	/*  font-size: 40px;
	line-height: 50px;
	font-weight: 400;
	margin-top: 20px; */
	position: relative; 
	display: inline-block;
	font-size: 50px;
	line-height: 60px;
	font-weight: 800;
	z-index: 2;
	}

h1.poppins {
	color: #ffffff;
	text-transform: uppercase;
	position: relative; 
	display: inline-block;
	font-size: 150px;
	line-height: 150px;
	font-weight: bold;
	z-index: 2;
	cursor: default;
	}
h2{
	color: #333;
	
}

.container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
	position: relative;
	}

.content {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	}

.content img {
	max-width: 30%;
	max-height: 30%;
	}

button {
	margin-top: 15px;
	}	

.login-page {
	width: 360px;
	padding: 2% 0 0;
	margin: auto;
	}

.loggedin-page {
	width: 720px;
	padding: 8% 0 0;
	margin: auto;
	}

.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 360px;
	margin: 0 auto 100px;
	padding: 45px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
	border-radius: 10px 10px 10px 10px;
	}

.form input {
	font-family: "Inter", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 0;
	margin: 0 0 15px;
	padding: 15px;
	box-sizing: border-box;
	font-size: 14px;
	border-radius: 10px 10px 10px 10px;
	}

.form button {
	font-family: "Inter", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	padding: 15px;
	color: #FFFFFF;
	font-size: 14px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
	border-radius: 10px 10px 10px 10px;
	font-weight: 800;
	}

.form button {
	background: #ec385a;
	}

.form button:hover,.form button:active,.form button:focus {
	background: #0d1927;
	}

.form .message {
	margin: 15px 0 0;
	color: #b3b3b3;
	font-size: 12px;
	}

.form .message a {
	color: #4CAF50;
	text-decoration: none;
	}

.form .register-form {
	display: none;
	}

.form .forgot-password{
	display: none;
	}

.help-block {
	font-size: 12px;
	margin-bottom: 8px; 
	color: #999;
	}

.alert-field {
	border: 2px solid red !important;
	}

.captchsize {
	transform:scale(0.89);
	-webkit-transform:scale(0.89);
	transform-origin:0 0;
	-webkit-transform-origin:0 0;
	}


.display {
	display: none; 
	}

* {
  box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
  width: 600px; 
}

.columnfull {
  float: left;
  padding: 10px;
  width: 1200px; 
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.btn.btn-primary {
    background: #ec385a;
    border-color: #ec385a;
	cursor: pointer;
}

.btn {
    position: relative;
    padding: 0.9375rem;
    letter-spacing: .1429rem;
    text-transform: uppercase;
    border: 0.1429rem solid #5645ff;
    color: #fff;
    min-width: 10rem;
    outline: none;
    font-weight: 500;
    font-family: 'Poppins', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    -webkit-transition: all linear .3s;
    -o-transition: all linear .3s;
    transition: all linear .3s;
    font-size: .875rem;
    line-height: 1.2;
    line-height: .8;
    border-radius: 0.25rem;
	margin: 0 10px;
	
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
	@media screen and (max-width: 600px) {
		
	.column {
		width: 100%;
		}
	.content img {
		margin-top: 30px;
		max-width: 300px;
		}
	
	h1 {
	color: #ffffff;
	text-transform: uppercase;
	position: relative; 
	display: inline-block;
	font-size: 40px;
	line-height: 40px;
	font-weight: 800;
	z-index: 2;
	}
		
	h1.poppins {
	color: #ffffff;
	text-transform: uppercase;
	position: relative; 
	display: inline-block;
	font-size: 80px;
	line-height: 80px;
	font-weight: bold;
	z-index: 2;
	cursor: default;
	}
	.btn {
		display: inline-block;
		margin: 5px;
	}		
		
		
}


/* Footer */

 footer {
        position: absolute;
	    bottom: 0;
        height: 300px;
        width: 100%;
    }

.copyright {
        width: 100%;
        color: #fff;
        line-height: 40px;
        font-size: 0.7em;
        text-align: center;
        bottom:0;
    }