#login{
   padding: 5%;
  padding-top: 15%;
  padding-bottom: 15%;
  width: 100%;
  height: 100vh; 
  background-image: url('../image/oscabg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}.logo-container{
  top: 2%;
  bottom: 2%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
 align-items: center;
  font-size: 31px;
  font-weight: 500;

}.login-form{
  padding: 2%;
  border-width: 0px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 325px;
  width: 386px !important; 
  border-width: 0px;
  position: absolute;
  background: inherit;
  background-color: blue;
  border-radius: 7px;
  filter: drop-shadow(-5px 2px 2.5px rgba(0, 0, 0, 0.34901960784313724));
}.logoimg{
  width: 15%;
}.loginrow{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.loginbox{
 
  transition: none;
  margin-top: 20px;
/* }.userrtxt{
  position: absolute;
  width: 241px;
  height: 46px;
  padding: 2px 2px 2px 2px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: normal;
  color: #AAAAAA;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: transparent;
  border-color: transparent;
} */
}.userdesign{


  width: 241px;
  height: 46px;
  padding: 2px 2px 2px 2px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: normal;
  color: #AAAAAA;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: white;
  border-color: 1px transparent;
  border-radius: 5px;
}.passworddesign{
  width: 241px;
  height: 46px;
  padding: 2px 2px 2px 2px;
  font-family: 'Arial', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 19px;
  letter-spacing: normal;
  color: #AAAAAA;
  vertical-align: none;
  text-align: left;
  text-transform: none;
  background-color: white;
  border-color: 1px transparent;
  border-radius: 5px;
}.spacingtop{
  margin-top: 10px;
}.login-btn{
  width: 241px;
  height: 43px;
  background: inherit;
  background-color: rgba(217, 0, 27, 1);
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(51, 51, 51, 1);
  border-radius: 5px;
  filter: drop-shadow(5px 5px 2.5px rgba(0, 0, 0, 0.34901960784313724));
  transition: none;
  font-size: 18px;
  color: #FFFFFF;
}.font16{
  font-size: 16px;
  color: white;
}.fontwhite{
  color: white;
}

/*  */
@media (max-width: 767px) {
  .logo-container {
    top: 2%;
    bottom: 2%;
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    font-size: 25px;
    font-weight: 500;
    align-content: center;
    justify-content: center;
    text-align: center;
  }
}