@font-face {
  font-family: 'areco-font';
  src: url("../fonts/leelawad.ttf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'areco-bold';
  src: url("../fonts/leelawdb.ttf");
  font-weight: normal;
  font-style: normal;
}
.icon-base {
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.arc-font-family, body {
  font-family: "areco-font" !important;
}

h1 {
  font-size: 30px;
  line-height: 48px;
  margin: 0px;
}

#float-login {
  z-index: 97100 !important;
}

html {
  background: url(../img/bgLogin.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #004779;
  height: 100%;
}

body {
  background-color: transparent;
  height: 100%;
}

.row {
  position: relative;
}

.container {
  height: 100%;
}

.center-absolute {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0px;
}

.login-box {
  background-color: white;
  padding: 20px 60px;
  width: 300px;
  height: 416px;
  bottom: 60px;
  /*background-color: rgba(255,255,255,0.3);*/
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  float: none;
  margin: auto !important;
  -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.74);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.74);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 1px 15px rgba(0, 0, 0, 0.74);
}
@media (max-width: 767px) {
  .login-box {
    width: 90%;
  }
}

.image-circle {
  width: 105px;
  height: 105px;
  /*border-radius: 100%;*/
  background-color: transparent;
  margin: auto;
  overflow: hidden;
  position: relative;
}

.image-container {
  width: 105px;
  height: 105px;
}

.image-config {
  /*margin: 19px;*/
  width: 105px;
  height: 105px;
}

.portal-msg {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  color: #104D7D;
}

.secondary-button, .login-float-box .login-float-box-button-exit, .forgot-password {
  color: #4A4A4A;
  text-decoration: underline;
  font-size: 11px;
  line-height: 11px;
  height: 14px;
}

.login-box .input-placeholder, .login-box input::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #D2D3D5;
}
.login-box input, .login-box select {
  font-size: 14px;
  background-color: transparent;
  border-radius: 2px;
  color: #4A4A4A;
  border-color: #EAEAEA;
  margin-bottom: 15px;
  height: 28px;
}
.login-box input[type="radio"] {
  height: auto;
}
.login-box .form-flag-select, .login-box .select2-selection, .login-box .select2-results__option {
  background-color: transparent;
  border-color: #EAEAEA;
  border-radius: 2px;
  height: 28px;
}
.login-box .form-flag-select .select-icon, .login-box .select2-selection .select-icon, .login-box .select2-results__option .select-icon {
  padding-left: 10px;
}
.login-box .form-flag-select select, .login-box .select2-selection select, .login-box .select2-results__option select {
  padding-left: 30px;
}
.login-box .form-flag-select select option, .login-box .select2-selection select option, .login-box .select2-results__option select option {
  color: #4A4A4A;
  background-color: white;
}

/*.form-control::-webkit-input-placeholder {
    color: $white;
}*/
.login-float-box {
  z-index: 2147483647;
}
.login-float-box .modal-dialog {
  /*height: 100%;*/
}

.login-container {
  position: relative;
  height: 100vh;
  min-height: 510px;
}

.page-login-container {
  height: 100%;
}

.login-row {
  position: relative;
  height: 100%;
  min-height: 510px;
}

.footer-logo {
  width: 71px;
  height: 16px;
  margin-left: 12px;
  float: left;
}

.footer-text {
  color: #4A4A4A;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  display: inline-block;
  float: left;
}

.footer-content {
  text-align: center;
  bottom: 0;
  left: 0;
  right: 0;
  color: black;
  font-size: 13px;
  position: absolute;
  height: 56px;
}

.footer-box {
  background-color: white;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
  height: 56px;
  font-size: 12px;
  -webkit-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
  background-clip: padding-box;
  padding: 20px 15px;
  -webkit-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.74);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.74);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.74);
  background-color: transparent;
}

.logged {
  box-shadow: none;
  width: 191px !important;
  padding: 30px 15px !important;
}

.btn-login {
  background-color: #E6B330;
  color: white !important;
  border: 2px solid #E6B330;
  font-family: 'areco-bold';
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  height: 40px;
}

.btn-login:hover {
  background-color: transparent;
  color: #E6B330 !important;
}

.btn-login:active, .btn-login:active:focus, .btn-login:focus {
  outline: 0;
}

a:active, a:focus, a:hover {
  color: #4A4A4A;
}

/**
 * Overwrite no background do mdaol
 */
.modal {
  background-color: transparent;
}

.forgot-password-modal .login-box {
  height: 298px;
  bottom: 0;
}
.forgot-password-modal .forgot-password-footer {
  position: absolute;
  margin-bottom: 0;
  right: 0;
  bottom: 14px;
}
.forgot-password-modal .forgot-password-footer-button {
  font-size: 16px;
  background-color: transparent;
  color: #E6B330;
  padding: 6px 15px;
}
.forgot-password-modal .forgot-password-title {
  font-size: 25px;
  line-height: 25px;
  height: 25px;
  margin-top: 0;
}
.forgot-password-modal .forgot-password-detail {
  font-size: 12px;
  color: #4A4A4A;
  margin-bottom: 30px;
}
.forgot-password-modal .forgot-password-or {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  position: relative;
}
.forgot-password-modal .forgot-password-or-text {
  font-size: 12px;
  margin: 0 40%;
  line-height: 12px;
  height: 12px;
  width: 20%;
  background-color: white;
  float: left;
  color: #4A4A4A;
}
.forgot-password-modal .black-line {
  height: 50%;
  width: 100%;
  border-bottom: 1px solid black;
  top: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: -6px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 22px;
}

.select2 {
  height: 28px;
  width: 100% !important;
}

/*# sourceMappingURL=login.css.map */
