.login-page {
    font-family: sans-serif;
    width: 360px;
    padding: 2% 0 0;
    margin: auto;
}

.form {
    position: relative;
    z-index: 1;
    border-radius: 15px;
    background: #FFFFFF;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 45px;
    text-align: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}

.form input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: solid black 1px;
    border-radius: 5px;
    margin: 5px 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}

.form button {
    text-transform: uppercase;
    outline: 0;
    background: #24417B;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form button:hover, .form button:active, .form button:focus {
    background: #6B82BF;
}

.nav-link {
    margin-right: 50px;
}

.nav-item {
    text-align: center;
}

h1,h2,h3,h4,h5 {
  font-family: "Raleway", sans-serif;
  padding-left: 30px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 33%;
  top: 15%;
  width: 50%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgb(255 255 255);
}

/* Modal Content/Box */
.modal-content {
  background-color: whitesmoke;
  padding: 0 12px;
  border: 1px solid #888;
  width: 100%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

#submit {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

#submit:hover,
#submit:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
