.login-btn-style
{
  background-color: #fff;
}
.login-btn-style:hover
{
    box-shadow: 1px 1px 8px 5px #00000052;
}
.hover-forget-password:hover
{
    text-shadow: 1px 1px 4px;
}
.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;            
  color: white;               
}
.text-styel-div1{
  text-align:left;
  vertical-align:middle;
  font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;             
  font-size: 13px;
  padding-bottom:10px;
  padding-left:30px;
}
.text-styel-div2{
  text-align:right;
  vertical-align:middle;
  font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFFFFF;             
  font-size: 13px;
  padding-bottom:10px;
  padding-right:30px;
}

.card-header{
  /*border: none !important;*/
  border-width: 0px !important;
  /*left: 0px !important;
  top: 0px !important;
  position: inherit !important;
  width: 382px !important;
  height: 67px !important;*/
  text-align: center;
  padding: 0px !important;
}

.card{
/*height: 370px;*/
margin-top: auto;
margin-bottom: auto;
width: 540px;
padding: 150px 0px;
background: none !important;
border: none !important;
}

.container{
height: 100%;
align-content: center;
}
.card-body{
  padding-top: 50px !important;
  
}

.color-white{
color: white;
text-align: center;"
}

/*.input-group-prepend span{
width: 50px;
background-color: #FFC312;
color: black;
border:0 !important;
}*/

.input-group-text{
  background: none !important;
  border : none !important; 
  color : white !important;
  /*margin-right: 28px !important;*/
  font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  /*color: #FFFFFF; */
  vertical-align:middle !important;  
  padding-right:0px !important;
  padding-left: 0px !important;
  font-size: 14px !important;

}
.input-border-radius{
  border-top-left-radius: 1px!important;
  border-bottom-left-radius: 1px!important;
  border-top-right-radius: 1px!important;
  border-bottom-right-radius: 1px!important;
}
/*.remember{
color: white;
}

.remember input
{
width: 20px;
height: 20px;
margin-left: 15px;
margin-right: 5px;
}*/

.img-width{
  width: 504px;
  height: 82px;
  opacity: 10.5;
}

.bg-img{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../assets/u1.jpg);
    /*height: 866px;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;*/
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*New changes for background full height*/
    min-height: 100%;
      
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
      
    /* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

.bg-img-logout{
    background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5)), url(../../assets/u2.jpg);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
}


.login-btn{
  border-width: 0px; 
  font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal; 
  font-size: 17px; 
  color: #027DB4;
  padding: 10px;
  width: 24%;
  border-radius: 10px;
}

.forgot-password-padding{
  padding: 20px 0px;
}

/*.margin-left-input{
  margin-left: 57px;
}*/

.lock-icon{
  font-size: 156px !important;
    /*padding-left: 33% !important;*/
}
.font-weight-900{
  font-weight: 900;
}
.font-size-14{
  font-size: 14px;
}
.text-align-center{
  text-align: center !important;
}
.margin-right-131{
  margin-right: 131px;}

.forgot-password-btn{
  border-width: 0px; 
  font-family: 'Arial Bold', 'Arial Regular', 'Arial', sans-serif;
  font-weight: 700;
  font-style: normal; 
  font-size: 17px; 
  color: #027DB4;
  padding: 10px;
  /*width: 31%;*/
  border-radius: 7px;
}

.modal-body-display{
    display: block ;
    padding-right: 15px;
    background: rgba(0,0,0,0.7);
  }

.background-transparent
{
  padding-top: 55px;
  background:transparent !important;
}
.modal-display{
    text-align: center;
    display: block !important;
    border: none !important;
}
.modal-backdrop.show {
	z-index: -1;
}
.text-align-modal{
  text-align: center !important;
  display: block !important;
}

.forgot-password-pointer{
  cursor: pointer;
  font-size: 13px;
  font-weight: 900;
}
