/* =======================================================================
Template Name: Youtubers
Author:  SmartEye Technologies
Author URI: www.smarteyeapps.com
Version: 1.0
coder name:Prabin Raja
Description: This Template is created for Youtubers
======================================================================= */
/* ===================================== Import Variables ================================== */
@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Arimo:300,400,400italic,700,700italic);
/* ===================================== Basic CSS ==================================== */
* {
  margin: 0px;
  padding: 0px;
  list-style: none; }

  /* .height-100 {
    height: 100vh
} */

/* .no-arrow {
  -moz-appearance: textfield;
}
.no-arrow::-webkit-inner-spin-button {
  display: none;
}
.no-arrow::-webkit-outer-spin-button,
.no-arrow::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
} */

/* fromcss */
.modal-contentone{
  background-color: #ffffff;
  width: 400px;
  padding: 20px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 5px;
  box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
.vali{
  font-size: 27px;
text-align: center;
margin-bottom: 30px;
}
.pass123{
  display: block;
  width: 50%;
  margin-top: 5px;
  padding: 12px;
  border-radius: 5px;
  outline: none;
  color: #101010;
  margin-left: 25%;

}
#password{
  margin-bottom: 30px;
}
#sub1{
  background-color:#fa607e;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 50%;
  
}
.passname{
  font-weight: 500;
  color: #101030;
}
.form{
  font-family: poppins;
}
/* 
form{
  background-color: #ffffff;
  width: 400px;
  padding: 20px 40px;
  position: absolute;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 5px;
  box-shadow: 20px 20px 30px rgba(0,0,0,0.15);
}
label{
  font-weight: 500;
  color: #101030;
}
input{
  display: block;
  width: 100%;
  margin-top: 5px;
  padding: 12px;
  border-radius: 5px;
  outline: none;
  color: #101010;
}
#password{
  margin-bottom: 30px;
}
input[type="password"]{
  border: 2px solid #c2c2c2;
}
input[type="button"]{
  background-color:#fa607e;
  border: none;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 30px;
  margin-top: 20px;
} */
/* p{
  font-size: 14px;
  margin: 15px 0;
  display: inline-block;
  color: #ffffff;
  padding: 4px;
  text-align: center;
}
h1{
font-size: 27px;
text-align: center;
margin-bottom: 50px;
} */
.modalone {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentone {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.card {
    width: 400px;
    border: none;
    height: 400px;
    box-shadow: 0px 5px 20px 0px #6F1667;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center
}

.card h6 {
    color: #6F1667;
    font-size: 20px
}

.inputs input {
    width: 40px;
    height: 40px
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0
}

.form-control:focus {
    box-shadow: none;
    border: 1px solid #ced4da;
}

.validate {
    border-radius: 20px;
    height: 40px;
    background-color: #6F1667;
    border: 1px solid #6F1667;
    width: 100%
}

.content a {
    color: #D64F4F;
    transition: all 0.5s
}

.content a:hover {
    color: #6F1667
}

  .btn1{
    background-color: #3d46a7;
      color: white;
  }

  
    .btn1:hover {
      background-color: #fa607e;
      color: white;
    }
 
  
  .field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    
  }
  
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #c7caea;
    margin: auto;
    /*padding: 5px;*/
    border: 1px solid #888;
     width: 27.2%;
    height: auto!important;
  }
  
  /* The Close Button */
  .close {
    color: #000000;
    float: right;
    font-size: 28px;
    font-weight: bold;
    padding-left: 94%;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
img {
  max-width: 100%; }
  
a {
  text-decoration: none;
  outline: none;
  color: #444; }

a:hover {
  color: #444; }

ul {
  margin-bottom: 0;
  padding-left: 0; }

a:hover,
a:focus,
input,
textarea {
  text-decoration: none;
  outline: none; }

.center {
  text-align: center; }

.left {
  text-align: left; }

.right {
  text-align: right; }

.cp {
  cursor: pointer; }

html, body {
  height: 100%; }

p {
  margin-bottom: 0px;
  width: 100%; }

.no-padding {
  padding: 0px; }

.no-margin {
  margin: 0px; }

.hid {
  display: none; }

.top-mar {
  margin-top: 15px; }

.h-100 {
  height: 100%; }

::placeholder {
  color: #747f8a !important;
  font-size: 13px;
  opacity: .5 !important; }

.container-fluid {
  padding: 0px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans", sans-serif;
  color: #545454; }

strong {
  font-family: "Open Sans", sans-serif; }

body {
  background-color: #f1f1f145 !important;
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #6A6A6A;
  overflow-x: hidden; }

.session-title {
  padding: 30px;
  margin: 0px;
  margin-bottom: 20px; }
  .session-title h2 {
    width: 100%;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600; }
  .session-title p {
    max-width: 850px;
    text-align: center;
    float: none;
    margin: auto;
    font-size: .83rem;
    margin-top: 15px; }
  .session-title span {
    float: right;
    font-style: italic; }

.inner-title {
  padding: 20px;
  padding-left: 0px;
  margin: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  border-bottom: 1px solid #ccccccc4;
  display: block;
  padding-right: 0px; }
  .inner-title h2 {
    width: 100%;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    text-align: left;
    border-bottom: 1px solid #863dd9;
    padding-bottom: 10px;
    margin-bottom: 0px;
    width: 300px; }
  .inner-title p {
    width: 100%;
    text-align: center; }
  .inner-title .btn {
    float: right;
    margin-top: -38px;
    font-weight: 600;
    font-size: .8rem; }

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: #eaeaea; }
  .page-nav ul {
    float: none;
    margin: auto; }
  @media screen and (max-width: 992px) {
    .page-nav {
      background-size: auto; } }
  @media screen and (max-width: 767px) {
    .page-nav {
      padding-top: 100px; } }
  @media screen and (max-width: 356px) {
    .page-nav {
      padding-top: 200px; } }
  .page-nav h2 {
    font-size: 28px;
    width: 100%;
    font-weight: 700;
    color: #444; }
    @media screen and (max-width: 600px) {
      .page-nav h2 {
        font-size: 26px; } }
  .page-nav ul li {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    font-size: 16px;
    font-size: .93rem;
    font-weight: 600;
    color: #444; }
    .page-nav ul li i {
      width: 30px;
      text-align: center;
      color: #444; }
    .page-nav ul li a {
      color: #444;
      font-size: .93rem;
      font-weight: 600; }

.btn-success {
  background-color: #51be78;
  border-color: #51be78; }
  .btn-success:hover {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:active {
    background-color: #51be78 !important;
    border-color: #51be78 !important; }
  .btn-success:focus {
    background-color: #51be78 !important;
    border-color: #51be78 !important;
    box-shadow: none !important; }

.btn-primary {
  background-color: #01b3a7;
  border-color: #01b3a7; }
  .btn-primary:hover {
    background-color: #01b3a7 !important;
    border-color: #01b3a7 !important; }
  .btn-primary:active {
    background-color: #01b3a7 !important;
    border-color: #01b3a7 !important; }
  .btn-primary:focus {
    background-color: #01b3a7 !important;
    border-color: #01b3a7 !important;
    box-shadow: none !important; }

.btn {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 2px; }

.form-control:focus {
  box-shadow: none !important;
  border: 1px solid #ced4da; }

.btn-light {
  background-color: #FFF;
  color: #3F3F3F; }

.collapse.show {
  display: block !important; }


.form-control {
  background-color: #F8F8F8;
  margin-bottom: 20px; }
  .form-control:focus {
    background-color: #FFF;
    border-color: #CCC; }

.container {
  max-width: 1170px; }
  @media screen and (max-width: 575px) {
    .container {
      padding: 10px 15px; } }

/* ===================================== Login Page Design CSS ==================================== */
.bg-img {
  background-image: url(../images/bg.jpg);
  /* Add the blur effect */
  
  /* Full height */
  height: 100%; 
  width: 100%;
  position: absolute;

  opacity: 0.3;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* .form-login-body {
  background-image: url(../images/bg.jpg);
  background-size: cover; 
} */

  @media screen and (max-width: 991px) {
    .form-login-body {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 480px) {
    .form-login-body {
      padding-left: 15px;
      padding-right: 15px; } }
  .form-login-body .login-desk {
    filter: drop-shadow(0 0 13.5px rgba(0, 0, 0, 0.09));
    margin-top: 5%;
    margin-bottom: 5%; }
    .form-login-body .login-desk .detail-box {
      background-color:  rgba(248, 249, 250, 0.96);
      padding: 20px; }
      .form-login-body .login-desk .detail-box .logo {
        width: 130px; }
      .form-login-body .login-desk .detail-box .help {
        width: 450px;
        margin-top: 30px;
        margin-bottom: 50px; }
      .form-login-body .login-desk .detail-box .detailsh {
        text-align: center; }
        .form-login-body .login-desk .detail-box .detailsh h3 {
          font-size: 1.2rem;
          margin-bottom: 15px; }
        .form-login-body .login-desk .detail-box .detailsh p {
          font-size: .8rem; }
    .form-login-body .login-desk .loginform {
      background-color: #ffffff;
      text-align: center;
      color: #FFF;
      padding: 25px; }
      .form-login-body .login-desk .loginform a {
        color: #FFF; }
      .form-login-body .login-desk .loginform h4 {
        color: rgb(0, 0, 0);
        font-size: 1.3rem; }
      .form-login-body .login-desk .loginform p {
        font-size: .8rem;
        margin-bottom: 50px; }
      .form-login-body .login-desk .loginform .login-det .form-row {
        margin-top: 20px; }
        .form-login-body .login-desk .loginform .login-det .form-row label {
          font-size: .85rem; }
      .form-login-body .login-desk .loginform .login-det .input-group .input-group-prepend .input-group-text {
        background-color: #3d46a7;
        color: #ffffffcf;
        border-right: 0px;
        border: 0px; }
      .form-login-body .login-desk .loginform .login-det .input-group .form-control {
        background-color: #3d46a7;
        color: #FFF;
        border-left: 0px;
        border: 0px; }
      .form-login-body .login-desk .loginform .login-det .input-group .form-control:focus {
        border: 1px solid #ced4da; }
      .form-login-body .login-desk .loginform .login-det .btn-danger {
        width: 45%;
        border-radius: 0px;
        background-color: #fa607e;
        border-radius: 50px; }
      .form-login-body .login-desk .loginform .forget {
        text-align: right; }
      .form-login-body .login-desk .loginform .social-link ul {
        float: right;
        margin-top: 30px; }
        .form-login-body .login-desk .loginform .social-link ul li {
          float: left;
          padding: 15px;
          font-size: .9rem; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF !important; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF !important; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF !important; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF !important; }

/* ===================================== Responsive Style CSS ==================================== */
@media screen and (max-width: 991px) {
  .we-are-making .text-part {
    text-align: center; }

  .we-are-making .text-part .count .count-sing {
    margin-bottom: 20px; }

  .headwe-nav .container {
    padding: 10px; }

  header .headwe-nav .nav-div .navbar-nav .nav-item .nav-link {
    padding: 10px;
    border-right: 0px; } }

/*# sourceMappingURL=style.css.map */
