#.bg-primary {
  background-color: unset !important;
  background: url(https://nostradatapubliclogo.s3.ap-southeast-2.amazonaws.com/MSTRImages/Informacy/MCE_Info_Library_Background.png) no-repeat fixed top !important;
}


body {
  background-color: unset !important;
  background: url(https://nostradatapubliclogo.s3.ap-southeast-2.amazonaws.com/MSTRImages/Informacy/MCE_Info_Library_Background.png) no-repeat fixed top !important;
  background-size: cover !important;
}


#main {

  box-shadow: 0 0 10px rgba(0,0,0,0.5);

}



#logo {

  width: 100%;

  max-width: 300px;

}



#nostralogo {

  width:28%;  

}



form {

  width: 100%;

}



.btn {

  background-color: #0083A8 !Important;

  color: white !Important;

  font-size: 20px !Important;

}



.btn:hover {

  background-color: #0083A8;

}



#reset {

  color: #2A276E;

}



@media (min-width: 576px) {

  #main {

      width: 90%;

  }

}



@media (min-width: 768px) {

  #main {

      width: 70%;

  }

}



@media (min-width: 992px) {

  #main {

      width: 50%;

  }

} 