﻿.body {
  background-image: url("../images/background_1.png");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 100vh;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  height: auto;
  min-height: 100vh;
}

.login-box-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2rem 0;
}

.login-box {
  width: 565px;
  margin-right: 0px;
  margin-left: 0px;
  border-top: 10px solid #EA4E1E;
  border-radius: 10px;
  background-color: #fff;
  padding-bottom: 2rem;
}

.login-box-content-grid {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.logo {
  width: auto;
  margin: 1rem 0;
}

.login-box-title {
  font-family: Verdana, Geneva, sans-serif;
  color: #4d4d4d;
  font-size: 16px;
  padding: 0 1rem;
  line-height: 22px;
  text-align: center;
  width: 100%;
}

.login-form {
  width: 80%;
  margin-top: 20px;
}

.login-field-input {
  display: block;
  width: 90%;
  float: right;
  border-style: solid solid solid none;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #c4c4c4;
  background-color: transparent;
}

.register .login-field-input {
  width: 100%;
}

.login-field-input:focus {
  border-bottom-color: #EA4E1E;
}

.login-form-icon {
  position: static;
  float: left;
}

.login-field-holder {
  margin-top: 30px;
}

.login-field-label {
  margin-left: 45px;
  font-family: Verdana, Geneva, sans-serif;
  color: #c4c4c4;
  font-size: 18px;
  font-weight: 400;
}

.check {
  padding-left: 2rem;
}

.check label {
  color: #4d4d4d;
  font-size: 16px;
  margin-left: 5px;
}

.btn-login {
  width: 100%;
  height: 52px;
  margin-top: 50px;
  border-radius: 5px;
  background-color: #EA4E1E;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.btn-login:hover {
  background-color: #ea4f24;
}

.login-error {
  font-family: Verdana, Geneva, sans-serif;
  color: #b83939;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}

.login-error ul {
  list-style: none;
}

.error-message {
  background-color: transparent;
}

.login-footer {
  text-align: center;
  margin-top: 1rem;
}

@media (max-width: 767px) {
  .login-box {
    width: 95%;
  }
}
@media (max-width: 479px) {
  .login-box-title {
    width: 95%;
    font-size: 14px;
    line-height: 20px;
  }

  .login-form {
    width: 95%;
  }

  .login-field-input {
    width: 85%;
  }
}
.login-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0px 15px;
}

.login-button-wrap {
  width: 50%;
  padding: 15px;
  box-sizing: border-box;
}

.btn-resend {
  background-color: #ea4f24;
  width: 100%;
  height: 52px;
  margin-top: 50px;
  border-radius: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: white;
  text-decoration: none !important;
  text-align: center;
}

.btn-back {
  background-color: #57bfbe;
  width: 100%;
  height: 52px;
  margin-top: 50px;
  border-radius: 5px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 24px;
  color: white;
  text-decoration: none !important;
  text-align: center;
}

.btn-resend:hover {
  background-color: #d54821;
  color: white;
}

.btn-back:hover {
  background-color: #4cabaa;
  color: white;
}

.btn-login-password {
  width: 100%;
  height: 52px;
  margin-top: 50px;
  border-radius: 10px;
  background-color: #3fa4a3;
  border-color: #3fa4a3;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 20px;
  line-height: 24px;
  border: none;
}

.btn-login-password:hover {
  background-color: #3fa4a3;
}
