.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: #8b4fff;
}

.inc_mail {
  border: 1px solid #8b4fff !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: #8b4fff;
 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/#fc0fff+0,0d9dff+100 */
background: #fc0fff; /* Old browsers */
background: -moz-linear-gradient(left,  #fc0fff 0%, #0d9dff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #fc0fff 0%,#0d9dff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #fc0fff 0%,#0d9dff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc0fff', endColorstr='#0d9dff',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: #8b4fff;
}
.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: #8b4fff;
  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: #eeeef7;
  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;
  }
}