/* CSS Libraries Used 

*Animate.css by Daniel Eden.
*FontAwesome 4.7.0
*Typicons

*/

:root {
  --blue: #047bf8;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #e65252;
  --orange: #fd7e14;
  --yellow: #fbe4a0;
  --green: #24b314;
  --teal: #20c997;
  --cyan: #5bc0de;
  --white: #fff;
  --gray: #636c72;
  --gray-dark: #343a40;
  --primary: #047bf8;
  --secondary: #292b2c;
  --success: #24b314;
  --info: #5bc0de;
  --warning: #fbe4a0;
  --danger: #e65252;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1250px;
  --breakpoint-xxl: 1450px;
  --breakpoint-xxxl: 1550px;
  --breakpoint-xxxxl: 1650px;
  --font-family-sans-serif: "Avenir Next W01", "Lato", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

body,
html {
  font-family: "Avenir Next W01", "Lato", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 400;
  background-image: linear-gradient(to right, #5a72ed -12%, #e4273d 67%);
  background-repeat: repeat-x;
  box-shadow: none;
  padding: 0;
  margin: 0;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
}

.container {
  margin: 0;
  top: 120px;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  background-color: #FFF;
  border-radius: 9px;
  border-top: 10px solid #79a6fe;
  border-bottom: 10px solid #8BD17C;
  width: 350px;
  height: 475px;
  box-shadow: 1px 1px 108.8px 19.2px rgb(25 31 53);
}

.box h4 {
  font-family: "Avenir Next W01", "Lato", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #5c6bc0;
  font-size: 18px;
  margin-top: 94px;
  ;
}

.box h4 span {
  color: #dfdeee;
  font-weight: 400;
}

.box h5 {
  font-family: "Avenir Next W01", "Lato", -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: inherit;
  color: #a1a4ad;
  letter-spacing: 0px;
  margin-top: -15px;
  margin-bottom: 70px;
}

.box input[type="text"],
.box input[type="password"],
.box input[type="email"] {
  display: block;
  margin: 20px auto;
  background: #fff;
  border: 0;
  border-radius: 5px;
  padding: 14px 10px;
  width: 300px;
  outline: none;
  color: #000;
  -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,
.box input[type="email"]:focus {
  border: 1px solid #79A6FE;

}

.box input[type="text"],
.box input[type="password"],
.box input[type="email"] {
  border: 2px solid #79A6FE !important;
}

a {
  color: #5c7fda;
  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: #7f5feb;
  color: #dfdeee;
  border-radius: 5px;
  width: 93%;
  height: 49px;
  font-size: 16px;
  position: absolute;
  top: 82%;
  left: 3.5%;
  right: 1%;
  transition: 0.3s;
  cursor: pointer;
}

.register {
  position: relative;
  top: 105px;
  float: right;
  /* left: 27% !important; */
}
.tp-127{
  top:130px!important;
}

.btn1:hover {
  background: #5d33e6;
}

.rmb {
  position: absolute;
  margin-left: -35%;
  margin-top: 0px;
  color: #5c7fda;
  font-size: 13px;
}

.forgetpass {
  position: relative;
  float: right;
  right: 12px;
}

.dnthave {
  position: absolute;
  top: 92%;
  left: 24%;
}

[type=checkbox]:checked+span:before {
  /* <-- style its checked state */
  font-family: FontAwesome;
  font-size: 13px;
  content: "\f00c";
  position: absolute;
  /* top: -4px; */
  color: #896cec;
  left: 0px;
  width: 13px;
}

.typcn {
  position: absolute;
  left: 310px;
  top: 295px;
  color: #3b476b;
  font-size: 22px;
  cursor: pointer;
}

.typcn.active {
  color: #7f60eb;
}

.error {
  background: #ff3333;
  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 {
  position: relative;
  left: 0;
  bottom: 0;
  top: 605px;
  width: 100%;
  color: #78797d;
  font-size: 14px;
  text-align: center;
}

.footer .fa {
  color: #7f5feb;
  ;
}

.logo {
  /* margin:25px; */
}

.top-label {
  color: #2c2d31 !important;
  ;
}

.alert-danger {
  color: red !important;
}

.secure-img {
  position: absolute;
  margin-top: 10px;
  bottom: 0px;
  left: 40%;
}

.secure-img img:first-child {
  width: 20px;
  height: 20px;
}

.secure-img img:last-child {
  width: 45px;
  height: auto;
}

.box input[type="text"].is-invalid,
.box input[type="email"].is-invalid,
.box input[type="password"].is-invalid {
  border: 2px solid red !important;
}

.d-none {
  display: none;
}

.container.cont-reg {
  min-height: 615px !important;
  top: 60px !important;
}

.register.login {
  left: -5%;
}

.btn1.btn-reg {
  top: 77% !important
}