@import url('https://fonts.googleapis.com/css?family=Titillium+Web');
@import url('https://fonts.googleapis.com/css?family=Comfortaa');

*{
	font-family: 'Titillium Web', sans-serif;
	font-size: 14.5px;
}
body{
	margin: 0px;
	padding: 0px;
	border: 0px;
	width: 100%;
	background: url("../../asset/images/bg/login.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
::placeholder{
	color: #939393;
	opacity: 1;
}
::-ms-input-placeholder{
	color: #939393;
}
:-ms-input-placeholder{
	color: #939393;
}
.navbar-brand:hover{
	color: #2181ff !important;
}
.navbar,.footer{
	background: transparent !important;
}
.container-fluid{
	margin-top: 60px !important;
}
.login-warper{
	/* width: 400px; */
	padding: 25px;
	/* position: absolute; */
	/* top: 45%; */
	/* left: 50%; */
	/* transform: translate(-50%,-50%); */
	border-radius: 10px;
	background: rgba(255,255,255,1);
	text-align: center;
	box-shadow: 2px 2px 5px 2px rgba(0,0,0,.5);
}
.login-warper .alert{
	margin: 0 auto;
	width: 85%;
	margin-bottom: 10px;
	padding: 0;
	padding: 6px 15px;
	border-radius: 5px;
	text-align: left;
}
.login-warper .alert div{
	padding: 6px 20px;
	border-radius: 5px;
}
.alert-warning{
	border: 2px solid #ccb05f;
}
.alert-danger{
	border: 2px solid #d16e73;
}
.alert-success{
	border: 2px solid #60a36c;
}
.progress-bar{
	position: relative;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 84%;
	height: 25px;
	background: #2181ff;
	border-radius: 1em;
	color: #fff;
	font-size: 12px;
}
.progress-bar::before{
	content: attr(data-label);
	display: flex;
	align-items: center;
	position: absolute;
	padding: 3px 7px;
	top: 2.62px;
	left: 2.62px;
	height: 19px;
	width: calc(var(--width, 0) * 1%);
	min-width: 1.5rem;
	max-width: calc(100% - 5.5px);
	background: #6dacff;
	border-radius: 1em;
}
.login-warper h2{
	font-weight: bold;
	font-family: 'Comfortaa', sans-serif;
	color: #444;
	letter-spacing: 20px;
	text-align: center;
	padding: 5px 0px;
	padding-left: 10px;
}
.input{
	margin-bottom: 10px;
	color: #444;
	text-align: center;
	position: relative;
}
.input input[type = text],.input input[type = password]{
	margin: 0px;
	width: 85%;
	height: 36px;
	background: transparent;
	border: 0;
	padding: 6px 0px;
	padding-left: 45px;
	padding-right: 10px;
	border: 2px solid #bcbcbc;
	border-radius: 20px;
	outline: none;
	color: #444;
	transition: all linear 0.25s;
}
.input input[type = text]:hover,.input input[type = password]:hover{
	width: 100%;
	border-color: #2181ff;
}
.input input[type = text]:hover + i,.input input[type = password]:hover + i{
	left: 0;
	color: #2181ff;
}
.input input[type = text]:focus,.input input[type = password]:focus{
	width: 100%;
	border-color: #2181ff;
}
.input input[type = text]:focus + i,.input input[type = password]:focus + i{
	left: 0;
	color: #2181ff;
}
.input i{
	position: absolute;
	width: 50px;
	height: 36px;
	top: 0;
	left: 8%;
	line-height: 35px;
	transition: all linear 0.25s;
}
#data-login button{
	border: 0;
	background: transparent;
	outline: none;
	color: #939393;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 5px 35px;
	border: 2px solid #bcbcbc;
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	transition: all 1s ease;
}
#data-login button:hover,#data-login button:focus{
	color: #444;
	border-color: #2181ff;
}
#data-login button::before{
	background: rgba(204,226,255,.5);
	content: "";
	width: 0%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1;
	transition: all 0.4s ease;
}
#data-login button:hover::before,#data-login button:focus::before{
	width: 100%;
}
.login-warper .f-pass, .regis{
	color: #3a74d1;
	transition: all 0.1s linear;
}
.login-warper .f-pass:hover, .regis:hover{
	color: #444;
	text-shadow: none;
	text-decoration: none;
}
.footer{
	width: 100%;
	height: 50px;
	position: fixed;
	bottom: 0;
	text-align: right;
	color: #333;
	padding: 0 35px;
}
.footer p{
	line-height: 50px;
}
.footer a{
	color: #333;
	text-decoration: none;
}
.footer a:hover{
	color: #fcfcfc;
}

/* test */
.warper{
	height: 100vh;
}

/* modals */
.modal-content{
	background-color:#2181ff;
}
.modal-body,.modal-footer{
	background-color:#fff;
}
.modal-header h5{
	color: #fff;
}
.modal-body{
	border-top: 1px solid #red;
}

/* Extra small devices */
@media (max-height: 390px) {
	.login-warper{
		top: 50%;
	}
	nav,.footer{
		display: none !important;
	}
}

/* small devices */
@media (min-width: 576px) and (max-width: 767.98px){
	
}

/* Medium devices */
@media (min-width: 768px) and (max-width: 1199.98px){
	
}

/* Extra large devices */
@media (min-width: 1200px){
	
}