*{
  margin: 0px;
  padding: 0 px;
}

body{
  background-image: url(../pics/login.jpg);
  background-attachment: fixed;
  background-size: cover;
  font-family: 'Roboto', sans-serif;
}
a{
  text-decoration: none;
  color: white;
  font-size: 13px;
}
a:hover {
  text-decoration: none;
  color: white;
  font-size: 14px;
}
h2{
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  color: white;
  margin-top: 90px;
}
p{
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  color: white;
}
.form-control{
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  color: black;
  margin-top: 15px;
  padding: 20px;
}
input[type="checkbox"]{
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  height: 15px;
  width: 15px;
}
small{
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  margin-left: 10px;
  color: white;
}
.btn-info{
  font-family: 'Roboto', sans-serif;
  float: right;
  font-size: 18px;
  width: 150px;
  border-radius: 100px;
  border: 0px;
}
.btn-danger{
  font-family: 'Roboto', sans-serif;
  width: 100%;
  font-size: 18px;
  border-radius: 100px;
  border: 0px;
}
h6{
  font-family: 'Roboto', sans-serif;
  margin-top: 160px;
  font-size: 17px;
  color: white;
}

h1{
  font-family: 'Roboto', sans-serif;
  font-size: 55px;
  color: white;
}
.login-box{
  font-family: 'Roboto', sans-serif;
  position: absolute;
  margin-top: 70px;
  background-color: rgba(0,0,0,0.5);
  padding: 35px;
}
.col-md-4{
  max-width: 100%;
}

@media (max-width: 900px){
  .login-box{
    width: 100%;
    margin-top: 20px;
    position: unset;
  }
  h1{
    font-size: 60px;
  }
}