﻿.loginSec
{
    background-image: url("../../images/loginimg.jpg");
    background-size: cover;    
}

.flexDiv {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: space-around;
  height: 100vh;
}
.logDiv {
  position: absolute;
  right: 3%;
  top: 25%;
  padding: 20px;
  width: 20%;
  border-radius: 5px;
  box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
  margin: 0 auto;
  background: #fff;
}
.HomelogoImg {
  width: 60%;
}
.logInputBox {
  width: 100%;
  line-height: 35px;
  border: 0;
  border-bottom: 2px solid #ddd;
  padding-right: 45px;
  font-weight: 600;
  letter-spacing: .5px;
}
.UserIconSpan {
  position: absolute;
  right: 1px;
  width: 40px;
  height: 38px;
  bottom: 0px;
  text-align: center;
}
.userIDiv {
  position: relative;
  margin-bottom: 20px;
}
.UserIconSpan i {
    color: #1da39c;
    font-size: 18px;
    line-height: 30px;
}
.newLOgBtn {
    background: #f05228;
	color: #fff;
    width: 100%;
}
.logBtn {
    background: #3e7572;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 8px;
	border: 1px solid #3e7572 !important;
}
.NewLogDiv {
    text-align: center;
}
.NewHead {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 25px;
    text-align: center;
    color: #1da39c;
}
.logLab {
    font-size: 15px;
    letter-spacing: .5px;
    font-weight: 500;
}



/** Responsive code **/
@media only screen and (max-width: 980px) 
{
    .logDiv
    {
        right: 0;
        width: 90%;
        left: 0;  
        top:15%;
        background: rgba(0,0,0,0.6);  
    }
    .NewHead
    {
        color:#fff;    
    }
    .logLab {
      color: #fff;
      font-size: 15px;
      letter-spacing: .5px;
      font-weight: 500;
    }
    .logInputBox
    {
        background: transparent;
        color: #fff;    
    }
    
    
    
}