body {
    text-align: center;
    background-color: #313333;
    }
    img{
            height: 162px;
            width: 384px;
            top: 25px;
            text-align: center;
        }
    input{
      text-align: center;
      height: 25px;
      width: 300px;
      border-radius: 25px;
      margin-top: 10px;
    }
    #email{
      margin-left: 40px;
    }
    select{
      text-align: center;
      height: 25px;
      width: 250px;
      border-radius: 25px;
      margin-top: 10px;
    }
    .but{
            text-align: center;
            background-color: #ffffff;
            width: 100px;
            height: 35px;
            font-weight: bold;
            border-radius: 25px;
            padding: 0;
            margin-top: 10px;
border: none;;
            
        }
.but:hover{
    background-color: #677482;
}
    .astext {
        background:none;
        border:none;
        margin:0;
        padding:0;
        cursor: pointer;
        color:#ffffff
    }
    .astext:hover{
        color: #677482;
    }
                  /* The Modal (background) */
.modal {
      display: none; /* Hidden by default */
      position: fixed; /* Stay in place */
      z-index: 2; /* Sit on top */
      padding-top: 100px; /* Location of the box */
      left: 0;
      top: 0;
      width: 100%; /* Full width */
      height: 100%; /* Full height */
      overflow: auto; /* Enable scroll if needed */
      background-color: rgb(0,0,0); /* Fallback color */
      background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }
    .modal-content {
      background-color: #313333;
      margin: auto;
      padding: 20px;
      border: 1px solid #888;
      width: 50%;
    }
footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2.5rem;
        text-align: left;
}
a{
    color:#677482
}
input.invalid {
    border: 1px solid red;
  }
  
  input.invalid + .error-message {
    display: initial;
    font-size: 12px;
    color: red;
  }
  
  .error-message {
    display: none;
  }
  input.wrong-email + .email-message {
    display: initial;
    font-size: 12px;
    color: red;
  }
  .email-message {
    display: none;
  }
  .loginError{
    color:red;
    font-size: 12px;
  }
.close{
    float: right;
    color: #ffffff;
    font-size: 28px;
    font-weight: bold;
}
.successMessage{
  font-size: 12px;
  color: #ffffff
}
@media only screen and (max-width: 768px) {
  /* For mobile phones: */
 img{
  height: 120px;
  width: 200px;
 }
}