.login-page {
  max-width: 460px;
  padding: 5% 20px 0 20px;
  margin: auto;
}
.form {
  position: relative;
  border-radius: 20px;
  z-index: 1;
  background: #FFFFFF;
  max-width: 430px;
  margin: 0 auto 100px;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
  background-image: url(../img/email.png);
  background-repeat: no-repeat;
  background-position: bottom -20px right -80px;;
}
.form input {
  font-family: "Museo Sans Cyrl 500"; 
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 16px;
  text-align: center;
  color: #828282;
}

.result_recovery {
  margin-top: 35px;
  color: #e84190;
}

.inc_mail {
  border: 1px solid #e84190 !important;
}

.login-type {
  border-radius: 30px;
  border:1px solid #d9d9d9;
  padding:8px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
}
.login-type input {
  display: none;
}
.login-type input:checked + label {
 background-color: #e84190;
 color:#fff;
}
.login-type label {
  display: inline-block;
  text-align: center;
  width: 48%;
  font-size: 18px;
  font-weight: 300;
  height: 33px;
  line-height: 33px;
  color:#484848;
  border-radius: 30px;
  cursor: pointer;
}
.login-want-admin {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding:8px;
  width:88%;
  position: relative;
  margin: 0 auto 15px;
}
.login-want-admin input {
  display: none;
}
.login-want-admin input:checked + i,.checked-active {
  background:#f2f2f2 url(../img/tick.svg) no-repeat 50% 50%;
  background-size: 16px 16px;
}
.login-want-admin label {
  width:90%;
  color:#828282;
  cursor: pointer;
}
.login-want-admin i {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  cursor: pointer;
  background-color: #f2f2f2;
}
.info-popup:hover + div.want-admin-popup {
  display: block;
}
.want-admin-popup {
  display: none;
  font-size: 12px;
  line-height: 18px;
  color:#6a6a6a;
  position: absolute;
  right: -270px;
  top:-105px;
  z-index: 6999;
  border-radius: 10px;
  background-color: #fff;
  max-width: 260px;
  min-height: 166px;
  padding:25px;
  text-align: left;
  box-sizing: border-box;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.08);
}
.admin-popup-close {
  position: absolute;
  right: 15px;
  top:15px;
}
.admin-popup-close i {
  display: block;
  width: 16px;
  height: 15px;
  background: url(close-i.png) no-repeat 50% 50%;
}
.form button {
    font-family: "Museo Sans Cyrl 500"; 
  text-transform: uppercase;
  outline: 0;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#33afdd+0,0d9dff+100 */
background: #33afdd; /* Old browsers */
background: -moz-linear-gradient(left,  #33afdd 0%, #e84190 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #33afdd 0%,#e84190 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #33afdd 0%,#e84190 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33afdd', endColorstr='#e84190',GradientType=1 ); /* IE6-9 */

  border-radius: 30px;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #e84190;
}
.form .message {
  margin: 35px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}

.inc_buttons {
  position: relative;
}

.recovery {
  position: absolute;
  right: 20;
  top: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
}

.recovery img {
  width: 20px;
  height: 20px;
  opacity: 0.3;
}

.form .message a {
  color: #e84190;
  text-decoration: none;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  background: #1c131d;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;     
  font-family: "Museo Sans Cyrl 500"; 
}

h2 {
    font-size: 42px;
    padding-top: 20px;
    padding-bottom: 20px;
}
@media screen and (max-width: 575px) {
  .want-admin-popup {
    right: auto;
    top:-185px;
  }

  .login-want-admin {
    display: block;
  }

  .login-want-admin i {
    margin: auto;
    display: block;
  }
}




.f-selector-page {
  width: 100%;
  max-width: 860px;
  padding: 5% 20px 0 20px;
  margin: auto;
}
.f-selector-container {
  width: 100%;
  background: #fff;
  border-radius: 20px;
  margin: auto;
  box-shadow: 0px 0px 17.64px 3.36px rgba(0, 0, 1, 0.06);
}
.f-selector-tabs {
  width: 100%;
  overflow: hidden;
}
.f-selector-tabs-title {
  font-size: 28px;
  font-weight: 700;
  padding-top: 135px;
  margin-bottom: 30px;
}
.f-selector-tabs__nav {
  width: 316px;
  padding-left: 60px;
  height: 500px;
  float: left;
  border-radius: 20px 0 0 20px;
}
.f-selector-tabs__link {
  border-radius: 20px 0 0 20px;
  margin-left: 2px;
  display: block;
  width: 275px;
  height: 45px;
  line-height: 45px;
  color: #7f7f7f;
  font-size: 16px;
  padding-left: 30px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  transition: .5s;
}
.f-selector-tabs__link_active {
  background: #da1dff;
  color: #fff;
  z-index: 2;
}
.f-selector-tabs__link:before {
  width: 39px;
  height: 118px;
  content: "";
  display: block;
  background: url(../img/selector-bg.png);
  position: absolute;
  top: -36px;
  left: 100%;
  transition: .5s;
  opacity: 0;
  cursor: default;
}
.f-selector-tabs__link.f-selector-tabs__link_active:before {
  opacity: 1;
}
.f-selector-tabs__link:not(.f-selector-tabs__link_active):hover,
.f-selector-tabs__link:not(.f-selector-tabs__link_active):focus {
  color: #da1dff;
}
.f-selector-tabs__content {
  width: calc(100% - 376px);
  height: 500px;
  float: right;
  background: url(../img/bg_4.jpg);
  background-size: cover;
  border-radius: 0 20px 20px 0;
}
.f-selector-tabs__pane {
  display: none;
}
.f-selector-tabs__pane_show {
  display: block;
}
.f-selector-tabs-capt {
  font-size: 28px;
  font-weight: 700;
  padding: 135px 30px 0 60px;
  margin-bottom: 20px;
  color: #fff;
}
.f-selector-tabs-capt-mobile {
  display: none;
}
.f-selector-tabs-text {
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-left: 60px;
  padding-right: 30px;
  margin-bottom :30px;
}
.f-selector-tabs-link {
  display: block;
  width: 246px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #da1dff;
  background: #fff;
  border-radius: 20px;
  margin-left: 60px;
  transition: .1s;
}
.f-selector-tabs-link:hover {
  transform: scale(1.03);
}
@media screen and (max-width: 880px) {
  .f-selector-tabs {
    overflow: visible;
  }
  .f-selector-page {
    width: 90%;
    max-width: 460px;
    padding: 5% 0 0 0;
  }
  .f-selector-container {
    background: transparent;
    border-radius: 0;
    box-shadow: none;
  }
  .f-selector-tabs__nav {
    display: none;
  }
  .f-selector-tabs__pane {
    display: block;
    margin-bottom: 10px;
    border-radius: 15px;
    padding: 30px 30px 40px;
    box-shadow: 0px 0px 17.64px 3.36px rgba(0, 0, 1, 0.06);
  }
  .f-selector-tabs-capt {
    display: none;
  }
  .f-selector-tabs-capt-mobile {
    display: block;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
  }
  .f-selector-tabs__content {
    width: 100%;
    height: auto;
    float: none;
    background: none;
    border-radius: 0;
  }
  .f-selector-tabs-text {
    color: #484848;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .f-selector-tabs-link {
    display: block;
    width: 100%;
    color: #fff;
    background: #da1dff;
    border-radius: 20px;
    margin-left: 0;
    transition: none;
  }
  .f-selector-tabs-link:hover {
    transform: none;
  }
  #f-selector-content-1 {
    background-image: url(../img/m-select-bg-1.jpg);
    background-size: cover;
  }
  #f-selector-content-2 {
    background-image: url(../img/m-select-bg-2.jpg);
    background-size: cover;
  }
  #f-selector-content-3 {
    background-image: url(../img/m-select-bg-3.jpg);
    background-size: cover;
  }
}