.login-content {
	max-width: 540px;
	margin: 6vh auto;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
}
.login-form {
	padding: 30px 30px;
	padding: 20px 25px 25px;
}
.login-form h4 {
	color: #878787;
	text-align: center;
	margin-bottom: 50px;
}
.login-form .checkbox {
	color: #878787;
	display: inline-block;
}
.login-form .checkbox label {
	text-transform: none;
}
.login-form .btn {
	width: 50%;
	margin-left:auto;
	margin-right:auto;
	text-transform: none;
	font-size: 14px;
	padding: 10px 15px;
	border: 0px;
	font-weight:500;
	font-family: 'Roboto', sans-serif;
	letter-spacing:0.02em;
}
.login-form .btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745;
}
.login-form .btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34;
}
.login-form label {
	color: #fff;
	text-transform: uppercase;
}
.login-form label a {
	color: #64a3c8;
}
.login-submit{
	width:100%;
	text-align:center;
}
.login-contain .sufee-login{
	background: linear-gradient(135deg, #4093f0 0%, #1d319b 100%);
	position:  relative;
	background-position-x: 0%;
	background-position-y: 0%;
	background-position: center center;
	height: 100vh;
	width: 100%;
	top: 0;
}	
.main-login .form-control{
	border:0px;
	border-radius:0px;
	border-bottom:1px #cecece solid;
	color: #fff;
	background-color: transparent;
}
.custom-dropdown::before,
.custom-dropdown::after {
  content: "";
  position: absolute;
  pointer-events: none;
}

.custom-dropdown::after { /*  Custom dropdown arrow */
  content: "";
  height: 1em;
  font-size: .625em;
  line-height: 1;
  right: 1.2em;
  top: 50%;
  margin-top: -.5em;
}

.custom-dropdown::before { /*  Custom dropdown arrow cover */
  width: 2em;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 0 3px 3px 0;
}

.custom-dropdown select[disabled] {
  color: #FFF;
}

.custom-dropdown select[disabled]::after {
  color: #fff;
}

.custom-dropdown::before {
  background-color: transparent;
}

.custom-dropdown::after {
  color: #FFF;
}
.custom-dropdown select {
  background-color: #1abc9c;
  color: #fff;
  font-size: inherit;
  padding: .5em;
  padding-right: 2.5em;	
  border: 0;
  margin: 0;
  border-radius: 3px;
  text-indent: 0.01px;
  text-overflow: '';
  -webkit-appearance: button; /* hide default arrow in chrome OSX */
}
.main-login input{
	border-bottom:1px #cecece solid !important;
	border:0px;
	position: relative;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	height: 41px;
	padding: 6px 12px;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	background-color: transparent;
	color: #fff;
}

.main-login input::placeholder {
	color:#f0f0f0;
}
.main-login input:focus{
	border-bottom:1px #fff solid !important;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, background-color ease-in-out .15s;
	background-color:#1e458c
}
.main-login .input-group-addon{
	background-color: #2656ac;
	border:0px;
	border-radius: 0px;
	border-bottom: 1px #cecece solid !important;
}
.main-login .input-group-addon i{
	color:#fff;
}
.main-login .btn{
	border-radius:50px;
	background-color: #fae100 !important;
	color:#242424;
}
.login-title h1{
	text-align:center;
	color:#fff;
	font-size: 21px;
	font-weight:600;
	margin-bottom:10px;
	text-transform:none;
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: 'Titillium Web', sans-serif;
}
.login100-form-logo {
    font-size: 60px;
    color: #333;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: #fff;
    margin: 0 auto;
	padding: 15px;
}
.login-form .logo{
	height:80px;
}
.register-link p{
	color: #fff;
	margin-top: 15px;
	font-size: 12px;
}
.main-login .input-group-btn .btn{
	border-radius:0px;
	background-color: #f0f0f0 !important;
}
.login-form .input-group-btn .btn{
	width: auto;
}

/*the container must be positioned relative:*/
.custom-dropdown {
  position: relative;
}

.custom-dropdown select {
  display: none; /*hide original SELECT element:*/
  background-color:transparent
}

.select-selected {
  background-color: transparent;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border-bottom: 1px #cecece solid !important;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
  width: 100%;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #1a5a99;
  top: 100%;
  left: 0px;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
.login-form .school-name {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 15px;
}
.login-form .school-name h2 {
    color: #fff;
    font-size: 18px;
    text-transform: none;
    font-weight: 600;
    font-family: 'Titillium Web', sans-serif;
}

/*-----------Animated----------------------*/

.animated {
            -webkit-animation-duration: 2s;
            animation-duration: 2s;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
         }
         
         @-webkit-keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         @keyframes fadeIn {
            0% {opacity: 0;}
            100% {opacity: 1;}
         }
         
         .fadeIn {
            -webkit-animation-name: fadeIn;
            animation-name: fadeIn;
         }
 /*-----------Animated----------------------*/