/*@font-face {*/
/*  font-family: 'Rubik';*/
/*  src: url('/static/fonts/Rubik-Regular.ttf') format('truetype');*/
/*  font-weight: 400;*/
/*  font-style: normal;*/
/*}*/

body {
  height: 100vh;
  width: 100vw;
  background-color: #F6F6F6;
  text-align: right;
  font-family: "Rubik", Arial, sans-serif;
}

h1 {
  color: #162946;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: -1px;
  font-weight: 500;
}

label {
  color: #254991;
  font-size: 14px;
}

.form-control {
  border-color: #CCCBCF;
  border-radius: 8px;
  color: #333333;
  font-size: 16px;
}

.btn-primary {
  color: #fff;
  background-color: #254991;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  border-radius: 16px;
  padding: 4px 15px;
  text-align: center;
  border: 0;
}

.btn-primary:hover {
  color: #fff;
  background-color: #254991;
  font-weight: 500;
}

p {
  color: #C33D3D;
  font-weight: 500;
}