/***
Login page
***/

/* logo page */
.login {
  /*background-color: #666 !important;*/
}

.PaddingCus{
    position:relative;
    height: 300px;
}
.login .logo {
  width: 247px;
  margin: 0 auto;   
  margin-top:60px;
  padding: 15px;
  text-align: center;
}  

.alignForm{
        position: relative;
    top: 75px;
    left: 116px;
}

.login .content 
{
  /*border-style:solid;
  border-color:#BDBDBD;*/
  /*text-shadow: 0 0 10px black;*/
  /*box-shadow: 2px 2px 7px #424242;*/
  border-radius:20px;
  border-width:1.2px;
  background:#E6E6FA repeat;
  background: url('../../img/bg/LoginHeader.png');
  width: 450px;
  margin: 0 auto; 
  margin-bottom: 0px;
  padding: 30px;  
  padding-top: 30px;  
  padding-bottom: 30px; 
      position: relative;
      top: 43%;
    height: 350px;
}

.login .content h3 {
  color: #eee;
}
.login .content h4  {
  color: #eee;
}

.login .content p,
.login .content label {
  color: #fff;
}

.login .content .login-form,
.login .content .forget-form {
    padding: 0px;
    margin: 0px;

 
}



.login .content .m-wrap {
  width: 349px;
  background-color: #fff;
}





.login .content .control-group {

  margin-bottom: 20px !important;
}

.login .content .input-icon .m-wrap {  
  margin: 0px !important;
}

.login .content .forget-form {
  display: none;
}

.login .content .register-form {
  display: none;
}

.login .content .divmargintop
{
    margin-top:10px;

}


.login .content .divmarginbottom
{
    margin-bottom:5px;

}
.login .content .pwidth
{
   width:100%;
   font-size:10px;
   margin-left:5px;
   color:#212121;
}







.login .content .marquee {
    font-size:14px;
    color:#F8F8F8 ;
    text-shadow: 1px 2px 3px #666;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom:10px;
}




.login .content .marquee span {
    display: inline-block;
    padding-left: 100%;  /* show the marquee just outside the paragraph */
    animation: marquee 15s linear infinite;
}

.login .content .marquee span:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { 
        transform: translate(0, 0);
        color:#FFD700;
    }
    50%
    {
        transform: translate(-50%, 0);
           color:#D4AF37;
    }

    100% 
    { 
        transform: translate(-100%, 0);
           color:#C5B358;
    }
}

.login .content .animationh3
{
     
     height:40px ;
     -webkit-animation: expand 1.5s linear;
}


.login .content .form-title {
  color:#F8F8F8 ;
  font-size:30px;
  text-shadow: 1px 2px 3px #666;
  margin-left:10px;
  font-weight: bold;
  margin-top: 0px;
  -webkit-animation: bgcolorchange 4s infinite; /* Chrome, Safari, Opera */ 
  animation: 10s infinite bgcolorchange;
}

@keyframes bgcolorchange {
  0% {
    color: #0097A7;
  }
  25% {
   color: #0288D1;
  }
  50% {
    color: #03A9F4;
  }
  75% {
    color: #283593;
  }
  100% {
    color: #1A237E;
  }
}




@-webkit-keyframes expand
{
    0%{height:0px}
    100%{height:40px}

}

.login .content .form-actions {
  background-color: transparent;
  clear: both;
  border: 0px;
  border-bottom1: 1px solid #999;
  padding: 0px 25px 0px 25px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions2 {
  background-color: transparent;
  clear: both;
  border: 0px;
  height:50px;
  border-bottom1: 1px solid #999;
  padding: 0px 0px 0px 0px;
  margin-left: -30px;
  margin-right: -30px;
}

.login .content .form-actions3 {
  clear: both;
  border: 0px;
  height:60px;
  border-top-left-radius:20px;
  border-top-right-radius:20px;
  border-bottom1: 1px solid #999;
  padding: 0px 0px 0px 0px;
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom:20px;
  margin-top:-30px;
  

}

.login .content .form-actions4 {
  background-color: transparent;
  clear: both;
  border: 0px;
  height:20px;
  border-bottom1: 1px solid #999;
  padding: 0px 0px 0px 0px;
  margin-left: -30px;
  margin-right: -30px;
  margin-top:10px;
  margin-bottom:-20px;
  
}





.login .content .forget-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}  

.login .content .register-form .form-actions {
  border: 0;
  margin-bottom: 0;
  padding-bottom: 0px;
}

.login .content .form-actions .checkbox {
  margin-top: 8px;
  display: inline-block;
}

.login .content .form-actions .btn {
  margin-top: 1px;
}

.login .content .forget-password {
  margin-top: 25px;
}

.login .content .create-account {
  border-top: 1px dotted #eee;
  padding-top: 10px;
  margin-top: 15px;
}

.login .content .create-account a {
  display: inline-block;
  margin-top: 5px;
}

/* select2 dropdowns */
.login .content .select2-container i {
  display: inline-block;
  color: #ccc;
  z-index: 1;
  margin: 2px 4px 4px 3px; 
  width: 16px;
  height: 16px;
  font-size: 16px;
  text-align: center; 
}

.login .content .select2-container a span {
  font-size: 13px;
}

.login .content .select2-container a span img {
  margin-left: 4px;
}

/* footer copyright */
.login .alertmessage {
  text-align: center;
  width: 400px;
  margin: 0 auto; 
  padding: 10px 10px 0 10px;
  color: #eee;
  font-size: 12px;
}

@media (max-width: 420px) {
  /***
  Login page
  ***/
  .PaddingCus{
    position:relative;
    height: 0px;
}
  .login .logo {
    margin-top:10px;
  }

  .login .content {
    padding: 30px; 
    width: 252px;
    margin-top: 80px; /*KLCHO20160523*/
    top:0%;
    background: url('../../img/bg/BOSS_Login2_mobile.png');
  }

  .alignForm{
        position: relative;
    top: 75px;
   left:0px;
}

  .login .content h3 {
    font-size: 22px;
  }

  .login .content .m-wrap {
      width: 200px;
  }

  .login .checkbox {
    font-size: 13px;
  }


  .login .content .pwidth
{
   width:100%;
   font-size:6.5px;
   margin-left:5px;
   color:#212121;
}



}