
@charset "utf-8";
/* CSS Document */
body {
 font-family: 'Lato', sans-serif;
 position: relative; 
 background: #ffffff;
}

h1,h2,h3,h4,h5,h6,p,ul{
  margin: 0;
  padding: 0;
}
a{
  text-decoration: none;
}
a:hover{
  text-decoration: none;
}
a:focus{
  text-decoration: none;
}
li{
  list-style-type: none;
}
/****************** header *********************/
header {
    padding: 10px 100px;
    background: #4e3892;
    background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
}
.logo{
   float: left; 
}
.logo img {
    width: 120px;
}
.custom-nav ul {
    float: right;
    padding: 20px 0px;
    margin-bottom: 0px;
}
.custom-nav ul li{
   display: inline-block;
   list-style-type: none;
   margin: 0 20px;
}
.custom-nav ul li a{
  color: #f5f5f5;
  font-size: 18px;
  position: relative;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.custom-nav ul li a::after{
  content: '';
  width: 0;
  height: 2px;
  background: #ffe241;
  position: absolute;
  left: 0px;
  bottom: -4px;
  transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.custom-nav ul li a:hover{
  color: #ffe241;
}
.custom-nav ul li a:hover:after{
  width: 100%;
}


/******* banner *******/
section{
  /*padding: 0 50px;*/
  overflow: hidden;
  position: relative;
}
.banner .item{
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important; 
  height: calc(100vh - 100px);
}
.banner-inner {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-inner h1{
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-shadow: 0 5px 8px rgba(0,0,0,0.5);
  line-height: 45px;
}
#banner-slider .owl-prev{
  position: absolute;
    top: 50%;
    left: 0;
}
#banner-slider .owl-next{
  position: absolute;
    top: 50%;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    padding: 0;
    font-size: 30px;
    background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
    color: #fff;
    margin-top: -35px;
    transition: all 300ms linear 0s;
}
#banner-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    width: 50px;
    height: 50px;
    border-radius: 0;
    line-height: 50px;
    padding: 0;
    font-size: 30px;
    background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
    color: #fff;
    margin-top: -35px;
    transition: all 300ms linear 0s;
}
#banner-slider .owl-prev:hover{
    background: linear-gradient(to right, #8566f5 0%, #bfaef9 100%);
}
#banner-slider .owl-next:hover{
    background: linear-gradient(to right, #8566f5 0%, #bfaef9 100%);
}

/********** services ***********/
.services {
   padding: 60px 0px;
   background: #f6f6f6;
}
.comman-header{
  width: 80%;
  margin: 0 auto;
}
.comman-header h1{
  text-align: center;
  font-size: 36px;
  color: #8566f5;
  margin-bottom: 30px;
  font-weight: 700;
}
.services-item{
  padding: 15px;
  /*border: 1px solid #91753e;*/
  text-align: center;
  transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  -moz-transition: all 300ms linear 0s;
  -webkit-transition: all 300ms linear 0s;
}
.service-icon img{
  width: 70px;
}
.service-icon i{
  font-size: 50px;
  color: #8566f5; 
}
.services-item h2 {
    margin: 15px 0;
    color: #333;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 1px;
}
.services-item p {
    font-size: 17px;
    text-align: center;
    color: #333;
    line-height: 25px;
}

/***** NEWS ******/
.news{
  padding-top: 60px;
  padding-bottom: 60px;
}
.news-left{
  width: 50%;
  height: 300px;
  position: relative;
  float: left;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}
.news-left h1{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-weight: 700;
  font-size: 72px;
  letter-spacing: 1.8px;
}

