@charset "UTF-8";

a {
    color: #3699FF;
}

.main-panel {
    display: flex;
    align-items: center;
    width: 100%!important;
    height:100vh!important;
    background: url('../assets/img/login-bg.jpg');    
}

.main-wrapper {
    width: 100%;
    margin: auto;
    padding: 30px;
    max-width: 470px;
}

.social {
    text-align: center;
}

.social img {
    width: 240px;
}

.division {
    margin-top: 30px;
    margin-bottom: 70px;
    text-align: center;
}

#labelSpan {
    display: block;
    font-size: 20px;
}

#labelP {
    margin-top: 5px;
    display: block;
    color: #787A87;
    font-size: 13px;
}

input.form-control {
    padding: 22px 0 22px 25px!important;
    font-size: 13px!important;
    margin-bottom: 15px!important;
    border: 1px solid #F3F6F9!important;
    background-color: #F3F6F9!important;
}

.btn, .btn:hover, .btn:active, .btn:focus, .btn:active:focus {
    opacity: 1!important;
    width: 100%!important;
    padding: 14px!important;
    color: #FFFFFF!important;
    margin-top: 15px!important;
    border: 1px solid #3699FF!important;
    background-color: #3699FF!important;
}

.forgot {
    text-align: center;
    font-size: 13px;
    margin-top: 40px;
}

.forgot span {
    color: #787A87;
    display: block;
    margin-bottom: 10px;
}

.forgot span a {
    color: #b5b5c3;
    font-weight: 500;
}

.footer {
    display: none;
}

.animated {
  -webkit-animation-duration: 1s;
	   -moz-animation-duration: 1s;
	     -o-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	   -moz-animation-fill-mode: both;
	     -o-animation-fill-mode: both;
	        animation-fill-mode: both;
}

.animated.hinges {
	-webkit-animation-duration: 2s;
	   -moz-animation-duration: 2s;
	     -o-animation-duration: 2s;
	        animation-duration: 2s;
}

.animated.slow {
	-webkit-animation-duration: 3s;
	   -moz-animation-duration: 3s;
	     -o-animation-duration: 3s;
	        animation-duration: 3s;
}

.animated.snail {
	-webkit-animation-duration: 4s;
	   -moz-animation-duration: 4s;
	     -o-animation-duration: 4s;
	        animation-duration: 4s;
}

@-webkit-keyframes shake {
	0%, 100% {-webkit-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-webkit-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-webkit-transform: translateX(10px);}
}

@-moz-keyframes shake {
	0%, 100% {-moz-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-moz-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-moz-transform: translateX(10px);}
}

