@import url("https://fonts.googleapis.com/css?family=Roboto:300,400");
* {
  padding: 0;
  margin: 0;
  outline-width: 0;
  font-family: "Roboto";
}

body {
	margin:0;
  height: 100vh;
	background-color: #191F24;
  box-sizing: border-box;
  padding-top: 5vh;
}

.logo {
    height: 20px !important;
    margin-bottom: 6px;
}

.text {
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  color: #FFF;
  margin-bottom: 5vh;
}

/*  ALERT */

.alert {
    position: relative;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  padding: 12px;
  margin-bottom: 15px;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  padding: 12px;
  margin-bottom: 15px;
}

.alert_error {
  margin-top: 12px;
  display: block;
}

.alert_error_beta {
  text-transform: none;
  color: #155724;
  text-decoration: none;
}

.alert_error:nth-child(1) {
  margin-top: 0;
  display: block;
}

.alert_error::before, .alert_error span::before {
  content: "•";
  font-weight: bold;
  margin-right: 7px;
}

.alert .close {
    position: absolute;
    top: 3px;
    right: 10px;
    padding: 5px;
    color: inherit;
    background: none;
    border: none;
    cursor: pointer;
}

.close:hover {
    color: #000;
    text-decoration: none;
}

.close {
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
}



.text h2 {
  text-align: center;
  font-family: "Roboto";
  font-weight: 300;
  color: #afbdc8;
  font-size: 17px;
}

#container {
  background: #fff;
  box-sizing: border-box;
  width: 400px;
  margin: auto;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
}

.tabs {
  display: flex;
}
.tabs .tab {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  background: #8c1a39;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}
.tabs .tab.current {
  background: #fff;
  color: #000;
}

.tabs_beta {
  display: flex;
}
.tabs_beta .tab_beta {
  flex: 1;
  text-align: center;
  padding: 10px 0;
  box-sizing: border-box;
  background: #8c1a39;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
.tabs_beta .tab_beta.current {
  background: #fff;
  color: #000;
}

.form-div {
  margin-bottom: 15px;
}

.form-div:last-child {
  margin-bottom: 0;
}

.input-area {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.input {
  background: #eee;
  border: none;
  font-size: 14px;
  padding: 12px 12px 12px 52px;
  box-sizing: border-box;
  width: 100%;
}

.input:focus {
  border-color: #8c1a39;
  padding-left: 52px;
  border: 2px #8c1a39 solid;
  padding: 10px 10px 10px 50px;
}
.input:focus ~ .input-icon {
  left: 0;
}
.input.not-empty {
  padding-left: 52px;
}
.input.not-empty ~ .input-icon {
  left: 0;
}

.input-icon {
  position: absolute;
  top: 0;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8c1a39;
  color: #fff;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}

.form-footer {
  display: flex;
}
.form-footer button {
  background: #8c1a39;
  border: none;
  color: #fff;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: 400;
  flex: 1;
  cursor: pointer;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
}
.form-footer button:nth-child(1) {
  margin-right: 7.5px;
}
.form-footer button:nth-child(2) {
  margin-left: 7.5px;
}
.form-footer button span:nth-child(2) {
  padding-left: 5px;
}
.form-footer button:hover {
  background: #70142d;
}

.register .form-footer button:first-child {
  margin-right: 0;
}

.tab-content {
  display: none;
  background: #fff;
  padding: 15px;
}

.tab-content.current {
  display: inherit;
}


@media only screen and (max-width: 400px) {
  #container {
    margin: 0;
    width: 100%;
  }
}

.tol {
  position: relative;
  display: inline-block;
  width: 186.5px;
}

.mltol {
  margin-left: -7px;
}

/*  MAINTENANCE */

.maintenance {
  text-align: center;
}
.maintenance .alert_error::before {
  content: none;
}

.footer_bottom_text {
  text-align: center;
  margin-top: 15px;
  color: #394752;
  font-weight: lighter;
}

.footer_bottom_text a {
  color: #394752;
  text-decoration: none;
}
