@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap);
body{
	font-family: 'Roboto', sans-serif;
	overflow-x: hidden;
	background-image:url(../img/loginbak.jpg);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    margin: auto;
    width: 100vw;
    height: 100vh;
    background: #e7e7e7;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 99;
    transition-delay: 0.65s;
}

.preloader .inner {
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.preloader:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 200px 100vh 0;
    border-color: transparent #797979 transparent transparent;
    position: absolute;
    left: -200px;
    top: 0;
}

.preloader:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 100vh 0 0 200px;
    border-color: transparent transparent transparent #797979;
    position: absolute;
    right: -200px;
    top: 0;
}

.preloader * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.transition-overlay {
    width: 100vw;
    height: 100vh;
    position: fixed;
    right: calc(-100% - 200px);
    bottom: 0;
    background: #797979;
    z-index: 9999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    visibility: hidden;
}

.preloader .inner .percentage {
    width: 100%;
    font-size: 4vw;
    line-height: 1;
    font-weight: 800;
    color: #000;
    position: absolute;
    top: 47%;
    transform: translateY(-10%);
    text-align: center;
    transition-delay: 0.10s;
}

.preloader .inner {
    position: relative;
}

.navigation__transparent.navbar {
    visibility: hidden;
}

.page-loaded .preloader .percentage {
    margin-left: 100px;
    opacity: 0;
}

.page-loaded .preloader {
    left: calc(-100% - 200px);
    visibility: hidden;
}

#loader {
    display: block;
    position: relative;
    left: 0%;
    top: 0%;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.plswait {
    position: absolute;
    bottom: 25%;
}
@keyframes waviy {
    0%,40%,100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}
.login-wrapper .row{
	display:flex;
	flex-wrap:wrap;	
}
.login-wrapper .bg-img{
	top:0;
	bottom:0;
	min-height:100vh;
	position:relative;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0;	
	
}
.login-wrapper .school-info {
	color:#333;
	max-width:100%;
	padding:0 75px;
	text-align:center;
}
.school-info h2{
	color:#fff;	
}
.school-info h3{
	margin:0;
	padding:0;
	margin-bottom:10px;
	color:#fff;
}
.school-info p{
	padding:25px 0;
	color:#fff;
	font-size:16px;	
}
.login-wrapper .waviy {
	position: relative;
	-webkit-box-reflect: below -30px linear-gradient(transparent, rgba(0,0,0,.2));
	font-size: 50px;
	font-weight: 700;
	margin-bottom: 30px;
}
.login-wrapper .waviy span {
	position: relative;
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	animation: waviy 1s infinite;
	animation-delay: 0s;
	animation-delay: calc(.1s * var(--i));
}
.login-wrapper .waviy span.color-orange {
  	color:#fea900;
}
.login-wrapper .bg-photo{
	bottom:0;
	position:absolute;
}
.img-fluid {
  	max-width:100% !important;
  	height:auto;
}
.login-bg-color{
	min-height: 100vh;
	padding: 0px 50px;
	//background: #0b247ff7;
	display:flex;
	justify-content: center;
	align-items: center;
}
.login-bg-color .row{
	padding:15px;
	border:2px solid #fff;	
	background: #0b247ff7;
	border-radius:20px;
}
.login-section{
	max-width:400px;
	width:100%;
	margin:0 auto;
}
.login-section .logo img{
	width:100%;
	height:90px;	
}
.login-bg-color h3 {
  text-align: center;
  margin: 10px 0 15px 0;
  font-size: 25px;
  color: #fea900;
  font-weight: 600;
}
.login-bg-color .login-inner-form{
	color:#e7e7e7;
	position:relative;
	width:100%;	
}
.login-bg-color .login-inner-form .form-group{
	margin-bottom:20px;	
}
.login-bg-color .login-inner-form .form-label{
	font-size:18px;	
	font-weight:400;
}
.login-bg-color .login-inner-form .form-box i{
	position: absolute;
	left: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #fea900;
	border-radius: 3px 0 0 3px;
	font-size: 20px;
	color: #fff;
}
.login-bg-color .login-inner-form .form-box .form-control {
  float: left;
  width: 100%;
  padding: 13px 15px 13px 65px;
  font-size: 15px;
  outline: none;
  color: #535353;
  border-radius: 3px;
  border: 1px solid #dbdbdb;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
  height:50px;
}
.login-bg-color .login-inner-form .checkbox {
  margin-bottom: 25px;
  font-size: 15px;
}
.login-bg-color .login-inner-form .form-check {
  margin-bottom: 0;
  padding-left:1.5em;
}
.float-start {
  float: left !important;
}
.login-bg-color .form-section .form-check-input {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  position: absolute;
  border: 1px solid #fbf1f1;
  border-radius: 0;
  background-color: #fbf1f1;
  margin-left: -22px;
}
.login-bg-color .form-check-input:checked{
	background-color:#fea900 !important;
	border-color:#fea900 !important;	
}
.login-bg-color .login-inner-form .form-check-label {
  padding-left: 5px;
  margin-bottom: 0;
  font-size: 15px;
  color: #e7e7e7;
}
.login-bg-color .login-inner-form .checkbox a {
  font-size: 15px;
  font-weight: 400;
  color: #e7e7e7;
}
.float-end {
  float: right !important;
}
.login-bg-color .btn-theme {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  border: none;
  outline: none !important;
  color: #ffffff;
  text-transform: capitalize;
  transition: all 0.3s linear;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
  width: 100%;
  border-radius: 3px;
  background:#fea900;
}
.login-bg-color .btn-primary:hover{
	background:#de9503;
}
.login-bg-color .login-inner-form p {
  margin: 28px 0 0;
  font-size: 16px;
  color: #e7e7e7;
  font-weight: 400;
}
.login-bg-color .login-inner-form p a {
  color: #fea900;
  text-decoration:none;
  font-size: 16px;
}
@media screen and (min-device-width: 280px) and (max-device-width: 480px) { 
	body{
		overflow-x: hidden;
	}
	.login-bg-color{
		padding:0 15px;	
		background: #0b247ff7;
	}
	.login-bg-color .row{
		border:none;	
	}
	.login-bg-color .login-inner-form .form-label{
		font-size:14px;	
	}
	.login-bg-color .login-inner-form .form-box i{
		width:40px;
		height:40px;	
		line-height:40px;
	}
	.login-bg-color .login-inner-form .form-box .form-control{
		height:40px;	
		padding: 13px 15px 10px 50px;
		font-size:14px;
	}
	.preloader .inner .percentage {
    	font-size: 16vw;
	}
}
