*, ::after, ::before {
    box-sizing: border-box;

}

body{

  font-family: 'Poppins', Sans-serif;

    margin: 0 auto;
    float: none;
}

/*.inner-wrap{
    max-width: 90%;
    vertical-align: baseline;
    margin: 0 auto;
    float: none;
}*/
.container{
    width: 100%;
    height: 100%;
    max-width: 1340px;
    padding: 0;
    margin: 0 auto;
}

.container-2 {
    background-color: #F7F7F7;
    /*margin-top: 30px;*/
    height: 100vh;
}

.login-form{
    padding-top: 50px;
    padding-bottom: 50px;
    width: 400px;
 margin: 0 auto;

}

.form-logo{
    max-width: 323px; width: auto;
      vertical-align: middle; margin-bottom: 20px; display: block; margin-left: auto; margin-right: auto
}


.form-control, .login-btn {
border-radius: 2px;
}
.input-group-prepend .fa {
font-size: 18px;
}
.login-btn {
font-size: 12px;
font-weight: 500;
  min-height: 40px;
  background: #6A2B8E;
}

.login-btn:hover {
background: #FCAF3B;
}

.social-btn .btn {
border: none;
margin: 10px 3px 0;
opacity: 1;
}
.social-btn .btn:hover {
opacity: 0.9;
}
.social-btn .btn-secondary, .social-btn .btn-secondary:active {
background: #507cc0 !important;
}
.social-btn .btn-info, .social-btn .btn-info:active {
background: #64ccf1 !important;
}
.social-btn .btn-danger, .social-btn .btn-danger:active {
background: #df4930 !important;
}
.or-seperator {
margin-top: 20px;
text-align: center;
border-top: 1px solid #ccc;
}
.or-seperator i {
padding: 0 10px;
background: #f7f7f7;
position: relative;
top: -11px;
z-index: 1;
}
.navbar-nav .nav-link{
font-family: 'Poppins', sans-serif;
font-weight: normal;
display: block;
font-size: 13px;
line-height: 97px;
color: #555 !important;
padding: 0 15px !important;
letter-spacing: 0.6px;
  }

.navbar-nav .nav-link:hover{
color: #BA71E4 !important ;
}

.navbar{
  width: 100%;
  max-width: 90%;
  position: relative;
  margin: 0 auto;
  margin-top: -11px;
  padding: 0;
  border: 0;
  outline: 0;
  background-color: #fff;
  z-index: 100;
}
.wrapper{
    width: auto;
    padding-right: 100px;
    padding-left: 100px;
    margin-top: 1vw;
}
@media(max-width: 991px)
    {
      .wrapper{
        width: 100%;
        padding: 15px;

      }
    }
    .btn{
        color: white;
    }




h2:after{
display: inline-block;
margin: 0 0 8px 20px;
height: 3px;
content: " ";
text-shadow: none;
background: linear-gradient(to right, #7e7e7e 0%, #fff 100%);
width: 20%;
}

h2:before{
display: inline-block;
margin: 0 20px 8px 0;
height: 3px;
content: " ";
text-shadow: none;
background: linear-gradient(to left, #7e7e7e 0%, #fff 100%);
width: 20%;
}


.form-control, .login-btn {
border-radius: 2px;
}
.input-group-prepend .fa {
font-size: 18px;
}
.login-btn {
font-size: 20px;
font-weight: 500;
  min-height: 40px;
  background: #6A2B8E;
}
.social-btn .btn {
border: none;
margin: 10px 3px 0;
opacity: 1;
}
.social-btn .btn:hover {
opacity: 0.9;
}
.social-btn .btn-secondary, .social-btn .btn-secondary:active {
background: #507cc0 !important;
}
.social-btn .btn-info, .social-btn .btn-info:active {
background: #64ccf1 !important;
}
.social-btn .btn-danger, .social-btn .btn-danger:active {
background: #df4930 !important;
}
.or-seperator {
margin-top: 20px;
text-align: center;
border-top: 1px solid #ccc;
}
.or-seperator i {
padding: 0 10px;
background: #f7f7f7;
position: relative;
top: -11px;
z-index: 1;
}

button:disabled {
cursor: not-allowed;
pointer-events: all !important;
color: black;
}

