@import url("https://use.typekit.net/pft0opr.css");

body, html {
    height: 100%; calc(100% - 2em);
    margin: 0;
    font-family: 'Interstate';
}

body {
    background: #243958;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.body {
    padding-top: 105px;
}
.background img {
    position: absolute;
    z-index: -1000;
    width: 100%;
    height: auto;
}
.background-1 img {
    position: absolute;
    width: 50%;
}
.login {
    margin-top: 300px;
    background-color: #fff;
    border-radius: 8px 8px 0 0 ;
    padding: 30px;
    z-index: 200;
}
.register {
    background-color: #12b8da;
    border-radius: 0 0 8px 8px;
    padding: 5px 30px;
    z-index: 200;
}

.placeholder {
    padding: 0 20px;
}

.placeholder-1 {
    padding: 20px 15px 60px 15px;
}

.placeholder-1 button {
    float: right;
}

.placeholder-1 label {
    padding-top: 10px;
    float: left;
}

.logo {
    text-align: center;
}

.logo img {
    width: 40%;
    height: auto;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: inline;
    width: 100%;
    margin-bottom: 15px;
  }

.input-container p {
    font-weight: 550;
    font-size: 14px;
    color: grey;
}

.input-container-alt {
    display: flex;
    padding: 20px 15px 20px 15px;
    border-radius: 0 0 8px 8px;  
}
.input-field {
    width: 90%;
    padding: 15px;
    border-radius: 3px; 
    outline: none;
    color: #e0e3e8;
    background-color: #d7fcff;
  }
::placeholder {
  color: grey;
  opacity: 0.5; /* Firefox */
}
  
.input-field:focus {
    border: 1px solid grey;
    background-color: #44c4de;
}
  
  /* Set a style for the submit button */
  .btn-login {
    background-color: #ee4b24;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 35%;
    border-radius: 8px;
    margin-right: 10px;
  }

  .btn-reg {
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 50%;
    margin-left: 30px;
    text-align: center;
    text-decoration: none;
    z-index: 200;
  }
  
.btn-pass {
    color: white;
    padding: 7px 119px;
    border: none;
    cursor: pointer;
    width: 50%;
    text-align: center;
    text-decoration: none;
    z-index: 200;
}
.accent img {
    margin-top: -130px;
    position: inherit;
    width: 95% ;
    height: auto;
    z-index: -500;
}