@import url("../common/assets/ssv/css/fonts.css");

body {
  margin: 0;
  background: url(../img/page-bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-family: "Aller Regular", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;

}

@media all and (min-width:1200px) {
  .container {
    max-width: 1020px;
  }
}

footer {
  background: #E3000F;
  font-size: 1em;
}

a,
a:active,
a:focus,
a:visited {
  color: #E3000F;
}

a:hover {
  color: #E3000F;
  text-decoration: underline;
}

.card-header {
  margin-bottom: 0;
  background: #E3000F;
}

.card-title {
  margin-bottom: 0;
  color: #efefef;
  font-family: "Aller Display";
  font-weight: 300;
  text-transform: uppercase;
}

small {
  font-size: 85%;
}

label {
  font-weight: 300;
}

label input[type="checkbox"] {
  margin-right: 0.3rem;
}

.login-remember {
  font-family: "Aller Bold";
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover,
.btn-reg.active,
.btn-reg.focus,
.btn-reg:focus,
.btn-reg:hover {
  background-color: #a60103;
}

.btn-primary,
.btn-reg {
  width: 50%;
  min-width: 180px;
  /*
    width: 180px;
    */
  transition: .1s ease;
  text-transform: uppercase;
  background-color: #E3000F;
  border: 0;
  color: #fff;
  font-family: "Aller Display";
}

.btn.focus,
.btn:focus,
.btn:hover {
  background-color: #a60103;
  text-decoration: none;
  border: 0;
}

.choose {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 1em 0;
  /*
	width: 180px;
	*/
}

.choose span {
  flex-grow: 2;
  border-top: 1px solid #ced4da;
}

.choose span:nth-child(2) {
  flex-grow: 1;
  text-align: center;
  border: 0;
  text-transform: uppercase;
  color: #666;
}

/* CARD */

:first-child.card-header {
  border-radius: 0;
}

.card {
  border: 0;
  border-radius: 0;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
}

.form-control:focus {
  border-color: #E3000F;
  box-shadow: 0px 0px 0px 0.2rem rgba(0, 121, 76, 0.25);
}

.form-control {
  line-height: 1;
  border-radius: 0;
}