@font-face {
  font-family: "gemedium";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ge-ss-two-medium.eot");
  src: local("ge-ss-two-medium"), url("../fonts/ge-ss-two-medium.woff") format("woff"), url("../fonts/ge-ss-two-medium.ttf") format("truetype"), url("../fonts/ge-ss-two-medium.svg#ge-ss-two-medium") format("svg");
}
@font-face {
  font-family: "gelight";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/ge-ss-two-light.eot");
  src: local("ge-ss-two-light"), url("../fonts/ge-ss-two-light.woff") format("woff"), url("../fonts/ge-ss-two-light.ttf") format("truetype"), url("../fonts/ge-ss-two-light.svg#ge-ss-two-light") format("svg");
}
* {
  font-family: "gelight";
}

body {
  background-color: #f7f8fc;
}

.text-gray {
  color: #9ea0a5;
}

.text-danger {
  color: #e02020;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/arrow_drop_down_material.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "gemedium";
  line-height: 1.6;
}

h3 {
  font-size: 18px;
}

h4 {
  font-family: "gelight";
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

p {
  font-size: 12px;
  line-height: 1.6;
}

.fs-12 {
  font-size: 12px;
}

.modal-dialog {
  top: 5rem;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.form-group {
  position: relative;
  margin-bottom: 1.5rem;
}

.form-control-placeholder {
  position: absolute;
  top: 12px;
  padding: 0 13px 0 13px;
  transition: all 200ms;
  opacity: 0.5;
  background-color: #FFF;
  right: 5px;
  font-size: 14px;
}

.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 75%;
  transform: translate3d(0, -100%, 0);
  opacity: 1;
  top: 5px;
  color: #155da3;
}

.form-control {
  height: 50px;
}
.form-control:focus {
  box-shadow: none;
  outline: 0;
  border: 2px solid #155da3;
}

.btn {
  height: 50px;
}

.btn-primary {
  background-color: #155da3;
  border-color: #155da3;
}

header {
  display: flex;
  background-color: #FFF;
  align-items: center;
  justify-content: center;
}
header p {
  margin: 0;
}

.logout-btn {
  font-size: 12px;
  margin-right: auto;
  color: #e02020;
  font-weight: bold;
}

/*# sourceMappingURL=style.css.map */
