/* here you can put your own css to customize and override the theme */
h1 {color:#fff !important;}
p {color:#fff!important;}

.orange{
    background-color: #e6a531;
}

.white-custom{
    color:#fff!important;
    border-bottom: 1px solid #fff!important;
    margin-left: 0!important;
    margin-right: 0!important;
    padding:0!important;
}

.login-logo{
  position: absolute;
  width: 250px;
  top: 50%!important;
  left: 50%!important;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}

.login-content{
padding:0 180px!important;
}

.forgot-password a{
color:#fff!important;
font-weight:lighter;  
}

.forgot-password{
margin-bottom:15px;
}

.rem-password {
margin-top:0!important;
}

.mt-checkbox {
color:#fff!important;
font-weight:lighter;       
}

.mt-checkbox-outline span{
background-color: #fff!important;
border: none!important;
}

.font-orange{
color:#e6a531!important;
}

.btn.white.font-orange{
width:100%;
border-radius: initial;
}

.login-copyright{
text-align: center;
padding-right: 0!important;
margin-top: 40px!important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff!important;
  font-weight:lighter;   
}
::-moz-placeholder { /* Firefox 19+ */
  color: #fff!important;
  font-weight:lighter;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #fff!important;
  font-weight:lighter;
}
:-moz-placeholder { /* Firefox 18- */
  color: #fff!important;
  font-weight:lighter;
}


/*
/*Change Autocomplete style style in Chrome
@-webkit-keyframes autofill {
        to {
            color: #fff;
            background: transparent;
        }
    }

    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 {
        -webkit-animation-name: autofill;
        -webkit-animation-fill-mode: both;
    }
*/

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #fff;
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  transition: background-color 5000s ease-in-out 0s;
}

.font-yellow{
color:#FFEB3B!important;
}

.btn-success {
background-color: #FFEB3B!important;
border-color: #FFF176!important;
}

.yellow {
border-color: #FFF176!important;
color: #FFEB3B!important;
}

.btn-success{
color:#e6a531!important;
}

@media (max-width: 600px){
    
.login-content{
padding:0 60px!important;
}
    
}


@media (max-width: 1025px){
    
.login-content{
padding:0 40px!important;
}
    
.login-copyright{
padding:0!important;    
text-align:center!important;    
margin-top: 0!important;    
}    
}