.news-right{
  width: 50%;
  height: 300px;
  float: right;
  position: relative;
}
#news-slider .item{
  height: 300px;
  background: #fff;
}
#news-slider .owl-next{
  position: absolute;
    top: 50%;
    right: -35px;
    width: 70px;
    height: 70px;
    border-radius: 0;
    line-height: 70px;
    padding: 0;
    font-size: 40px;
    background: #b4914e;
    color: #fff;
    margin-top: -35px;
    transition: all 300ms linear 0s;
}
#news-slider .owl-prev {
    position: absolute;
    top: 50%;
    left: -35px;
    width: 70px;
    height: 70px;
    border-radius: 0;
    line-height: 70px;
    padding: 0;
    font-size: 40px;
    background: #b4914e;
    color: #fff;
    margin-top: -35px;
    transition: all 300ms linear 0s;
}
#news-slider .owl-prev:hover{
    background: #91753e;
}
#news-slider .owl-next:hover{
    background: #91753e;
}
.news-banner-inner{
  text-align: center;
  padding: 20px 40px;
  color: #333;
}
.news-banner-inner span{ 
    position: absolute;
    font-size: 230px;
    font-weight: 800;
    left: 40px;
    top: -30px;
    color: #b4914e;
    opacity: 0.1;
    font-family: 'Lato', sans-serif;
}
.news-banner-inner h3 {
    color: #8566f5;
    font-size: 28px;
    font-weight: 600;
    margin: 20px 0;
}
.news-banner-inner h4 {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    margin: 10px 0;
}
.news-banner-inner p {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin: 15px 0;
}
.news-banner-inner h2 {
    padding-bottom: 10px;
    border-bottom: 1px solid #b4914e;
    display: inline-block;
    font-weight: 600;
}


section.ecom-features {
    background: #f5f5f5;
    padding: 60px 0px;
}
/*.ecom-features .comman-header h1{
  color: #f5f5f5;
}*/
.m-hire-item {
    text-align: center;
    background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
    padding: 30px 40px;
    border-radius: 10px;
    border: 1px solid #d5d5d5;
    box-shadow: 0 10px 50px rgb(0 0 0 / 8%), 0 13px 45px rgb(0 0 0 / 8%);
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.m-hire-item h4{
  font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 15px;
    color: #f5f5f5;
}
.m-hire-item img{
  width: 70px;
}

.about-us{
  padding: 60px 0px;
}
.left-about-img img{
  width: 100%;
}
.about-inner{
  padding: 20px 0px;
}
.about-inner p{
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}

.ecom-contact-sec{
  padding: 60px 0px;
}
.ecom-contact-sec form {
    width: 75%;
    margin: 0 auto;
}
.m-common-modal .modal-dialog {
    width: 800px;
}
.m-common-modal form, .ecom-contact-sec form{
  padding: 0px 30px;
}
.m-common-modal form input, .m-common-modal form select, .ecom-contact-sec form input, .ecom-contact-sec form select{
  padding: 10px;
  font-size: 16px;
  line-height: 24px;
  background-color: rgba(0,0,0,.04);
    border-radius: 4px;
    border: 2px solid rgba(0,0,0,0);
    color: #555;
    height: 50px;
    transition: all 300ms ease-in-out 0s;
}
.m-common-modal form input:focus, .ecom-contact-sec form input:focus{
  border-color: #8566f5 ;
  box-shadow: none;
}
.m-common-modal form select:focus, .ecom-contact-sec form select:focus{
  border-color: #8566f5 ;
  box-shadow: none;
}
.m-common-modal form .form-control, .ecom-contact-sec form .form-control {
  box-shadow: none;
}
.m-common-modal form .form-group, .ecom-contact-sec form .form-group{
    margin-bottom: 25px;
}
.m-common-modal h2.modal-title {
    text-align: center;
}
.m-common-modal button.close {
    width: 40px;
    height: 40px;
    font-size: 28px;
    line-height: 40px;
    border-radius: 50px;
}
.m-common-modal .ecom-comman-head h2{
  margin-bottom: 0px;
}
.m-common-modal .modal-header {
    padding: 5px;
}
.check-bx{
  text-align: center;
} 
.check-bx label{
  color: #777;
  font-weight: 400;
}
.check-bx input{
  height: auto !important;
}
.ecom-platform{
  padding: 35px 0px;
  background-attachment: fixed !important;
  background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.ecom-platform .ecom-comman-head h2 span{
  color: #fff;
}
.fea-cta-btn{
  text-align: center;
  margin-top: 15px;
}
.fea-cta-btn a {
    background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
    text-decoration: none;
    font-size: 17px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 20px;
}

/******footer******/
footer{
}
.footer-inner{
  padding: 50px 80px;
  background: linear-gradient(to right, #bfaef9 0%, #8566f5 100%);
}
.footer-address img {
    width: 120px;
    margin-bottom: 15px;
}
.footer-links li{
  margin-bottom: 10px;
}
.footer-links li a {
    color: #f5f5f5;
    font-size: 16px;
}
.social-links li {
  display: inline-block;
  margin: 0 5px;
}
.social-links li a{
  padding: 5px;
  background: #fff;
  color: #333;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border-radius: 5px;
  color: #8566f5; 
  font-size: 16px;
}
.footer-address p{
  color: #f5f5f5;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 10px;
  margin: 
}
footer h3{
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
}
.fatfooter{
  text-align: center;
  padding: 15px 0px;
  color:#ffffff;
}
.fatfooter p{
  font-size: 16px;
}

/*******Dashboard css *******/
.c-dashboard p {
    font-family: arial, sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #444;
}

.c-dashboard a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.c-dashboard .navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.c-dashboard .navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.c-dashboard .line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.c-dashboard i, span {
    display: inline-block;
}
.components li{
    border-bottom: 1px solid #f5f5f5;
}

/**************** sidebar******************/
.c-dashboard .wrapper {
    display: flex;
    align-items: stretch;
    /*height: 100vh;*/
}

.c-dashboard #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #9479f3;
    color: #fff;
    transition: all 0.3s;
}

.c-dashboard #sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
.c-dashboard .sidebar-header h3{
    margin: 10px 0px;
    color: #fff;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
}
.c-dashboard #sidebar.active .sidebar-header h3, #sidebar.active .CTAs {
    display: none;
}

.c-dashboard #sidebar.active .sidebar-header strong {
    display: block;
}

