@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Light.woff2") format("woff2"),
    url("../fonts/FuturaPT-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPT-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Demi";
  src: url("../fonts/FuturaPT-Demi.woff2") format("woff2"),
    url("../fonts/FuturaPT-Demi.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT Book";
  src: url("../fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../fonts/FuturaPT-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Futura PT";
  src: url("../fonts/FuturaPT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaPT-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

html,
body {
  height: 100%;
}

body {
  display: flex;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(0, 20, 51);
  color: white;
  font: 400 18px "Futura PT", sans-serif;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  padding: 0px;
  margin: 0px;
}
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12 {
  padding: 0px;
  margin: 0px;
}
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  padding: 0px;
  margin: 0px;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding: 0px;
  margin: 0px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12 {
  padding: 0px;
  margin: 0px;
}

.row {
  padding: 0px;
  margin: 0px;
}

.form-registration .logo-reg {
  max-width: 200px;
}
.form-registration {
  width: 100%;
  max-width: 640px;
  padding: 15px;
  margin: auto;
}

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.alert-check {
}

.confirmation {
  background-color: white;
  color: black;
  padding: 15px;
}

.form-reg-title {
  font-size: 14px;
  margin-bottom: 5px;
  margin-top: 15px;
  font-weight: 100;
  color: rgb(210, 210, 255);
}

.form-reg-input {
  font-size: 16px;
}

.form-reg-have-acc {
  font-size: 18px;
  margin-top: 20px;
}

.form-reg-have-acc a {
  color: white;
  text-decoration: underline;
}

.btn-reg {
  font-size: 16px;
  padding-top: 6px;
  padding-bottom: 6px;
}

#phone_code_text_again {
  display: none;
}

#phone_code_title {
  display: none;
}

#phone_code_success {
  display: none;
}

#phone_code_input {
  display: none;
}

.text-form-reg {
  color: rgb(210, 210, 255);
  font-size: 16px;
  font-weight: 100;
}

.text-form-reg a {
  color: rgb(255, 255, 255);
}

#modal_mist_reg {
  color: black;
}

#modal_mist_lb {
  color: rgb(150, 50, 50);
}

.btn-close {
  cursor: pointer;
}

#phone_code {
  background-color: rgb(255, 220, 220);
}

#send_code_again {
  color: white;
  cursor: pointer;
  font-weight: 400;
}

#change_phone {
  color: white;
  cursor: pointer;
  font-weight: 400;
}
