* {
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #fff;
  margin: 0%;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

a:hover {
  text-decoration: none !important;
}

.content {
  padding: 7rem 0;
}

.header {
  background-image: url('https://www.automundial.co/wp-content/uploads/2021/04/Banner-1.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  height: 30vh;
}

.half,
.half .container>.row {
  height: calc(100vh - 18vw);
}

/* Middle row of the main grid (contains the error message) */

#login-error-msg-holder {
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
}

/* Error message. By default it's transparent, but the opacity is controlled
by JavaScript */

#login-error-msg {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #8a0000;
  border: 1px solid #8a0000;
  background-color: #e58f8f;
  opacity: 0;
}

#login-msg {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 5px;
  font-size: 12px;
  font-weight: bold;
  color: #09294D;
  border: 1px solid #09294D;
  background-color: #4CAF50;
  opacity: 0;
}

#error-msg-second-line {
  display: block;
}

.half .contents {
  background: #f6f7fc;
}

.half .contents {
  width: 100%;
}

@media screen and (max-width: 400px) {

  .half .contents {
    width: 100%;
  }
}

.half .contents .form-control,
.half .form-control {
  border-radius: 4px;
  height: 54px;
  background: #efefef;
}

.half .contents .form-control:active,
.half .contents .form-control:focus,
.half .form-control:active,
.half .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.half a {
  color: #4CAF50;
  text-decoration: underline;
}

.half .btn {
  height: 54px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #09294D;
  border: #09294D;
}

.half .forgot-pass {
  position: relative;
  top: 2px;
  font-size: 14px;
}

.form-block {
  background: #fff;
  padding: 40px;
  margin-top: -300px;
}
