﻿.corpo-s-12 {
  font-family: CorpoS;
  font-size: 12px !important;
}

.corpo-s-14 {
  font-family: CorpoS;
  font-size: 14px !important;
}

.corpo-s-16 {
  font-family: CorpoS;
  font-size: 16px !important;
}

.corpo-s-dem-12 {
  font-family: CorpoSDem;
  font-size: 12px !important;
}

.corpo-s-dem-14 {
  font-family: CorpoSDem;
  font-size: 14px !important;
}

.corpo-s-dem-16 {
  font-family: CorpoSDem;
  font-size: 16px !important;
}

.corpo-s-dem-18 {
  font-family: CorpoSDem;
  font-size: 18px !important;
}

.corpo-s-bold-14 {
  font-family: CorpoSBold;
  font-size: 14px !important;
}

.corpo-s-bold-18 {
  font-family: CorpoSBold;
  font-size: 18px !important;
}

.corpo-a-40 {
  font-family: CorpoA;
  font-size: 40px !important;
}
@media (max-width: 599.98px) {
  .corpo-a-40 {
    font-size: 28px;
  }
}

.corpo-a-25 {
  font-family: CorpoA;
  font-size: 25px !important;
}
@media (max-width: 599.98px) {
  .corpo-a-25 {
    font-size: 18px;
  }
}

.body .title {
  font-family: CorpoA;
  font-size: 25px !important;
  text-align: left;
}
.body form .form-group .login-button {
  margin-top: calc(100% - 37.5px - 12.75px - 230px);
}
.body form .box {
  width: auto;
  margin: 15px;
  border: 1px solid var(--secondary-gray-dark);
  color: var(--secondary-white);
  display: block;
  padding: 15px;
  min-width: 380px;
  min-height: 280px;
  height: auto;
}
@media (min-width: 1000px) {
  .body form .box {
    display: inline-grid;
  }
}
.body form .form-control {
  background-color: var(--primary-black);
  color: var(--secondary-white);
  border-color: var(--secondary-white);
  border-radius: 3px;
}
.body form .k-button {
  font-weight: bold;
}
.body form input[type=checkbox] {
  margin-left: 10px;
  background-color: var(--primary-black);
  border-radius: 1px;
  border-width: 2px;
}
.body form .form-group {
  margin-bottom: 0;
}
.body form .float-label-container {
  position: relative;
  margin: 15px 0;
}
.body form .float-label {
  position: absolute;
  top: -9px;
  left: 15px;
  padding: 0 5px;
  font-size: 12px;
  font-weight: bold;
  color: var(--secondary-gray-dark);
  z-index: 1;
}
.body form .float-label::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  right: 0;
  height: 3px;
  background: var(--primary-black);
  z-index: -1;
}
.body form .field-validation-valid {
  padding: 0;
  margin: 0;
}
.body form i {
  border: 1px solid #999;
  padding: 15px;
  display: inline-block;
}
.body form p {
  text-align: left;
  font-size: 14px;
  display: inline-block;
  width: auto;
  margin: 15px;
  vertical-align: top;
}
.body form p span {
  font-size: 13px;
}
.body form .control-label {
  width: 100%;
  text-align: left;
}
