html{
  width:100%;
  height:100%;
}

body{
  width:100%;
  height:100%;
  margin:0;
  background-color:#BFBFCF !important;
  background-image: url("../img/medicine-163707.jpg");
  background-repeat: no-repeat;
  background-size:cover;
  overflow-y:auto !important;
}
.remember-checkbox{
    display:none;
}
.remember-checkbox + label > i:nth-child(2){
    display:none;
}
.remember-checkbox + label{
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.remember-checkbox + label{
    cursor:pointer;
}
.remember-checkbox:checked + label > i:first-child{
    display:none;
}

.remember-checkbox:checked + label > i:nth-child(2){
    display:inline;
}

@media (min-width: 576px) {

    form {
        min-width: 400px !important;
        width: 100% !important;
    }


}

@media (max-width: 576px) {
    .form {
        width: 100%;
    }
}