@-o-keyframes shake {
	0%, 100% {-o-transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {-o-transform: translateX(-10px);}
	20%, 40%, 60%, 80% {-o-transform: translateX(10px);}
}

@keyframes shake {
	0%, 100% {transform: translateX(0);}
	10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
	20%, 40%, 60%, 80% {transform: translateX(10px);}
}

.shake {
	-webkit-animation-name: shake;
	-moz-animation-name: shake;
	-o-animation-name: shake;
	animation-name: shake;
}

.login .modal-dialog{
    width: 350px;
}
.login .modal-footer{
    border-top: 0;
    margin-top: 0px;
    padding: 10px 20px 20px;
}
.login .modal-header {
    border: 0 none;
    padding: 15px 15px 15px;
/*     padding: 11px 15px; */
}

.login .division {
    float: none;
    margin: 0 auto 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 100%;
}
.login .division .line {
    border-top: 1px solid #DFDFDF;
    position: absolute;
    top: 10px;
    width: 34%;
}
.login .division .line.l {
    left: 0;
}
.login .division .line.r {
    right: 0;
}
.login .division span {
    color: #424242;
    font-size: 17px;
}
.login .box .social {
    float: none;
    margin: 16px auto;
    text-align: center;
}

.login .social .circle{
    background-color: #EEEEEE;
    color: #FFFFFF;
    border-radius: 100px;
    display: inline-block;
    margin: 0 17px;
    /*padding: 15px;*/
}
.login .social .circle .fa{
    font-size: 16px;
}
.login .social .facebook{
    background-color: #455CA8;
    color: #FFFFFF;
}
.login .social .google{
    background-color: #F74933;
}
.login .social .github{
    background-color: #403A3A;
}
.login .facebook:hover{
    background-color: #6E83CD;
}
.login .google:hover{
    background-color: #FF7566;
}
.login .github:hover{
    background-color: #4D4D4d;;
}
.login .forgot {
    color: #797979;
    margin-left: 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}
.login .btn-login, .registerBox .btn-register{
    background-color: #3699FF;
    border-color: #3699FF;
    border-width: 0;
    color: #FFFFFF;
    display: block;
    margin: 0 auto;
    padding: 10px 50px;
    text-transform: uppercase;
    width: 100%;
}
.login .btn-login:hover, .registerBox .btn-register:hover{
    background-color: #3699FF;
    border-color: #3699FF;
    color: #FFFFFF;
}
.login .form-control{
    border-radius: 3px;
    background-color: rgba(0, 0, 0, 0.09);
    /* box-shadow: 0 1px 0px 0px rgba(0, 0, 0, 0.09) inset; */
    color: #FFFFFF;
}
.login .form-control:hover{
    background-color: rgba(0,0,0,.16);
}
.login .form-control:focus{
    /* box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04) inset; */
    background-color: rgba(0,0,0,0.23);
    color: #FFFFFF;
}
.login .box .form input[type="text"], .login .box .form input[type="password"], .login .box .form input[type="email"] {
    border-radius: 3px;
    border: 1px solid #b5b5b5;
    color: #333333;
    font-size: 16px;
    height: 40px;
    margin-bottom: 10px;
    padding: 13px 12px;
    width: 100%;
}

.login .box .form input[type="text"]::-webkit-input-placeholder, .login .box .form input[type="password"]::-webkit-input-placeholder {
    color: #999999;
}

.login .box .form input[type="text"]:-ms-input-placeholder, .login .box .form input[type="password"]:-ms-input-placeholder {
    color: #333333;
}

.login .box .form input[type="text"]::-moz-placeholder, .login .box .form input[type="password"]::-moz-placeholder {
    color: #333333;
}

.login .box .form input[type="email"]::-webkit-input-placeholder, .login .box .form input[type="password"]::-webkit-input-placeholder {
    color: #999999;
}

.login .box .form input[type="email"]:-ms-input-placeholder, .login .box .form input[type="password"]:-ms-input-placeholder {
    color: #333333;
}

.login .box .form input[type="email"]::-moz-placeholder, .login .box .form input[type="password"]::-moz-placeholder {
    color: #333333;
}


@media (max-width:400px){
    .login .modal-dialog{
        width: 100%;
    }
}

.big-login, .big-register{
    background-color: #00bbff;
    color: #FFFFFF;
    border-radius: 7px;
    border-width: 2px;
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    padding: 16px 60px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}
.big-login:hover{
    background-color: #00A4E4;
    color: #FFFFFF;
}
.big-register{
    background-color: rgba(0,0,0,.0);
    color: #00bbff;
    border-color: #00bbff;
}
.big-register:hover{
    border-color: #00A4E4;
    color:  #00A4E4;
}
.darker input[placeholder] {
   color: blue;
}

.switch {
    display: flex;
}

.switch label{
    margin-left: 10px;
}

.switch > input {
    width: 18px;
    height: 18px;
    margin: 0;
    cursor: pointer;
    border: 0;
    z-index: 1;
    appearance: none;
    border-radius: 0.45em;
    background-size: 60% 58%;
    background-color: #EBEDF3;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .switch input:checked {
    background-color: #3699FF;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 11' width='13' height='11' fill='none'%3e%3cpath d='M11.0426 1.02893C11.3258 0.695792 11.8254 0.655283 12.1585 0.938451C12.4917 1.22162 12.5322 1.72124 12.249 2.05437L5.51985 9.97104C5.23224 10.3094 4.72261 10.3451 4.3907 10.05L0.828197 6.88335C0.50141 6.59288 0.471975 6.09249 0.762452 5.7657C1.05293 5.43891 1.55332 5.40948 1.88011 5.69995L4.83765 8.32889L11.0426 1.02893Z' fill='%23FFFFFF'/%3e%3c/svg%3e");
  }
  
