.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
  *zoom: 1;
}

i {
  line-height: inherit;
}

i.left {
  float: left;
  margin-right: 15px;
}

i.right {
  float: right;
  margin-left: 15px;
}

i.tiny {
  font-size: 1rem;
}

i.small {
  font-size: 2rem;
}

i.medium {
  font-size: 4rem;
}

i.large {
  font-size: 6rem;
}

.center-align {
  text-align: center;
}

.left-align {
  text-align: left;
}

.right-align {
  text-align: right;
}

.mar-b {
  margin-bottom: 22px;
}

.mr15 {
  margin-right: 15px;
}

a:active, a:focus {
  outline: none;
}

input, textarea {
  outline: none;
}

input:active, textarea:active {
  outline: none;
}

:focus {
  outline: none;
}

textarea {
  resize: none;
}

textarea {
  resize: vertical;
}

textarea {
  resize: horizontal;
}

.relative {
  position: relative;
}

.clear {
  clear: both;
}

@media screen and (max-width: 767px) {
  .no-pad-mob {
    padding: 0 !important;
  }
}

.bg-white {
  background: #fff;
}

.fnone {
  float: none;
}

.login-wrapper {
  position: relative;
  width: 460px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .login-wrapper {
    width: auto;
    padding: 0 15px;
  }
}

.login-wrapper .log-in {
  position: relative;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 28px;
}

.login-wrapper .log-in .sign-btns-wrapper {
  position: relative;
  padding: 22px 22px 12px 22px;
  text-align: center;
}

.login-wrapper .log-in .sign-btns-wrapper a {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 3px;
  background: #d6000c;
  width: 198px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 40px;
}

.login-wrapper .log-in .sign-btns-wrapper a:hover {
  background: #950008;
}

.login-wrapper .log-titles {
  position: relative;
  font-size: 20px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 1px solid #dedede;
}

.login-wrapper .log-form {
  position: relative;
  padding: 40px 70px 0 70px;
  border-bottom: 1px solid #dedede;
}

@media screen and (max-width: 767px) {
  .login-wrapper .log-form {
    padding: 40px 20px 0 20px;
  }
}

.login-wrapper .forgot-wrapper {
  position: relative;
  height: 38px;
  line-height: 38px;
  text-align: right;
}

.login-wrapper .forgot-wrapper a {
  color: #d6000c;
}

.login-wrapper .forgot-wrapper a:hover {
  color: #950008;
}

.login-wrapper .log-btn-wrapper {
  position: relative;
  padding: 20px 0;
  text-align: center;
}

.login-wrapper .log-btn-wrapper .auth {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 3px;
  background: #d6000c;
  width: 160px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
}

.login-wrapper .log-btn-wrapper .auth:hover {
  background: #950008;
}

.login-wrapper .about-tml {
  position: relative;
  text-align: center;
  margin-bottom: 43px;
}

.login-wrapper .about-tml span {
  display: block;
  margin-bottom: 28px;
  color: #a4a4a4;
  padding: 0 60px;
}

@media screen and (max-width: 767px) {
  .login-wrapper .about-tml span {
    padding: 0 20px;
  }
}

.login-wrapper .about-tml span a {
  color: #d6000c;
}

.login-wrapper .about-tml span a:hover {
  color: #950008;
}

.login-wrapper .about-tml .about-btn {
  display: inline-block;
  position: relative;
  border: none;
  border-radius: 3px;
  background: #d6000c;
  width: 160px;
  height: 40px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 40px;
}

.login-wrapper .about-tml .about-btn:hover {
  background: #950008;
}

.login-wrapper .inputs-answers {
  position: relative;
  margin-bottom: 20px;
}

.login-wrapper .inputs-answers .question {
  position: relative;
  text-transform: uppercase;
  padding-left: 15px;
  margin-bottom: 10px;
}

.login-wrapper .inputs-answers input {
  display: block;
  position: relative;
  width: 100%;
  height: 36px;
  padding: 0 10px 0 10px;
  border: 2px solid #7e7e7e;
  border-radius: 3px;
}

.login-wrapper .inputs-answers ::-webkit-input-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.login-wrapper .inputs-answers :-moz-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.login-wrapper .inputs-answers ::-moz-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.login-wrapper .inputs-answers :-ms-input-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.inputs {
  position: relative;
  height: 36px;
  padding: 0 10px 0 38px;
  border: 2px solid #7e7e7e;
  border-radius: 3px;
}

.inputs.mrg-email {
  margin-bottom: 20px;
}

.inputs.mrg-email-forgot {
  margin-bottom: 40px;
}

.inputs input {
  display: block;
  position: relative;
  width: 100%;
  height: 32px;
  padding: 0;
  margin: 0;
  border: none;
}

.inputs ::-webkit-input-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.inputs :-moz-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.inputs ::-moz-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.inputs :-ms-input-placeholder {
  text-transform: capitalize;
  font-weight: 300;
  font-style: italic;
  color: #a4a4a4;
}

.inputs i {
  display: block;
  position: absolute;
  top: 10px;
  left: 13px;
  color: #a4a4a4;
}
