body {
  width: 100%;
  }

.bttnAzureWrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.bttnAzure {
  background-color: transparent;
  border: 1px solid #082c3f;
  color: #082c3f;
  cursor: pointer;
  border-radius: 10px;
  margin: 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: background-color 1s, color 1s;
  width: 200px;
  padding: 5px 0;
}

.bttnAzure:hover {
  background-color: #082c3f;
  color: #c6c30d;
}


.logo-azure-container {
  width: 4rem;
  text-align: center;
  height: auto;
}

.forget_password:hover {
  color: #c6c30d;
}

.checkbox label[for="remember_me"] {
  min-height: 30px;
}

p.center {
  text-align: center;
}

/* Extra small devices (phones, 600px and down) */
/* Small devices (portrait tablets and large phones, 600px and up) */
/* Medium devices (landscape tablets, 768px and up) */
#logo-container h1 {
  font-family: "Roboto";
  text-transform: uppercase;
}

@media only screen and (max-width: 991px) {
  body{
    padding: 5rem;

  }
  .container {
    width: 100%;
  }

  #logo-container h1 {
    margin: 2rem auto;
    font-size: 7rem;
  }

  #logo-container h1 span {
    font-size: 8rem;
  }

  #logo-container {
    text-align: center;
    margin: 4rem auto;
  }

  #logo-container img {
    width: 60rem;
    text-align: center;
    height: auto;
  }

  .form-control,
  .input-group-addon {
    height: auto;
    font-size: 8rem;
  }

  .form-group {
    margin: 3rem auto;
  }
 
  input[type="text"],
  input[type="number"],
  input[type="email"],
  input[type="password"] {
    padding: 3rem !important;
  }

  .checkbox,
  .forget_password {
    font-size: 4rem;
  }

  .checkbox label::before {
    margin-top: 20px;
  }

  #_submit {
    width: 100%;
    font-size: 8rem;
  }

  label[for="username"],
  input[type="submit"] {
    width: 100%;
    font-size: 250%;
  }
  .bttnAzureWrapper {
    width: 100%;
  }

  .bttnAzure {
    border: 2px solid #082c3f;
    width: 100%;
    padding: 10px 0;
    font-size: 300%;
  }

  .logo-azure-container {
    width: 8rem;
        
  }
 
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  #logo-container h1 {
    margin-bottom: 50px;
  }

  input#password,
  input#username {
    min-height: 50px;
  }

  #logo-container h1 span {
    font-size: 50px;
  }

  #logo-container {
    text-align: center;
    margin-top: 12%;
    margin-bottom: 40px;
  }

  #logo-container img {
    width: 200px;
    text-align: center;
    height: auto;
  }
}
