/*
 * Page: Login & Register
 * ----------------------
 */
.login-page,
.register-page {
  background-color: #fff;
}

.login-box-body, .register-box-body {
    padding: 30px;
    padding-bottom: 100px;
    width: 100%;
    margin-top: 0px;
    margin-left: 0px;
    border: 0px!important;
    background-color: #fff;
    
}
.login-box-body input{
  border-left: 0px;
  border-top: 0px;
  border-right: 0px;
  border-radius: 0px;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;

}
.login-box-body input:focus{
  box-shadow: none;
  border-color:#ccc; 
}
.login-box-body h3{
  /*margin-top: 0px;*/
}

.login-box-body .btn {
  padding-left: 20px;
  padding-right: 20px;
}
.footer-login{
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: -1;
}

.thumbnail {
    padding: 0;
    border-radius: 0;
    
}


input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}
.btn {
    /*border-radius: 0px;*/
    
 }

.dropdown-menu {
    left: -70px;
    /*width: 150px;*/
}
.swal2-cancel {
    color: #333!important;
    background-color: #fff!important;
    border: 1px solid #ccc!important;
}
.swal2-popup .swal2-content {
    font-size: 14px !important;
    font-weight: 400 !important;
}

.swal2-popup .swal2-styled {
    font-size: 14px !important;
   
}

.btn-default {
    background-color: #fff;
    color: #444;
    border-color: #ddd;
}

.loader {
  display: inline-block;
  border: 3px solid #3c8dbc;

  border-radius: 50%;
  
border-left: 2px solid #fff;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
  width: 25px;
  height: 25px;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
.text-error{
  color: #d50000;
}
.text-ok{
  color: #00a65a;
}
.link{
  cursor: pointer;
}
.label {
    font-size: 100%;
    font-weight: 400;
    line-height: 1;
}
.morris-hover.morris-default-style{
  background:rgba(0,0,0,0.8);
  border:solid 2px rgba(0,0,0,0.8);
  color: #999;
}
.error{
    font-weight: 400;
    color: #dd4b39;

}


@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (min-width: 500px){

.login-box{
  width: 400px;
}

.login-box-body, .register-box-body {
   -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
}
.footer-login{
  position: relative;
  margin-top: 10px;
}

}


pre {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    font-weight: 400;
    background-color: #fff;
    white-space: pre-wrap;
    border: none!important;
}

