.ftco-section {
  padding: 30px 0;
  /* background: url(/images/pod.jpg); */
  background: #000;
  /* height: 100vh; */
}

.ftco-section a
{
  color: #C0F302;
  text-decoration: none;
}
.ftco-section p
{
  color: #fff;
}
.mz_logn_wrap {
  width: 100%;
  overflow: hidden;
  background: #1a1a1a;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24);
  border-radius: 24px;
  /* border: 1px solid #000; */
}
.login-wrap {
  position: relative;
  background: #252424;
  border-radius: 0 24px 24px 0;
  box-shadow: rgb(192 243 2 / 28%) 1.95px 1.95px 2.6px;
}
.mz_img
{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.login-wrap h3 {
  color: #fff;
}
.login-wrap .form-group .label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
}
.login-wrap .form-control {
  height: 48px;
  background: #fff;
  color: #000;
  font-size: 16px;
  border-radius: 5px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.login-wrap .form-control.submit {
  background: #c0f302;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 18px;
}
.login-wrap .form-control:focus, .login-wrap .form-control:active {
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #C0F302;
  background-image: url(/images/bg-1.jpg);
}
.ftco-section .social-media .social-icon span {
  color: #999999;
}
.ftco-section .social-media {
  position: relative;
  width: 100%;
}
.ftco-section .social-media .social-icon {
  display: block;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px;
  margin-right: 5px;
  border-radius: 50%;
}
.ftco-section .social-media .social-icon:hover, .ftco-section .social-media .social-icon:focus {
  background: #c0f302;
}



.mz_img, .login-wrap {
  width: 50%; 
}
.ftco-section .checkbox-wrap {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ftco-section .checkbox-wrap input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.btn.btn-primary.mz_sbmt{
  background: #C0F302 !important;
  border: 1px solid #C0F302 !important; 
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-top: 20px;
}

/* Create a custom checkbox */
.ftco-section .checkmark {
  position: absolute;
  top: 0;
  left: 0;
}

/* Create the checkmark/indicator (hidden when not checked) */
.ftco-section .checkmark:after {
  content: "\f0c8";
  font-family: "FontAwesome";
  position: absolute;
  color: rgba(0, 0, 0, 0.1);
  font-size: 20px;
  margin-top: -4px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media (prefers-reduced-motion: reduce) {
  .ftco-section .checkmark:after {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
}

/* Show the checkmark when checked */
.ftco-section .checkbox-wrap input:checked~.checkmark:after {
  display: block;
  content: "\f14a";
  font-family: "FontAwesome";
  color: rgba(0, 0, 0, 0.2);
}

/* Style the checkmark/indicator */
.ftco-section .checkbox-primary {
  color: #c0f302;
}

.ftco-section .checkbox-primary input:checked~.checkmark:after {
  color: #c0f302;
}

.mz_logn_wrap img 
{
    background-size: 100% 100%;
    width: 50%;
    background-repeat: no-repeat;
}

@media (min-width: 576px) {
  .ftco-section .ftco-section .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .ftco-section .ftco-section .container {
    max-width: 720px;
  }
  
}

@media (min-width: 992px) {
  .ftco-section .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .ftco-section .container {
    max-width: 1140px;
  }
}

@media screen and (max-width: 768px) {
  .mz_img, .login-wrap {
      width: 100%;
  }
  
}
@media screen and (max-width: 576px) {
  .w-50 {
      width: 100% !important;
  }
  
}