/* Base styles */


@font-face {
	font-family: 'OpenSansLight';
	src: url('fonts/OpenSansLight.eot');
	src: url('fonts/OpenSansLight.eot') format('embedded-opentype'), url('fonts/OpenSansLight.woff2') format('woff2'), url('fonts/OpenSansLight.woff') format('woff'), url('fonts/OpenSansLight.ttf') format('truetype'), url('fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}

*, *:after, *:before {
	box-sizing: border-box;
}

html {
	font-size: 100%;
	line-height: 1.5;
	height: 100%;
}

body {
	position: relative;
	margin: 0;
	font-family: 'OpenSansLight';
	min-height: 100%;
	background: linear-gradient(to bottom, #68EACC 0%, #497BE8 100%);
	color: #777;
}

img {
	vertical-align: middle;
	max-width: 100%;
}

button {
	cursor: pointer;
	border: 0;
	padding: 0;
	background-color: transparent;
}

/* Container */
.login-container {
	position: absolute;
	width: 24em;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	animation: intro .7s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
}



.profile__fields .incorrect {
	position: absolute;
	top: 28%;
	font-size: 13px;
	text-align: center;
	color: red;
}

.profile__fields .incorrectmail {
	position: absolute;
	top: 33%;
	font-size: 13px;
	text-align: center;
	color: red;
}

.log-hed {
	position: absolute;
	z-index: 9999;
	width: 100%;
	text-align: center;
	top: -20px;
	font-weight: bold;
}

/* Profile Card */
.profile {
	position: relative;
}

.profile--open {
}

	.profile--open .profile__form {
		visibility: visible;
		height: auto;
		opacity: 1;
		transform: translateY(-6em);
		padding-top: 10em;
	}

	.profile--open .profile__fields {
		opacity: 1;
		visibility: visible;
	}

	.profile--open .profile__avatar {
		transform: translate(-50%, -1.5em);
		border-radius: 50%;
	}

.profile__form {
	position: relative;
	background: white;
	visibility: hidden;
	opacity: 0;
	height: 0;
	padding: 3em;
	border-radius: .25em;
	-webkit-filter: drop-shadow(0 0 2em rgba(0,0,0,0.2));
	transition: opacity .4s ease-in-out, height .4s ease-in-out, transform .4s cubic-bezier(0.175, 0.885, 0.32, 1.275), padding .4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.profile__fields {
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.profile__avatar {
	position: absolute;
	z-index: 1;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 1.25em;
	overflow: hidden;
	width: 100%;
	/*height: 4.5em;*/
	top: -40px;
	display: block;
	transition: transform .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	will-change: transform;
}

	.profile__avatar:focus {
		outline: 0;
	}

.profile__footer {
	padding-top: 1em;
}


.profile__form h3 {
	text-align: center;
}

/* Form */
.field {
	position: relative;
	margin-bottom: 2em;
}

.label {
	position: absolute;
	height: 2rem;
	left: 0px;
	line-height: 2rem;
	bottom: 0;
	color: #999;
	transition: all .3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.input {
	width: 100%;
	font-size: 100%;
	border: 0;
	padding: 0;
	background-color: transparent;
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid #eee;
	color: #777;
	transition: all .2s ease-in;
}

	.input:focus {
		outline: 0;
		border-color: #ccc;
	}

.fildvalid {
	position: absolute;
	right: 45px;
}

.fildvalidlogin {
	position: absolute;
	right: 36px;
}

.input:focus + .label,
input:valid + .label {
	transform: translateY(-100%);
	font-size: 0.75rem;
	color: #ccc;
}

.field-drop {
	width: 100%;
	font-size: 100%;
	border: 0;
	padding: 0;
	background-color: transparent;
	height: 2rem;
	line-height: 2rem;
	border-bottom: 1px solid #eee;
	color: #999;
	font-family: 'OpenSansLight';
	transition: all .2s ease-in;
}

/* Button */
.btn {
	border: 0;
	font-size: 0.75rem;
	height: 2.5rem;
	line-height: 2.5rem;
	padding: 0 1.5rem;
	color: white;
	background: #39b54a;
	text-transform: uppercase;
	border-radius: .25rem;
	letter-spacing: .2em;
	transition: background .2s;
}

	.btn:focus {
		outline: 0;
	}

	.btn:hover,
	.btn:focus {
		background: #2c9f3c;
	}

.forgot-pass {
	color: #39b54a;
	text-decoration: underline;
	font-size: 12px;
	font-family: 'OpenSansLight';
	float: right;
	margin-top: 11px;
}

	.forgot-pass:hover {
		color: #cdd4ce;
	}

/* Intro animation */
@keyframes intro {
	from {
		opacity: 0;
		top: 0;
	}

	to {
		opacity: 1;
		top: 50%;
	}
}

.footer-text-one {
	text-align: left;
}

.footer-text-two {
	text-align: center;
	padding-top: 7px;
}

.footer-text-three {
	text-align: right;
	padding-top: 7px;
}

/*.footer-text-two a {
	color: #1a82f7;
}
	.footer-text-three a {
	color: #1a82f7;
}*/
.footer-text-two a {
	color: #fff;
	text-decoration: none;
}

.footer-text-three a {
	color: #fff;
	text-decoration: none;
}

.footer-text-one-login {
	text-align: left;
	padding-top: 7px;
}

.footer-opacity {
	background-color: rgba(207, 219, 228, 0.2) !important;
	padding: 15px 0px;
}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-opacity p {
	color: #fff;
	font-family: 'OpenSansLight';
	font-size: 12px;
	padding: 0px 0px;
	margin: 0px;
	text-transform: uppercase;
}

@media (min-width: 992px) {
	.col-md-4 {
		width: 33.33333333%;
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}


@media (max-width: 991px) {
	.footer-text-one {
		text-align: center;
	}

	.footer-text-one-login {
		text-align: center;
	}

	.footer-text-two {
		text-align: center;
		padding-top: 0px;
	}

	.footer-text-three {
		text-align: center;
		padding-top: 0px;
	}

	.footer-text-two p {
		text-align: center;
		padding-top: 5px !important;
	}

	.footer-text-three p {
		text-align: center;
		padding-top: 5px !important;
	}
}
