html,
body {
  height: 100%;
}
img.mb-4 {
    max-width: 100%;
}
body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
}
.btn-primary {
    color: #fff;
    background: #ff2a0e;
    background: -moz-linear-gradient(top, #e0382c 0%, #f9ae00 100%);
    /* background: -webkit-linear-gradient(top, #c2c2c2 0%,#2b2b2c 100%); */
    /* background: linear-gradient(to bottom, #e0382c 0%,#3620ae 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0382c', endColorstr='#f9ae00',GradientType=0 );
    /* background-color: #4d1cad; */
    border-color: #e93223;
    /* border-color: #818181; */
    padding: 10px;
}
.text-muted {
    color: #ffffff!important;
    font-size: 15px;
}
.mt-5, .my-5 {
    margin-top: 1rem!important;
}
.form-signin {
  /* width: 100%; */
  /* max-width: 300px; */
  /* border: 3px solid #673AB7; */
  padding: 15px;
  margin: auto;
  border-radius: 20px;
  /* position: absolute; */
  /* left: 0; */
  /* top: 0; */
  border: 1px solid red;
  BACKGROUND-COLOR: #000000ab;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
	    margin-bottom: 5px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
.form-signin {
  /* width: 100%; */
  /* max-width: 300px; */
  padding: 15px;
  margin: auto;
}
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
.form-signin {
  /* width: 100%; */
  /* max-width: 300px; */
  padding: 15px;
  margin: auto;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
.form-signin {
  /* width: 100%; */
  max-width: 300px;
  padding: 10px;
  margin: auto;
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	.form-signin {
  /* width: 100%; */
  /* max-width: 300px; */
  /* border: 1px solid transparent !important; */
  padding: 15px;
  margin: auto;
  /* background-color: transparent !important; */
}

}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	.form-signin {
  /* width: 100%; */
  max-width: 300px;
  /* border: 1px solid transparent !important; */
  padding: 15px;
  margin: auto;
  /* background-color: transparent !important; */
}

}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
	.form-signin {
  /* width: 100%; */
  /* max-width: 300px; */
  border: 1px solid transparent !important;
  padding: 15px;
  margin: auto;
  background-color: transparent !important;
}

}