.box-popup {
  width: 400px;

}
@media screen and (max-width: 399px){
  .box-popup {
    width: 280px;
  } 
}

.box-popup .title {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #fff;
  padding: 18px 10px;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  background-color: #242a37;
}

.box-popup .txt {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #000;
  padding: 30px 15px 0 15px;
  text-align: center;
  background-color: #fff;
}

.box-popup .txt p {
  position: relative;
}

.box-popup .txt .show {
  position: absolute;
  position: absolute;
  top: 13px;
  right: 20px;
}

.box-popup .txt .show input {
  vertical-align: middle;
  margin: 0;
}

.box-popup .txt .col-xs-6 {
  padding: 0 10px;
}

.box-popup .txt .row {
  margin-left: -10px;
  margin-right: -10px;
}

.box-popup .txt a {
  color: #6f6f6f;
  transition: none;
}

.box-popup .txt a.rg {
  color: #f77373;
  text-decoration: underline;
}

.box-popup .txt a.rg:hover {
  text-decoration: none;
}

.box-popup .txt input[type="text"],.box-popup .txt input[type="password"],.box-popup .txt textarea,.box-popup .txt select {
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
  font-family: 'Roboto', sans-serif;
}

.box-popup .txt input.email {
  background-image: url(../images/form-ico.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.box-popup .txt input.password {
  background-image: url(../images/form-ico-02.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}

.box-popup .txt textarea {
  height: 100px;
}

.box-popup .txt .email,.box-popup .txt .password {
  padding-left: 50px !important;
  background-repeat: no-repeat;
  background-position: 15px center;
  background-image: url(../images/form-ico.png);
}
.box-popup .txt .password {
  background-image: url(../images/form-ico-02.png);
}

.box-popup .txt .password {
  padding-right: 70px !important;
}

.box-popup .txt .btn {
  color: #fff;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  background-color: #00c9d3;
  font-family: 'Roboto', sans-serif;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
}

.box-popup .txt .btn:hover {
  opacity: 0.7;
}

.box-popup .footer-box {
  margin-bottom: 10px;
}

.box-popup .footer-box a {
  float: left;
  margin-bottom: 10px;
  color: #292929;
  width: 100%;
  padding: 10px;
  font-size: 13px;
  font-weight: 500;
  background-color: #dcdcdc;
  text-transform: uppercase;
}

.box-popup .footer-box a:hover,.box-popup .footer-box a:focus,.box-popup .footer-box a:active {
  text-decoration: none;
}

.box-popup .footer-box p {
  margin: 0 0 5px 0;
}

.auth-form-container {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -200px;
  transform: translateY(-50%);
}
