
body{
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.login-container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;

  
}
.login-iamge{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 445px);
    position: relative;
    z-index: 1;
}
.login-wrpr {
   /* width: 445px;*/
    min-height: 100vh;
    background: #fff;
    border-radius: 2px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 50px;
}
.login-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: flex-start;
}
.login-form form{
  width: 100%;
}

.error_text{
  padding-bottom: 20px;
  font-size: 14px;
  color: red;
}
.txt1 {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}

.txt2 {
  font-size: 18px;
  line-height: 1.5;
  color: #ffffff;
}
.login-logo{
  margin-bottom:35px;
  
}

@media (max-width: 500px) {
  .main {
    width: 300px;
  }
}
.mains{
  padding:30px 10px;
  position: absolute;
  left: 0;
  top: 100px;
  right: 0;
  margin: auto;
  background:#fffcfc29;
}

.form-control{
  color: #000;
  margin-bottom: 35px;
  background-color: none;
  border: none;
  border-bottom: 1px solid #dadada;
  border-radius: 0px;
  padding: 20px 0;
  font-size: 14px;
  height:50px;
  box-shadow:none;
}
.form-control:focus {
    border-color: #000000;
    outline: 0;
    box-shadow: none;
}

.login-btn {
  background: #1976d2;
  padding: 15px 32px;
  color: #fff;
  font-size: 15px;
  border:0;
  width:100%;
   
}