.c-dashboard #sidebar ul li a {
    text-align: left;
}

.c-dashboard #sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

.c-dashboard #sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

.c-dashboard #sidebar.active ul ul a {
    padding: 10px !important;
}

.c-dashboard #sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.c-dashboard #sidebar .sidebar-header {
    padding: 13px 10px;
    background: #7e68cc;
}

.c-dashboard #sidebar .sidebar-header strong {
    display: none;
    font-size: 22px;
}

.c-dashboard #sidebar ul.components {
    padding: 0 0 20px;
   /* border-bottom: 1px solid #47748b;*/
    height: calc(100vh - 73px);
}

.c-dashboard #sidebar ul li a {
    padding: 10px;
    font-size: 15px;
    display: block;
    color: #f5f5f5;
}
.c-dashboard #sidebar ul li a:hover {
    color: #fff;
    background: #7e68cc;
}
.c-dashboard #sidebar ul li a i {
    margin-right: 10px;
}

.c-dashboard #sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #7e68cc;
}


.c-dashboard a[data-toggle="collapse"] {
    position: relative;
}

.c-dashboard a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 15px;
    font-family: 'Glyphicons Halflings';
    font-size: 10px;
    bottom:13px;
}
.c-dashboard a[aria-expanded="true"]::before {
    content: '\e260';
}


.c-dashboard ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #9479f3;
}

.c-dashboard ul.CTAs {
    padding: 20px;
}

.c-dashboard ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

.c-dashboard a.download {
    background: #fff;
    color: #1e2a31;
}

.c-dashboard a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.c-dashboard .components .fa{
    font-size: 18px;
}
.c-dashboard .submnu .fa{
    font-size:16px;
}
.c-dashboard .dashbord-heading .fa{
    font-size: 24px;
}
.c-dashboard .dashbord-heading {
    background: #9479f3;
    border-top: 1px solid #fff;
}

