html, body {
  height: 100%;
  background-color:#191D45;
  margin:0;
}

div.fullheight {
    height: 100%;
    padding: 0;
    margin: 0;
}

div.clearanceIcon {
    text-align:center
}

div.clearanceIcon > img {
    height: 30px;
    width: 30px;
}

div.clearanceIcon > p {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    transform: translate(0, -60%);
    font-weight: 700;
}

h1 {
  text-align: center;
  color: white;
  font-family: "Inter", sans-serif;
  font-size: 48px;
  font-weight: 800;
}

h2 {
  text-align: center;
  color: #191d45;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

p.tagline {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 48px;
  color: white;
  font-family: "Inter", sans-serif;
}

label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  font-family: "Inter", sans-serif;
}

/* login form */
label.form {
    color: #9194A8;
}

input[type=text].form, 
input[type=password].form {
  display:block;
  border: none;
  outline: none;
  border-bottom: 1px solid #D7D9E4; 
  margin-bottom:20px;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  color: #191d45;
}
button.login {
  width: 100%;
  height: 54px;
  margin-top: 50px;
  border-radius: 27px;
  color: white;
  background-color: #191d45;
  outline: none;
  border: none;
  
}

div.center-screen {
    position: absolute;
    padding: 0;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    height: 500px;
    width: 350px;
}
div.rounded-rect {
  padding: 25px;
  border-top-right-radius: 35px;
  background-color: white; 
  width: 300px;
  height: 350px;
}

