.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-text {
  text-align: center;
}
.nav .text-center {
  margin-top: 12px;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 11.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
a:hover,
a:active {
  outline: 0;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  /* Responsive images (ensure images don't scale beyond their parents) */
  max-width: 100%;
  /* Part 1: Set a maxium relative to the parent */
  width: auto\9;
  /* IE7-8 need help adjusting responsive images */
  height: auto;
  /* Part 2: Scale the height according to the width, otherwise you get stretching */
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
figure {
  margin: 0;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
.btn {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  border: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  border: 2px solid #e5e5e5;
  color: #333;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn-green {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #22b662;
  -webkit-box-shadow: 0 2px #1b924e;
  -moz-box-shadow: 0 2px #1b924e;
  box-shadow: 0 2px #1b924e;
  font-family: Roboto;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  border: 0;
}
.btn-green:hover,
.btn-green:focus {
  background: #0ece69;
  color: #fff;
}
.btn-white {
  border-radius: 5px;
  background: #fff;
  border: 1px solid #0e9ae5;
  color: #0e9ae5;
}
.btn-white:hover,
.btn-white:focus {
  background: #0e9ae5;
  color: #fff;
}
.btn-blue {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #0e9ae5;
  -webkit-box-shadow: 0 2px #0d7ab4;
  -moz-box-shadow: 0 2px #0d7ab4;
  box-shadow: 0 2px #0d7ab4;
  font-family: Roboto;
  font-size: 14px;
  color: #fff;
  border: 0;
}
.btn-blue:hover,
.btn-blue:focus {
  background: #0da8f9;
  color: #fff;
}
.btn-red {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ef4142;
  -webkit-box-shadow: 0 2px #be2e2e;
  -moz-box-shadow: 0 2px #be2e2e;
  box-shadow: 0 2px #be2e2e;
  font-family: Roboto;
  font-size: 14px;
  color: #fff;
  border: 0;
}
.btn-red:hover,
.btn-red:focus {
  background: #f65b5b;
  color: #fff;
}
.btn-primary {
  color: #fff;
  background-color: #e51d4c;
  border: 0;
}
.btn-primary:hover {
  background-color: #d11843;
}
.btn-alt {
  border-radius: 5px;
  background: transparent;
  border: 1px solid #0e9ae5;
  color: #0e9ae5;
}
.btn-alt:hover {
  background: #0e9ae5;
  color: #fff;
}
.btn-alt:active {
  border-color: #0e8cd0;
  color: #0e8cd0;
}
.btn.btn-lg {
  font-size: 18px;
  line-height: 1.3;
  padding: 10px 16px;
  min-width: 100px;
}
.btn {
  min-width: 70px;
}
.btn.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.dropdown-toggle .fa-caret-down {
  margin-left: 5px;
}
.dropdown-menu {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 8px;
}
.dropdown-menu i {
  margin-right: 5px;
}
.dropdown-menu > li > a {
  line-height: 1.8;
}
.dropdown-menu-right {
  right: 0;
  left: auto;
}
html,
body {
  height: 100%;
}
body {
  background: #f5f5f5;
  color: #000;
  margin: 0;
  font-family: "Inter", Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-size: 18px;
}
a,
a:visited {
  color: #01aef0;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #015ef0;
  text-decoration: underline;
}
.content {
  text-align: center;
  font-size: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  margin: 0 30px;
  -webkit-font-smoothing: antialiased;
}
.content img {
  max-width: 770px;
  width: 100%;
  margin: auto;
}
.btn.sign-in {
  background: transparent;
  border-radius: 0px;
  color: #2550AA;
  border: 0;
  border-bottom: 2px solid #2550AA;
  font-size: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 14px auto 0;
  padding: 2px 8px;
  font-weight: 600;
}
.btn.sign-in:hover {
  text-decoration: none;
  color: #4168C4;
}
.text h1 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  margin-bottom: 23px;
}
.text p {
  font-size: 20px;
  color: #000;
}
#logo {
  margin-top: 70px;
  margin-bottom: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-user-select: -moz-none;
}
#logo img {
  width: 230px;
  height: 36px;
}
