/* global */

html, body, .usm-row {
  height: 100%;
  position: absolute;
  width: 100%
}

body {
  background-color: #e3e8ef;
  font-family: 'Fira Sans', sans-serif;
}

/* .main-column */

figure, h1, p {
  padding-right: 10%;
}

h1 {
  font-size: 35px;
  line-height: 40px;
  padding-bottom: 20px;
}

p {
  font-size: 15px;
  line-height: 18px;
  padding-bottom: 70px;
}

h1, p, a {
  color: #fff;
  font-weight: 200;
}

a:hover, a:focus {
  text-decoration: none;
  color: #000;
}

.text-right span {
  font-weight: 400;
}

.main-column {
  /* background-color: #ff0532; */
  background-color: #ef4140;
}

/* .form-column */

.form-column, .main-column {
  height: 100vh;
  overflow: hidden;
}

.form-column {
  background-color: #fff;
}

/* Vertical Align */

.usm-table {
  display: table;
  height: 100%;
  width: 100%;
}

.usm-table-cell {
  display: table-cell;
  vertical-align: middle;
}

.usm-form {
  padding: 0 10% 0 20%;
}

.usm-form input {
  outline: none;
}

.usm-form input:focus {
  outline: 0 none;
  box-shadow: none;
  border-bottom: 2px solid #a1aec4;
}

.usm-form span {
  color: #ff0532;
}

.usm-form span:hover {
  color: #000;
}

.usm-form-group {
  padding-bottom: 15px;
}

.usm-btn {
  /* background-color: #ff0532; */
  background-color: #ef4140;
  border: none;
  border-radius: 12px;
  box-shadow: 0px 2px 10px 0px #f48981;
  /* leftright, topbottom, spread, width, color */
}

.usm-btn:hover {
  background-color: #fff;
  /* color: #ff0532;
  border: 1px solid #ff0532; */
  color: #ef4140 ;
  border: 1px #ef4140 solid ;
}

.form-control, .usm-input-group-addon {
  border: 0;
  background: transparent;
  border-bottom: 2px solid #a1aec4;
  box-shadow: none;
  border-radius: 0%;
  padding-bottom: 0;
}

.usm-form .user-image, .password-image {
  width: 20px;
  padding-top: 10px;
}

.input-group {
  position: relative;
}

.input-group button[type="submit"] {
  position: absolute;
  right: -5px;
  z-index: 1;
}

.input-group input.form-control, .input-group input.form-control:focus {
  position: relative;
  z-index: 0;
  /* To keep the input box below the button */
}

.input-group input[type="password"] {
  padding-right: 60px;
  /* Makes sure that password had 60px on right reserved for the submit button */
}

/*media query*/

@media screen and (max-width: 767px) {
  .form-column, .main-column {
    height: 50%;
  }
  .usm-table-cell.text-right {
    padding-top: 20px;
  }
  .usm-form {
    padding: 0 10% 0 10%;
  }
  h1 {
    font-size: 20px;
    line-height: 22px;
  }
  figure, h1, p {
    text-align: center;
    padding-right: 0px;
  }
  .usm-form {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  .our-link {
    line-height: 10px;
  }
}
