body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-size: 14px !important;
    color: #646464 !important;
    background-color: #f5f5f5;
    width: 100vw;
    height: 100vh;
}

.panel-body {
    padding-top: 50px;
}

.login {
    background-color: #fff;
    margin: 0 auto;
    max-width: 800px;
    min-height: 350px;
    padding-top: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 100px;
}

.logo-center {
    width: 230px;
    margin: 0 auto;
    margin-top: 20px;
}

.forgot {
  text-align: right;
  margin-top: -9px;
}

.js-cookie-consent {
    bottom: 15px;
    left: 15px;
    width: 300px;
    text-transform: uppercase;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #28aee2 !important;
    font-size: 13px;
    line-height: 1.25em;
    position: fixed;
    color: #fff;
    padding: 15px;
    z-index: 1000;
}

.js-cookie-consent-agree {
  float: right;
  background:rgba(0,0,0,0.0);
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border-radius: 9px;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  border: 1px solid;
  padding: 6px 12px;
  white-space: nowrap;
  margin-top: 15px;
}

.centered-checkbox {
  width: 110px;
  margin: 0 auto;
}

.btn.btn-rounded {
    border-radius: 20px;
}
.btn-success {
    color: #fff !important;
    background-color: #46c37b !important;
    border-color: #34a263 !important;
}

.m-r-xs {
    margin-right: 5px;
}

label {
    margin-top: 15px;
}
.fade:not(.show) {
    opacity: 1.0 !important;
}
.small {
    font-size: 1.1rem;
}
.form-control {
    font-size: 14px;
}
.btn-primary {
    color: #fff;
    background-color: #346cb1;
    border-color: #346cb1;
    font-size: 10pt;
}
.btn-primary:hover {
    color: #fff;
    background-color: #234e84;
    border-color: #234e84;
    font-size: 10pt;
}
.btn.outline:hover {
    color: #fff;
    background-color: #234e84;
    border-color: #234e84;
    font-size: 10pt;
}
.btn {
    padding: 8px 24px;
    border: 2px solid #346cb1;
    font-weight: 700;
    letter-spacing: 1px;
}
.round {
    border-radius: 250px;
    min-width: 120px;
    margin: 5px;
}
.btn-primary.outline {
    border: 2px solid #346cb1;
    color: #346cb1;
}
.btn.outline {
    background: none;
    padding: 8px 24px;
}