body {
 
  
 

}

.mainwrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  height: 880px;
  position: absolute;
  top: 0;
  bottom: -75px;
  left: 0;
  right: 0;
  margin: auto;
}







/* .blocksplit {
  width: 30%;
  background-color: #1f1f1fc4;
  padding: 25px;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
} */

.blocksplit2 {
  width: 40%;
    margin-left: 22%;
    height: 66%;
    padding: 26px;
    margin-top: 100px;
    background-color: #fff;
  /* border-top-right-radius: 25px;
  border-bottom-right-radius: 25px; */
}

.blocktext h1 {
  color: #f29124;
  font-size: 90px;
  line-height: 40px;
  font-family: "Poppins", sans-serif;
}

.blocktext h5 {
  color: #f29124;
  font-size: 80px;
  line-height: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 900;
}

.blocktext h2 {
  color: #8f8e8e;
  font-size: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.blocktext p a{
  font-size: 18px;
  text-decoration: none;
  color: #f29124;
  font-family: "Poppins", sans-serif;
}

.blocktext img {
  margin-right: 10px;
}

.blocktext input {
 
  padding: 20px 0px;
  margin: 6px 0px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  font-size: 20px;
  color: #93959f;
  font-family: "Poppins", sans-serif;
}

.textblock button {
  background-color: #f29124;
  border: none;
  outline: 0;
  padding: 14px 30px;
  border-radius: 25px;
  color: #fff;
  margin-right: 10px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.textblock h5 {
  margin: 12px;

  border-bottom: 3px solid #f29124;
  font-weight: 100;
  font-size: 20px;
  color: #cfd0d4;
  float: right;
  font-family: "Poppins", sans-serif;
}

.textblock h4 {
  color: #11162b;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
}

.textblock h4 span {
  color: #f2962e;
  border-bottom: 2px solid #f29124;
  font-family: "Poppins", sans-serif;
}

.textblock p {
  color: #cacaca;
  font-size: 14px;
  line-height: 29px;
  font-family: "Poppins", sans-serif;
}


.blocktext h2 span{
  color: #f2962e;
  font-size: 30px;
  border-bottom: 2px solid #f29124;
  font-family: "Poppins", sans-serif;
}

.textblock  {

  margin-top: 32px;
}

.message input {
 
  margin: 15px 0px;
  padding: 10px;
  border: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: 0;
  font-size: 20px;
  color: #93959f;
  font-family: "Poppins", sans-serif;
}

.btnblack button {
  background-color: #3f3f3f;

}

.footertxt p {
  color: #fff;
  
}
.site-footer__bottom {
  position: relative;
  display: block;
  background-color: #100f12;
  padding: 10px;
}

.site-footer__bottom-inner {
  position: relative;
  display: block;
  text-align: center;
}

.site-footer__bottom-text {
  font-size: 12px;
  color: #807e85;
  /* margin: 0; */
  margin-top: 31px;
}

.site-footer__bottom-text a {
  color: #807e85;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  font-size: 10px;
}

.site-footer__bottom-text a:hover {
  color: var(--mibooz-base);
}

.site-footer{
  margin-top: 120px;
  background-color: #192c4b;
  width: 100%;
}


.pass li{

  float: left;
    width: 45%;
    font-size: 14px;
}

ul.pass {

  display: flex;
  flex-direction: column;
  padding: 0 18px;
  margin-bottom: 26px;
}







@media only screen and (max-width: 1366px) {
 
  .blocktext h1 {
   
    font-size: 40px;
    line-height: 23px;
   
}
}








* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  user-select: none;
}
.bg-img {
  background: url("https://images.pexels.com/photos/34088/pexels-photo.jpg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940");
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.bg-img:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.content {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  text-align: center;
  padding: 60px 32px;
  width: 370px;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: -1px 4px 28px 0px rgba(0, 0, 0, 0.75);
}
.content header {
  color: white;
  font-size: 33px;
  font-weight: 600;
  margin: 0 0 35px 0;
  font-family: "Montserrat", sans-serif;
}
.field {
  position: relative;
  height: 45px;
  width: 100%;
  display: flex;
  background: rgba(255, 255, 255, 0.94);
}
.field span {
  color: #222;
  width: 40px;
  line-height: 45px;
}
.field input {
  height: 100%;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  color: #222;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.space {
  margin-top: 16px;
}
.show {
  position: absolute;
  right: 13px;
  font-size: 13px;
  font-weight: 700;
  color: #222;
  display: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.pass-key:valid ~ .show {
  display: block;
}
.pass {
  text-align: left;
  margin: 10px 0;
}
.pass a {
  color: white;
  text-decoration: none;
  font-family: "Poppins", sans-serif;
}
.pass:hover a {
  text-decoration: underline;
}
.field input[type="submit"] {
  background: #3498db;
  border: 1px solid #2691d9;
  color: white;
  font-size: 18px;
  letter-spacing: 1px;
  font-weight: 600;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
}
.field input[type="submit"]:hover {
  background: #2691d9;
}
.login {
  color: white;
  margin: 20px 0;
  font-family: "Poppins", sans-serif;
}
.links {
  display: flex;
  cursor: pointer;
  color: white;
  margin: 0 0 20px 0;
}
.facebook,
.instagram {
  width: 100%;
  height: 45px;
  line-height: 45px;
  margin-left: 10px;
}
.facebook {
  margin-left: 0;
  background: #4267b2;
  border: 1px solid #3e61a8;
}
.instagram {
  background: #e1306c;
  border: 1px solid #df2060;
}
.facebook:hover {
  background: #3e61a8;
}
.instagram:hover {
  background: #df2060;
}
.links i {
  font-size: 17px;
}
i span {
  margin-left: 8px;
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}
.signup {
  font-size: 15px;
  color: white;
  font-family: "Poppins", sans-serif;
}
.signup a {
  color: #3498db;
  text-decoration: none;
}
.signup a:hover {
  text-decoration: underline;
}




* {
  margin: 0;
}

@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");

body {
  height: auto;
  width: auto;
  background-color: black;
}

/*define variables for our form*/

:root {
  --min-padding: 10px;
  --max-padding: 50px;
  --min-width: 50%;
  --max-width: 100%;
  --mid-width: 60%;
  --outline: 1px solid white;
  --outline-color: white;
  --background-form: white;
  --background-main: black;
  --link-color: rgb(60, 60, 247);
  --border-radius: 7px;
  --border: 2px solid black;
  --border-form: 1px solid black;
  --transition: 0.3s;
  --box-sizing: border-box;
  --text-align: center;
  --margin-top-max: 150px;
  --margin-top-max-tablet: 125px;
  --margin-top-other: 95px;
  --margin-top-mid: 25px;
  --margin-top-min: 10px;
  --margin-bottom-min: 5px;
  --margin-bottom-max: 6px;
  --margin-bottom-percent: 9%;
  --font-family: "Montserrat", sans-serif;
  --font-weight-1: 800;
  --font-weight-2: 400;
  --font-size-min: 13px;
  --font-size-max: 20px;
  --font-size-mid: 15px;
  --zero: 0;
  --auto: auto;
  --none: none;
}

/* follow_btn */

.follow_btn {
  background-color: white;
  width: 20%;
  padding: 10px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  margin-bottom: 15px;
}

.follow_btn:hover {
  box-shadow: 1px 1px 31px -12px rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 1px 1px 31px -12px rgba(255, 255, 255, 0.75);
  -moz-box-shadow: 1px 1px 31px -12px rgba(255, 255, 255, 0.75);
}

/* follow_btn link styling */

.follow_btn a {
  font-family: var(--font-family);
  font-weight: bold;
  text-transform: capitalize;
}

/* follow_btn icon styling */

.follow_btn i {
  color: var(--link-color);
  margin: auto 5px;
}

.follow_btn i:hover {
  color: var(--background-main);
}

/*login container styling*/

/* .login-container {
  margin-left: var(--auto);
  margin-right: var(--auto);
  margin-top: var(--margin-top-other);
  width: 70%;
} */

/*form styling*/

.login-form {
  /*background: #192c4c;*/
  background: #192c4cb0;
  border-radius: var(--border-radius);
  border: var(--border-form);
  width: 400px;
  padding: 0 50px 50px 50px;
  margin: auto;
  /* margin-left: var(--auto); */
  /* margin-right: var(--auto); */
  font-family: var(--font-family);
}
.login-form .login-fp{
  color: #FFF;
  border-right: 1px solid #fff;
  padding-right: 5px;
}
/*form input styling*/
.login-form input[type="text"],input[type="password"]{
  background-color: #192c4cb0 !important;
  color:#fff !important;
}
input {
  color: white;
  margin: var(--auto);
  margin-top: 10px;
  background-color: #192c4c;
  font-size: var(--font-size-min);
  width: 100%;
  padding: var(--min-padding);
  box-sizing: var(--box-sizing);
  border-radius: var(--border-radius);
  border-color: white;
  /* border: var(--border); */
  margin-bottom: var(--margin-bottom-max);
  /* transition: var(--transition); */
  font-family: var(--font-family);
}

input[type="submit"] {
  width: 75px;
  margin-top: 0px;
  
  font-size: 14px;
  background-color:rgb(204 30 55);
  color: var(--background-form);
  font-weight: var(--font-weight-1);
  cursor: pointer;
  transition: 0.3s ease-in-out;
  border-color: rgb(204 30 55);
}

/*input hover effect*/

input[type="email"]:focus,
input[type="password"]:focus {
  outline: var(--none);
  border: var(--outline);
}

input[type="submit"]:hover {
  outline: var(--none);
  background-color: var(--background-form);
  border-color: white;
  color: var(--background-main);
}

/*link styling*/
/* .text a:link{
  color: white;
} */
 a:link {
  text-decoration: var(--none);
  color: rgb(204 30 55);
  font-size: 12px;
}

a:visited {
  color: var(--link-color);
}

a:hover {
  color: var(--background-main);
}

/*text styling*/

p {
  text-align: var(--text-align);
  margin-top: var(--margin-top-min);
  margin-bottom: var(--margin-bottom-min);
  font-weight: var(--font-weight-2);
}

h2 {
  text-align: var(--text-align);
  margin-top: var(--margin-top-min);
  font-weight: var(--font-weight-1);
  margin-bottom: var(--zero);
}

.text {
  text-align: var(--text-align);
  margin-left: var(--auto);
  margin-right: var(--auto);
}

/*for tablets*/
@media (min-width: 481px) and (max-width: 844px) {
  input {
    width: var(--max-width);

  }

  .login-container {
    margin-top: var(--margin-top-other);
  }

  .login-form {
    width: var(--mid-width);
  }



   h6{
    color: white;
    
  }
}

/*for mobile phones*/

@media (min-width: 320px) and (max-width: 480px) {
  .login-from {
    width: var(--max-width);
  }

  .login-container {
    margin-top: var(--margin-top-other);
    width: var(--max-width);
  }

  p {
    font-size: var(--font-size-mid);
  }
}

/*samsung galaxy fold*/

@media (min-width: 280px) and (max-width: 653px) {
  .login-container {
    width: var(--max-width);
  }

  .login-form {
    width: var(--mid-width);
  }

  p {
    font-size: var(--font-size-min);
  }
}

/*iphones*/

@media (min-width: 365px) and (max-width: 667px) {
  .login-container {
    width: var(--max-width);
    margin-top: var(--margin-top-other);
  }
}

/*other(larger screens)*/




p {
  font-size: 12px;
  color: white;
}

label{
  color: white;
  font-size: 12px;
}


@media (min-width: 912px) and (max-width: 1368px) {
  .login-container {
    width: 60%;
    /*
    margin-top: 150px;
    margin-right: 218px;
    */
  }

  p {
    font-size: 12px;
   
  }

  label{
    
    font-size: 12px;
  }
}

select{
  margin: var(--auto);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: var(--font-size-min);
    width: 100%;
    color: white;
   padding: 10px;
    background-color: var(--none);
    /* padding: var(--min-padding); */
    /* box-sizing: var(--box-sizing);
    border-radius: var(--border-radius); */
    /* border: var(--border); */
    /* margin-bottom: var(--margin-bottom-max); */
    /* transition: var(--transition); */
    font-family: var(--font-family);
}
option{
  padding: 10px;
}
.checkbox{
 
}
.checkbox input{
  width: 20px;
  margin-top: 10px;
  
}
.checkbox label{
 
  font-size: 12px;
}

.header-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  height: 70px;
}

.header-logo a {
  position: relative;
  display: inline-block;
  line-height: 1;
  width: 150px;
}

.header-logo a img {
  max-width: 100%;
  margin-left: -492px;
  margin-top: -264px;
  opacity: 1;
  visibility: visible;
}

header-logo a img.logo-light {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-logo {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 80px;
    padding-left: 30px;
  }
}


.site-footer__bottom{
  margin-left: 10px;
}



