html,
body {
  height: 100%;
}

body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input.input-top {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input.input-bottom{
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.form-signin input.input-middle{
  margin-bottom: -1px;
   margin-top: -1px;
  border-radius: 0;
}
.btn-primary {
    background: #11CABC;
    border-color: #11CABC;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active ,.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active {
  background-color: #00B9AC;
  border-color: #00B9AC;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #ccc;
  border-color: #ccc;
}
.footer-link a {color: #888;}
.footer-link a:hover {color: #444; text-decoration: none;}
/*@font-face {
  font-family: Segoe UI Light;
  src: local("Segoe UI Light"),
       url(Segoe UI Light.ttf);
  }

body {
	background: #11CABC;
	font-family: 'Segoe UI Light', Helvetica, Arial, sans-serif;
	color: #fff;
}  
  
strong { font-weight: 500; }

a, a:hover, a:focus {
	color: #fff;
	text-decoration: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

h1, h2 {
	margin-top: 10px;
	font-size: 38px;
    font-weight: 100;
    color: #fff;
    line-height: 50px;
}

h3 {
	font-size: 28px;
    font-weight: 600;
    color: #fff;
    line-height: 30px;
	margin-top: 60px;
}

img { max-width: 100%; }

::-moz-selection { background: #fff; color: #11CABC; text-shadow: none; opacity: 1;}
::selection { background: #fff; color: #11CABC; text-shadow: none; opacity: 1; }





.inner-bg {
	
	 position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
	text-align: center;
	
}

.login-container-1{
	width: 100%;
    height: 100%;
    display: table;
}

.login-container-2 {
	display: table-cell;
    vertical-align: middle;
    text-align: center;
}


.form-box {
	

}

.form-top {
	overflow: hidden;
	margin-bottom: 30px;
	
	
}

.form-middle {
	padding-top: 15px;
	
	
}
.logo {
	margin-bottom: 20px;
	width: 100px;
}
.bottom-links {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	background: #11CABC;
	font-size: 16px;

}

.alert {
	margin-bottom: 0;
	text-align: left;
}

.links {
	margin-top: 10px;
	text-align: center;
}

.links a{
	color:#fff;
	opacity: 0.5;

}


@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {}

@media (max-width: 767px) {
	


}

@media (max-width: 415px) {
	
	h1, h2 { font-size: 32px; }

}

input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, 
textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: rgba(255,255,255,0.7); }

input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, 
textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: rgba(255,255,255,0.7); }

input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, 
textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: rgba(255,255,255,0.7);}


.btn-submit{
	
	margin: 30px 0 50px 0;
	background-color: #fff;
    border-color: #fff;
	border-radius: 35px;
	color: #333;
	font-weight: bold;
	
	min-width: 220px;
  }

.btn-submit:hover, .btn-submit:active, .btn-submit:focus, .btn-submit:active:focus, .btn-submit.active:focus { 

	opacity: 0.9;
	-moz-box-shadow: none; 
	-webkit-box-shadow: none; 
	box-shadow: none;

}





@media (min-width: 768px) {
  
  
}

.alert {
  color: white;
  border: none;
  padding: 15px 25px;
  text-align: center;
   z-index: 11;
   font-size: 16px;
}
.alert-success {
  background-color: #37BC9B;
}
.alert-warning {
  background-color: #ecb953;
}
.alert-danger {
  background-color: #DA4453;
}
.alert-info {
  background-color: #4A89DC;
}


.form-group .form-control:not(.static) ~ label,
.form-group .form-control:not(.static) ~ .form-control-line {
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label,
.form-group .form-control ~ .form-control-line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
}
.form-group .form-control ~ label:after,
.form-group .form-control ~ .form-control-line:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 45%;
  height: 2px;
  width: 10px;
  visibility: hidden;
  background-color: #0aa89e;
  -webkit-transition: 0.2s ease all;
  -o-transition: 0.2s ease all;
  transition: 0.2s ease all;
}
.form-group .form-control ~ label {
  top: 0;
  margin-bottom: 0;
  font-size: 12px;
  opacity: 0.5;
}
.form-group .form-control:focus {
  border-color: rgba(12, 12, 12, 0.12);
}
.form-group .form-control:focus ~ label {
  color: #0aa89e;
  opacity: 1;
}
.form-group .form-control:focus ~ label:after,
.form-group .form-control:focus ~ .form-control-line:after {
  visibility: visible;
  width: 100%;
  left: 0;
}
.floating-label .form-control ~ label {
  top: 19px;
  font-size: 16px;
}
.floating-label .form-control:focus ~ label,
.floating-label .form-control.dirty ~ label {
  top: 0px;
  font-size: 12px !important;
}

.form .form-group .input-group {
    margin-top: -16px;
}

.form .form-group .input-group-addon {
    vertical-align: middle;
	padding-left: 0;
}
.input-group-content {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
}
.form-control {
    padding: 0;
    height: 37px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom-color: #fff;
    background: transparent;
    color: #fff;
    font-size: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}
.form-group {
    position: relative;
    margin-bottom: 19px;
	padding-top: 15px;
}
.input-group .form-control {
    display: table-cell;
}
.input-group-addon {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
}
.form-control:focus {box-shadow: none;}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: transparent;
  border-bottom-color: rgba(12, 12, 12, 0.2);
  border-bottom-style: dashed;
}
.form-control[disabled]::-moz-placeholder,
.form-control[readonly]::-moz-placeholder,
fieldset[disabled] .form-control::-moz-placeholder {
  color: #b0b5b4;
  opacity: 1;
}
.form-control[disabled]:-ms-input-placeholder,
.form-control[readonly]:-ms-input-placeholder,
fieldset[disabled] .form-control:-ms-input-placeholder {
  color: #b0b5b4;
}
.form-control[disabled]::-webkit-input-placeholder,
.form-control[readonly]::-webkit-input-placeholder,
fieldset[disabled] .form-control::-webkit-input-placeholder {
  color: #b0b5b4;
}
.form-control[disabled] ~ label:after,
.form-control[readonly] ~ label:after,
fieldset[disabled] .form-control ~ label:after,
.form-control[disabled] ~ .form-control-line:after,
.form-control[readonly] ~ .form-control-line:after,
fieldset[disabled] .form-control ~ .form-control-line:after {
  display: none;
}
*/

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	background-color: #fff !important;
    background-image: none !important;
    color: #333 !important;
}

@-webkit-keyframes autofill {
    to {
        color: #333;
        background: #fff;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}