img {
  vertical-align: middle;
  max-width: 100%;
}
.nopadding {
  padding: 0;
}
/* Fonts */
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #575656;
}
p {
  line-height: 1.3em;
}
h1 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1em;
  font-weight: 700;
  color: #3f3f3f;
}
h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #3f3f3f;
}
/* Button and links */
.site-button-round {
  border: none;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px 10px 55px;
  font-size: 17px;
  opacity: 1;
  background: #343432;
  border-radius: 0;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.site-button-round:hover,
.site-button-round:active,
.site-button-round:focus {
  background: #343432;
  color: #fff;
  border: none;
  transition: all 0.3s ease-in-out;
}
.btn-green {
  background: #4eae31;
}
.btn-before:before {
  background: #36951f;
  font-family: FontAwesome;
  background-size: 15px auto;
  content: "\f105";
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  padding-top: 10px;
  width: 35px;
  transition: all 0.2s ease-in-out;
  border-radius: 0;
}
.call-button {
  margin-top: 10px;
}
.call-button:before {
  content: "\f095";
}
.login-white-link {
  color: #fff;
  -moz-transition: color 0.2s ease, border-bottom-color 0.3s ease;
  -webkit-transition: color 0.2s ease, border-bottom-color 0.3s ease;
  -ms-transition: color 0.2s ease, border-bottom-color 0.3s ease;
  transition: color 0.2s ease, border-bottom-color 0.3s ease;
  border-bottom: solid 1px;
  text-decoration: none;
}
.login-white-link:hover,
.login-white-link:focus {
  border-bottom-color: transparent;
  color: #fff;
  text-decoration: none;
}
/* Forms */
.site-form-control {
  height: 45px;
  margin-bottom: 25px;
  width: 100%;
  color: #575656;
  border-radius: 0px;
  font-size: 17px;
}
.site-form-control:focus {
  border-color: #4eae31;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 174, 49, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(78, 174, 49, 0.6);
}
.site-label {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}
.login-button {
  margin-top: 10px;
}
/* colors */
.primary-green {
  color: #4eae31;
}
.white {
  color: #fff;
}
/* login */
.login-section {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  height: 100vh;
  min-height: 600px;
}
.login-left,
.login-right {
  padding: 0;
}
.login-overlay {
  background: rgba(73, 73, 73, 0.93);
  height: 100vh;
  min-height: 600px;
}
.login-logo-area {
  padding: 3%;
}
.login-logo {
  height: 35px;
}
.login-contact {
  padding: 0 20%;
  background: #fff;
  text-align: center;
  position: relative;
  height: 50vh;
  display: table;
  width: 100%;
}
.login-contact-desc {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.login-image {
  position: relative;
  height: 50vh;
}
.login-title {
  padding: 0 0 20px;
}
.login-form-area {
  padding: 0px 20%;
  height: 80vh;
  position: relative;
  display: table;
  width: 100%;
}
.login-form-wrapper {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.login-reset-password {
  margin-top: 10%;
}
/* Reset password modal */
/* The Modal (background) */
.site-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #494949;
  background-color: rgba(73, 73, 73, 0.97);
}
/* Modal Content/Box */
.site-modal-content {
  background-color: #fff;
  margin: 12% auto;
  border-radius: 7px;
  padding: 40px;
  border: none;
  width: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
/* Modal body, header and footer */
.modal-footer {
  padding: 15px;
  text-align: left;
  border-top: none;
}
.modal-header {
  border-bottom: none;
  padding: 15px 15px 0;
}
.reset-logo {
  height: 35px;
}
.modal-title {
  margin-top: 20px;
}
.modal-body {
  padding: 15px 15px 0;
}
.reset-form {
  background: #f2f2f2;
  padding: 20px;
  border: 1px solid #ccc;
}
.reset-help-text {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 800px;
    margin: 30px auto;
  }
}
/* The Close Button */
.modal-header .close {
  font-size: 40px;
}
.close {
  color: #494949;
  float: right;
  font-size: 28px;
  font-weight: bold;
  opacity: .5;
}
.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
/* RESPONSIVE */
@media (min-width: 1360px) {
  .login-form-area {
    padding: 0px 25%;
  }
}
@media (max-width: 1199px) {
  .login-form-area,
  .login-contact {
    padding: 0px 17%;
  }
}
@media (max-width: 991px) {
  .login-form-area,
  .login-contact {
    padding: 0px 10%;
  }
}
@media (max-width: 768px) {
  .login-left,
  .login-right {
    width: 100%;
  }
  .login-contact {
    background: #2f2f2e;
  }
  .login-image {
    display: none;
  }
  .login-section {
    height: 99vh;
  }
  .login-overlay {
    height: 99vh;
  }
  .login-contact-desc h4 {
    color: #fff;
  }
  .modal-dialog {
    padding-left: 2%;
    padding-right: 2%;
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 700px;
  }
}
@media (max-width: 640px) {
  .login-form-area,
  .login-contact {
    padding: 0 20px;
  }
  .login-logo-area {
    padding: 20px;
  }
  .site-modal-content {
    padding: 20px;
  }
}
@media (max-width: 375px) {
  .login-title {
    font-size: 26px;
  }
}
.alertify-notifier .ajs-message {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}
