
body {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	color: #fff;
}


p {
	font-size: 18px;
	max-width: 760px;
	margin: 15px auto;
}

h1, h2, h3, h4, h5, h6 {
	max-width: 760px;
	margin: 8px auto;
}

ul, ol {
	max-width: 720px;
	margin: 15px auto;
}

ol li {

}
ul {
	list-style-type: none;
}

li {
	font-size: 18px;
}
.text-italic, em  {
	font-style: italic;
	font-weight: inherit;
}

.text-underline, u {
	text-decoration: underline;
	font-weight: inherit;
}

strong, .text-bold {
	font-weight: 700;
}

.text-extra-bold {
	font-weight: 900;
}


.text-smaller {
	font-size: 50%;
}

.text-bigger {
	font-size: 125%;
}

h1, .h1 {
	font-size: 36px;
	font-weight: bold;
}

h2, .h2 {
	font-size: 32px;
}

h3, .h3 {
	font-size: 28px;
}

h4, .h4 {
	font-size: 24px;
}

h5, .h5 {
	font-size: 22px;
}

h6, .h6 {
	font-size: 20px;
}

a {
	color: #026ee2;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}
.text-white {
	color: #fff;
}

.text-red {
	color: #fd5a51;
}

.text-black {
	color: #000;
}



.click {
	cursor: pointer;
}

ul {
	list-style-type: none;
}

ul li {
	font-size: 18px;
}

.spacer {
	display: block;
	height: 15px;
	width: 100%;
}

.padding-0 {
	padding: 0;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 3px solid #576265;
}

hr.white {
	border-top: 3px solid #fff;
}

hr.black {
	border-top: 3px solid #000;
}

.no-t-margin {
	margin-top: 0;
}

.no-b-margin {
	margin-bottom: 0;
}

.container {
	max-width: 1000px;
}

.container-850 {
	max-width: 850px;
	margin-right: auto;
	margin-left: auto;
}

.max-w {
	width: 100%;
	max-width: 100%;
}


/*--------------------------------------*/




.main-gradient {
	background-color: #70346e;
	background-image: url(https://d2l6tmiv6e1a1j.cloudfront.net/chakratranscendence/CT_171030_login_main_bg.jpg); 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center center;
}



.h100 {
	padding-top: 35%;
}

.login {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
}

.login > .container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 1000px;
	height: 400px;
	margin: auto;
}

.login > .footer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 155px;
	text-align: center;
	color: #8b3c63
}

.login > .footer p {
	margin: 0 auto;
	text-align: center;
}

.login > .footer img {
	padding-bottom: 10px;
}

.login form input {
	background-color: rgba(0,0,0,0) !important;
	border:none;
	border-bottom: solid 2px #fff;
	margin: 0 auto;
	display: block;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#fff !important;
	border-radius: 0;
	width: 100%;
	max-width: 350px;
	letter-spacing: 2px;
	font-size: 18px;
}


.button {
	background-color: rgba(0,0,0,0) !important;
	border: solid 2px #fff;
	margin: 0 auto;
	display: block;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	color:#fff !important;
	padding: 7px;
	border-radius: 0;
	width: 100% !important;
	max-width: 350px;
	letter-spacing: 2px;
	font-size: 18px;
	height: 40px;
}

.button:hover {
	background-color: #1baabe !important;
	color:#fff !important;
}

.login form .input-group {
	max-width: 350px;
	margin: 0 auto;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border:none;
	border-bottom: solid 2px #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: none;
	transition: background-color 5000s ease-in-out 0s;
	color: #fff !important;
}

input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff !important;
}
input::-moz-placeholder { /* Firefox 19+ */
	color: #fff !important;
}
input:-ms-input-placeholder { /* IE 10+ */
	color: #fff !important;
}
input:-moz-placeholder { /* Firefox 18- */
	color: #fff !important;
}

.input-group-addon {
	padding: 5px 5px;
	font-size: inherit;
	font-weight: 400;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: rgba(0,0,0,0) !important;
	border:none;
	border-radius: 0px;
	border-bottom: solid 2px #fff;
}

.fa-lock {
	font-size: 22px !important;
}

.fa-envelope {
	font-size: 16px !important;
}









/* -------------------------------- */

@media (max-height:500px) {
	.login > .container {
		width: 100%;
		height: auto;
		position: relative;
	}
	.login > .footer {
	padding-top: 0px;
	height: 110px;
	position: relative;
	}

}

@media (min-width:992px) {
	html, body {
	height: 100%;
	}
}

@media (max-width:991px) {
	.login > .container {
		width: 100%;
		height: auto;
		position: relative;
	}
	.login > .footer {
	padding-top: 50px;
	height: auto;
	position: relative;
	}
}

@media (max-width:768px) {
	p {
	font-size: 16px !important;
	margin: 15px auto;
	}
	.text-smaller {
	font-size: 80%;
	}
	h1, .h1 {
	font-size: 26px !important;
	}
	h2, .h2 {
	font-size: 24px !important;
	}
	h3, .h3 {
	font-size: 22px !important;
	}
	h4, .h4 {
	font-size: 20px !important;
	}
	h5, .h5 {
	font-size: 18px !important;
	}
	li {
	font-size: 16px !important;
	}

}


@media (max-width:480px) {
	p {
	font-size: 16px !important;
	margin: 15px auto;
	}
	.text-smaller {
	font-size: 80%;
	}
	h1, .h1 {
	font-size: 24px !important;
	}
	h2, .h2 {
	font-size: 22px !important;
	}
	h3, .h3 {
	font-size: 20px !important;
	}
	h4, .h4 {
	font-size: 18px !important;
	}
	li {
	font-size: 16px !important;
	}

	.login > .footer img {
		max-width: 80%
	}
}


/* -------------------------------- */

