.bg{
	 background-image: url("../img/bg.jpeg");
     height:100vh;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     position: relative;
}

.positiona{
    position: absolute;
    top: 0px;
    text-align: center;
}
.login-btm{
    padding:1% 3% 1% 3%
}
/* input[type=text] {
    color: red;
} */

  ::placeholder {
    color: #fff !important;
    opacity: 1; 
  }
  
  :-ms-input-placeholder { 
   color: #fff !important;
  }
  
  ::-ms-input-placeholder {
   color: #fff !important;
  }
  input:focus {
    background-color: #c1c1c1 !important;
  }