
body {
    width: 100%;
    height: 100%;
    background: #f2f3f8;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    display: table;
}

#rotatingDiv {
    display: block;
    margin: 32px auto;
    height: 100px;
    width: 100px;
    -webkit-animation: rotation .9s infinite linear;
    -moz-animation: rotation .9s infinite linear;
    -o-animation: rotation .9s infinite linear;
    animation: rotation .9s infinite linear;
    border-left: 8px solid rgba(0,0,0,.20);
    border-right: 8px solid rgba(0,0,0,.20);
    border-bottom: 8px solid rgba(0,0,0,.20);
    border-top: 8px solid rgba(33,128,192,1);
    border-radius: 100%;
}

@keyframes  rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 5s;
}



        
.logpanel {
    min-height: 20px;
    padding: 8px;
    background-color: transparent;
    -webkit-border-radius: 0px;
    border-radius: 1px;
    /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 3px 3px 2px 0 rgba(44, 49, 55, .1);*/
    border-radius: 4px;
}
.form-signin .form-control {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 15px!important;
    background: #fff;
    color: #8e8e90;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 10px;
}
.form-signin .checkbox {
    font-weight: normal;
}
.form-signin .form-control:focus {
    z-index: 2;
}
.form-signin input[type="email"] {
    margin-bottom: -1px;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
    margin-bottom: 10px;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
}
.form-signin .forget-password {
    text-align: center;
}
.form-signup {
    display: none;
}
.form-signup .input-group {
    margin-bottom: 10px!important;
}
.form-signup .fa {
    width: 16px;
}
.form-forgot {
    display: none;
}
.form-heading {
    margin: 30px 0;
    padding-top: 0px;
    padding-bottom: 5px;
    font-size: 26px;
    color: #fff;
}

.log-reg-tabs{
    margin: 20px auto !important;
    background: #2c2e3e;
    border-radius: 0 0 20px 20px;
    margin-bottom: 20px;
    max-width: 100%;
}
.log-reg-tabs form{
    max-width: 100%;
    padding: 0 30px 30px;
}

.log-reg-tabs .nav-tabs {
    border-bottom: 0;
    background: #f2f3f8;
}
.log-reg-tabs .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 50%;
    margin: 0;
}
.log-reg-tabs .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 0;
    border-radius: 4px 4px 0 0;
    background: #f2f3f8;
    font-size: 17px;
    color: #2c2e3e;
    font-weight: 100;
    text-align: center;
}
.form-signin .form-control {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #555;
}
.log-reg-tabs .nav-tabs>li.active>a, .log-reg-tabs .nav-tabs>li.active>a:focus, .log-reg-tabs .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #d38235;
    border: 0;
    border-bottom-color: transparent;
    border-radius: 20px 20px 0 0;
}
.log-reg-tabs .nav>li>a:focus,  .log-reg-tabs .nav>li>a:hover {
    background-color: transparent;
}
input:-webkit-autofill, input:autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background: #191b24;
    color: #fff;
}
.log-reg-tabs .btn-primary {
    color: #fff;
    background-color: #d38235;
    border-color: #d18134;
}
.log-reg-tabs .btn-primary:hover, .log-reg-tabs .btn-primary.focus, .log-reg-tabs .btn-primary:focus {
    color: #d38235;
    background-color: #f2f3f8;
    border-color: #f2f3f8;
    outline: none;
}
.log-reg-tabs .select2-container .select2-choice {
    color: #989898;
}
.login-here{
    text-align: center;  
}
.login-here a{
    color: #000;
    display: inline-block;
    line-height: 26px;
    margin-bottom: 15px;
    text-decoration: none !important;
}
.login-here>a, .login-here>a:hover{
    color: #d18034;
    border-bottom: 1px solid;
    font-size: 22px;
}
.login-here a b{
    color: #d18034;
    font-weight: 500;
}
.user-log-img{
    width: 78px;
    height: 60px;
    margin-top: 30px;
    margin-bottom: 20px;
    margin: 20px auto;
    display: block;
}
.log-reg-tabs.loginpage{
    width: 400px;
    border-radius: 20px;
    padding: 10px;
    max-width: 100%;
}
.re-hr-fgt-pass{
    padding: 10px 0;
}
.re-hr-fgt-pass a {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  display: block;
}
.re-hr-fgt-pass a:hover{
    color: #fff;
}
.log-reg-tabs.loginpage form {
    padding: 0 30px 20px;
}
.input-relative{
    padding-bottom: 20px;
}
.input-relative .help-block{
    position: absolute;
    bottom: -15px;
}
.ent-ur-email{
    text-align: center;
    color: #ccc;
}
.re-hr-fgt-pass .checkbox label, .re-hr-fgt-pass .radio label {
  padding-left: 0;
  color: #ddd;
  cursor: pointer;
}
.re-hr-fgt-pass .checkbox, .re-hr-fgt-pass .radio {
    margin-top: 0px;
}
.social_signin a{
  padding: 8px 20px;
  display: inline-block;
  border-radius: 6px;
  width: 48%;
  float: left;
  color: #eee;
  text-decoration: none;
  font-size: 16px;
  margin: 0 2%;
  float: left;
}
.social_signin a.facebook_log{
  background: #428bca;
  margin-left: 0;
}
.social_signin a.twitter_log{
  background: #5bc0de;
  margin-right: 0;
}

.social_signin a:hover{
  background: #000;
  color: #fff;
}
.social_signin{
  text-align: center;
  overflow: hidden;
  clear: both;
}
.lgin_btn{
    display: block;
    width: 100%;
    background: #fd5151;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 12px 10px;
    position: relative;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
}
.lgin_btn .ladda-spinner {
  position: absolute;
  left: 20px;
  top: 20px;
}
.admin_bkbd {
    background: url(../images/login_bg.jpg);
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    max-width: 100%;
    padding: 30px 0;
}
.admin_bkbd .form-control{
  background: #fefefe;
  border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
	background: #fefefe;
	border: 0;
}
.form-group {
    margin-bottom: 15px;
}
.checkbox label input{
    position: initial;
    vertical-align: -4px;
    margin-left: 0px;
    width: 18px;
    height: 18px;
}
.brand_logo{
	width: 120px;
	margin: 20px auto 0;
}
.brand_logo a img{
	max-width: 100%;
}
.copy_right, .copy_right a{
	color: #585858;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
}
.copy_right a:hover{
	color: #fd5151;
}

span.help-block.form-error {
    color: #fd6161;
    font-size: 13px;
    margin: 3px 0;
    display: block;
}

p.custom-error {
    color: #fd6161;
    font-size: 14px;
    margin: 5px 30px;
    display: block;
}

.loginpage img {
    margin-left: 87px;
    height: 120px;
    width: 200px;
    margin-bottom: 20px;
    margin-top: 21px;
}



.invalid-feedback {
    font-size: small;
    color: #fd5151;
}

.server-messages {
    font-size: small;
    padding-left: 29px;
    margin: 0px -4px 3px 1px; 
    color: #fd5151;
}

@media(max-width: 640px){
    .log-reg-tabs form {
		
    }
}

@media (max-width: 480px){
	.log-reg-tabs.loginpage {
		width: 280px;
		max-width: 100%;
	}
	.log-reg-tabs.loginpage form {
		padding: 0 10px 20px;
	}
}