body, html {
  height: 100%;
  margin: 0;
}

body {
  padding-bottom: 40px;
  background-color: #FFFFFF;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1:before {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  z-index: -1;

  display: block;
  background-image: url('../../assets/images/background/classroom-1.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;

  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);

  opacity: 0.8;
  filter: alpha(opacity=80); /* For IE8 and earlier */
}
.bgimg-1 {
  position: fixed;
  z-index: 0;
}

.form-signin {
  max-width: 390px;
  padding: 15px;
  margin: 0 auto;

  background-color:#FFF;
  margin-top:25px;
  border:0px solid #F3F3F3;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 10px 10px 5px #484848;
  padding:50px;
}
.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}
.form-signin .checkbox {
  font-weight: normal;
}
.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.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"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.frm_link{
  color:#007282;
  font-size:12px;
}

#img-logo{
  text-align: center;
}
#frm-title{
  font-size:24px !important;
  text-align: center;
}

.red_btn{
  background-color:#f7063a;
  color: #FFFFFF;
}
.red_btn:hover{
  background-color:rgba(247, 6, 58, 0.8);
}

/*
@media screen and ( min-width: 1200px ) and ( max-height: 500px ){
    position: fixed;
    top: 10px;
    width: 20%;
    right: 5%;
    float: none;
}
*/
@media screen and (max-height: 600px){
    h1{
      display: none;
    }
    .form-signin{
      padding: 10px 18px;
    }
}
@media screen and (max-height: 450px){
    #img-logo{
      display: none;
    }
}