/************** content ******************/ 
.main-content{
    position: relative;
    width:100%;
    background: #f5f5f5;
    color:#444;
}
.content-heading{
  background: #9479f3;
  padding: 10px;

}
.profiler_name{
    font-size: 16px;
    color: #fff;
}
.content-heading .profile-menu{
    float:right;
    text-align: right;
    position: relative;
    margin-right: 15px;
}
.content-heading .profile-menu img{
    width:52px;
    height: 52px;
    border-radius: 50%;
}
.content-heading .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.4);
    z-index: 1;
    right: 0;
    text-align: left;
    border-radius:3px;
}
.dropdown-content i{
    margin-right:10px;
}
.content-heading .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.content-heading .dropdown-content a:hover {
    background: #4776E6;
    background: -webkit-linear-gradient(to right, #8E54E9, #4776E6);
    background: linear-gradient(to right, #8E54E9, #4776E6);
    color:#fff;
}

.content-heading .profile-menu:hover .dropdown-content {
    display: block;
}
.content-heading .profile-menu:hover .dropbtn {
    background-color: #3e8e41;
}

.content-heading .search-box input{
    background: #2b3942;
    border: none;
    color: #c2cbce;
    padding-left: 20px;
    height: 40px;
    width:550px;
}
.content-heading .search-box span .fa{
    position: absolute;
    color:#c2cbce;
    right: 20px;
    top:12px;
}
.clearfix{
    clear:both;
}
.detail_sec{

}
.u_details{
    position: relative;
    text-align: center;
     padding:20px 0px;  
}
.u_details span{
    transition: all 300ms ease-in-out 0s;
}
.u_details i{
    height:100px;
    width:100px;
    border-radius:50%;
    font-size: 50px;
    line-height: 100px;
    background: #f5f5f5;
    transition: all 0.5s linear;
}
.u_details i:hover{
    background: #4776E6;
    background: -webkit-linear-gradient(to right, #d912ea, #344FE3);
    background: linear-gradient(to right,#d912ea, #344FE3);
    color:#fff;
}
.detail_sec .even{
    background: #fff;
}
.detail_sec .odd{
    background: #eee;
}
.u_details h3{
    font-size: 18px;
    color:#999;
    transition: all 0.3s linear;
}
.u_details h3:hover{
    color: #f1f1f1;
}
.u_details h5{
    color:#999;
}

.c_count{
    position: absolute;
    top: 0;
    right: -15px;
}
.c_count span{
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 24px;
    text-align: center;
    background: #ccc;
    color:#333;
}
.u_details a{
    transition: all 0.3s linear;
}
.u_details a:hover{
    color: #f1f1f1;
}

/************** inner page *************/

.head_breadcrumb ul.breadcrumb {
    padding: 13px 20px;
    list-style: none;
    background: #7e68cc;
    /*border-left: 1px solid #f5f5f5;*/
    border-bottom: 1px solid #f5f5f5;
    border-radius:0px;
}
.head_breadcrumb ul.breadcrumb li {
    display: inline;
    font-size: 15px;
}
.head_breadcrumb ul.breadcrumb li+li:before {
    padding: 8px;
    color: #fff;
    content: "/\00a0";
}
.head_breadcrumb ul.breadcrumb li a {
    color: #eee;
    text-decoration: none;
}
.head_breadcrumb ul.breadcrumb li a:hover {
    color: #fff;
    text-decoration: underline;
}
.main-table{
    border:1px solid #555;
    border-radius: 0px;
    overflow: hidden;
}
.table-heading{
    background: #9479f3;
    padding: 8px 20px;
    color: #fff;
}
.table-heading h3{
    margin: 0px;
}
.search-table{
    padding: 15px;
}
.search-table button{
    background: #9479f3;
    border:none;
    color: #fff;
    padding:7px 25px;
    border-radius: 5px;
    margin: 5px;
}
.table-search-box{
    text-align: right;
}
.table-search-box input{
    background: #fff;
    border: none;
    border: 1px solid #999;
    height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
}
.table-select-box select{
    background: #fff;
    border: none;
    border: 1px solid #999;
    height: 30px;
    border-radius: 5px;
    padding: 0px 15px;
}
.select-search-rw{
    margin:15px 0px;
}
.record-table{
    margin:15px;
}
.show-record .main-pag{
    text-align: right;
}
.show-record .pagination a {
    color: #555;
    float: left;
    padding: 7px 15px;
    border:1px solid #555;
    text-decoration: none;
    transition: background-color .3s;
}
.show-record .pagination a:hover{
     background: #7e68cc;
     color:#fff;
}
.show-record .pagination{
    margin: 0px;
}

.show-record .pagination a.active {
    background: #7e68cc;
    color: #fff;
}
.user-form input{
    background: #fff;
    border: 1px solid #999;
    color:  #444;
}
.user-form input:focus{
    box-shadow: none;
    border: 1px solid #444;
}
.user-form select{
    background: #fff;
    border: 1px solid #999;
    color:  #444;
}
.user-form select:focus{
    box-shadow: none;
    border: 1px solid #444;
}
.user-form form {
    /*width: 70%;*/
}
.user-form .selectpicker:focus{
    background: #303e46;
}
.add_btn{
    margin-bottom: 10px;
}
.main-content .container-fluid {
    width: 100%;
}
.user-form .form-group{
    margin-bottom: 25px;
}
.main-content .map{
    margin:25px 0px;
}

.chart{
    margin-top:25px;
}
.btn-info{
    background: #7e68cc;
    color: #fff;
}
.btn-info:hover{
    color: #f5f5f5;
}
.btn-info:hover{
    background: #62529c;
    color: #f5f5f5;
}
.content-heading .btn-info:focus {
    color: #f5f5f5;
    background: #62529c;
}
.search-table.table-bordered {
    border: 1px solid #999;
}
.search-table .table-bordered > thead > tr > th,td {
    border: 1px solid #ccc;
}
.sidebar-header strong i{
    color: #ccc;
}
/************data table**********/
.user_data_table{
    font-size: 14px;
    border: 1px solid #999;
}
.user_data_table .ud_table{
    padding: 20px 30px;
}
.user_data_table .table_heading h3{
    color: #999;
    background: #303e46;
    padding: 15px;
    margin:0px;
}
.user_data_table .control-label{
    text-align: left;
    color: #999;
}
.user_data_table .u_detail{
    padding-top: 7px;
    color: #999;
}
.user_data_table .form-group{
    border-bottom:1px solid #999;
    padding-bottom:4px;
}
.main-table .login-page{
    /*padding: 40px 0px 20px;*/
    padding: 10px;
    overflow-x: scroll;
}
.main-table .register-page {
    padding: 20px 0px;
}

/************** login form ************/

.login{
    padding-bottom: 40px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    min-height: 100vh;
    font-size: 15px;
    position: relative;
}
.form-login{
    margin: auto;
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    box-shadow: 0 3px 5px 0 rgba(0,0,0,0.2);
    padding: 25px;
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
    color:#f1f1f1;
}
.form-login input{
    background: rgba(0,0,0,0.5);
    color:#fff;
    border-radius: 5px;
    height: 35px;
    border: 1px solid #999;
}
.form-login input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #f1f1f1;
}
.form-login label{
    color:#f5f5f5;
    font-weight: normal;
}
.form-login button{
    border: none;
    background: #9479f3;
    color:#f1f1f1;
    height: 35px;
    padding: 4px 30px;
    border-radius: 5px;
    transition: all 0.3s linear;
    width: 100%;
}
.form-login button:hover, .form-login button:focus{
    background: #7e68cc;
}

.pin-btn {
border: none;
    background: #9479f3;
    color:#f1f1f1 !important;
    height: 35px !important;
    padding: 4px 30px;
	line-height: 25px !important;
    border-radius: 5px;
    transition: all 0.3s linear;
    width: 100%;
	}
	
.pin-btn:hover, .pin-btn:focus{
    background: #7e68cc;
}

.form-login .logo{
    text-align: center;
    color:#fff;
    margin-bottom: 30px;
}
.login-heading h3{
    text-align: center;
    color: #999;
}
.form-login a{
    color: #999;
    height: 35px;
    line-height: 35px;
    transition: all 0.3s linear;
}
.form-login a:hover{
    color: #f2f2f2;
}
.sidebar-header img{
    width: 100%;
}

.pin-sec {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}
.pin-sec h3{
  font-size: 24px;
  margin-bottom: 15px;
}
.pin-sec input {
    height: 50px;
    width: 50px;
    border: 2px solid #8566f5;
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
}

.notification {
    color: #fff;
    top: 15px;
    margin-top: 10px;
    margin-right: 20px;
    font-size: 20px;
	}

.invalid-feedback{
    font-size: 13px !important;
    color: #ff0000;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.invalid-feedback strong {
    margin: 5px;
}

.btn {
    background: #9479f3;
    border: none;
    color: #fff !important;
    padding: 7px 25px;
    border-radius: 5px;
    margin: 5px;
}
.btn_success {
    background: #28a745;
    border: none;
    color: #fff !important;
    padding: 9px 25px;
    border-radius: 5px;
    margin: 5px;
    display: inline-block;
}

.missing_logout{
    color: #ff0000;
    font-weight: 600;
}