@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700|Work+Sans:300,400,700,900');

body, html {
  font-family: 'Montserrat', sans-serif;
  background-color: #13182c;
  padding: 0;
  margin: 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container{
  margin: 0;
  top: 50px;
  left: 50%;
  padding-bottom: 40px;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  background-color: #252c46;
  border-radius: 9px;
  border-top: 10px solid #ae3849;
  width: 400px;
  height: auto;
  -webkit-box-shadow: 0 10px 20px 0 rgb(46 91 255 / 7%);
  box-shadow: 0 10px 20px 0 rgb(7 11 27 / 77%);

}

.box h4 {
  font-family: 'Montserrat', sans-serif;
  color: #ae3849; 
  font-size: 18px;
  margin-top:94px;;
}

.box h4 span {
  color: #dfdeee;
  font-weight: lighter;
}

.box h5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #a1a4ad;
  letter-spacing: 1.5px;
  margin-top: -15px;
  margin-bottom: 70px;
}

.box input {
  display: block;
  margin: 20px auto;
  background: #22273d;
  border: 0;
  border-radius: 5px;
  padding: 14px 10px;
  width: 320px;
  outline: none;
  color: #d6d6d6;
      -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  
}
.captcha {
  display: block;
  margin: 20px auto;
  background: #22273d;
  border: 0;
  border-radius: 5px;
  padding: 14px 10px;
  width: 320px;
  outline: none;
  color: #d6d6d6;
      -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  
}
.box input[type = "password"] {
  display: block;
  margin: 20px auto;
  background: #22273d;
  border: 0;
  border-radius: 5px;
  padding: 14px 10px;
  width: 320px;
  outline: none;
  color: #d6d6d6;
      -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
  
}
::-webkit-input-placeholder {
  color: #565f79;
}

.box input[type = "text"]:focus,.box input[type = "password"]:focus {
  border: 1px solid #79A6FE;
  
}

a{
  color: #8798ad;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

 label input[type = "checkbox"] {
  display: none; /* hide the default checkbox */
}

/* style the artificial checkbox */
label span {
  height: 13px;
  width: 13px;
  border: 2px solid #464d64;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  float: left;
  left: 7.5%;
}

.btn1 {
  border:0;
  background: #ae3849!important;
  color: #dfdeee;
  border-radius: 100px;
  width: 340px;
  height: 49px;
  font-size: 16px;
  transition: 0.3s;
  cursor: pointer;
  margin-top: 50px !important;
}

.btn1:hover {
  background: #ae3849;
}

.rmb {
  position: absolute;
  margin-left: -37%;
  margin-top: 0px;
  color: #dfdeee;
  font-size: 13px;
}


.forgetpass {
  position: relative;
  float: right;
  right: 28px;
}

.dnthave{
    position: absolute;
    top: 92%;
    left: 24%;
}

[type=checkbox]:checked + span:before {/* <-- style its checked state */
    font-family: FontAwesome;
    font-size: 16px;
    content: "\f00c";
    position: absolute;
    top: -4px;
    color: #ae3849;
    left: -1px;
    width: 13px;
}

.typcn {
  position: absolute;
  left: 325px;
  top: 282px;
  color: #3b476b;
  font-size: 22px;
  cursor: pointer;
}      

.typcn.active {
  color: #ae3849;
}

.error {
  background: #ae3849;
  text-align: center;
  width: 337px;
  height: 20px;
  padding: 2px;
  border: 0;
  border-radius: 5px;
  margin: 10px auto 10px;
  position: absolute;
  top: 31%;
  left: 7.2%;
  color: white;
  display: none;
}

.footer {
    width: 100%;
    color: #78797d;
    font-size: 14px;
    text-align: center;
}

.footer .fa {
  color: #ae3849;;
}
.swal-modal {
  background-color: #1e2335;
  border-radius: 25px;
  -webkit-box-shadow: 0 10px 20px 0 rgb(46 91 255 / 7%);
  box-shadow: 0 10px 20px 0 rgb(7 11 27 / 77%);
}.swal-icon--success:after, .swal-icon--success:before{
  background: #1e2335;

}.swal-icon--success__hide-corners{
  background-color: #1e2335;
}.swal-icon--success {
  border-color: #1e2335;
}.swal-title{
  color: rgb(158 164 171);
}
.swal-text {
color: rgb(225 225 225 / 64%);
}.swal-button:not([disabled]):hover {
  background-color: #bd4657;
}