
 #main-content {
    
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
     background-image: url('../images/login-background.gif');
     min-height: 100vh !important;

 }

 @media only screen and (max-width: 767px) {
     .hide-on-mobile {
         display: none;
     }
 }

 .container-fluid_1 {
     width: 100% !important;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
 }

 .loginpage {
     width: 40%;
     /*margin: 0 auto;*/
     float: left;
     position: relative;
     margin-top: 20px;
 }

 @media only screen and (max-width: 1200px) {
    .loginpage {
        width: 50%;
        margin: 0 auto;
        padding-top: 10px;
    }
}

 @media only screen and (max-width: 1100px) {
     .loginpage {
         width: 70%;
         margin: 0 auto;
     }
 }

 @media only screen and (max-width: 750px) {
    .loginpage {
        width: 100%;
        margin: 0 auto;
    }
}

 #page-content {
     position: relative;
     margin-top: 7rem;
 }

 @media only screen and (max-width: 1800px) {
     #page-content {
         margin-top: 6rem;
     }
 }

 @media only screen and (max-width: 1400px) {
     #page-content {
         margin-top: 1rem;
     }
 }

 .login-box {
     background: #fff;
     background-size: cover;
     background-position: center;
     padding: 20px 20px;
     margin: 85px auto;
     box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
     border-top: 8px solid #670099;
     border-radius: 10px;
     text-align: left;
     color: black;

     @media (max-width: 1600px) {
         margin: 85px auto;
     }

 }
 .logo {
  font-family: "Script MT";
  font-size: 54px;
  position: sticky;
  top: 0;
  left: 0;
  z-index: 0;
  text-align: left;       
  display: block;         
  width: fit-content; 
 }

 .logo .logo-font {
     color: #3BC3FF;
 }

 @media only screen and (max-width: 767px) {
     .logo {
         font-size: 34px;
     }
 }

 .header-title {
     text-align: center;
     margin-bottom: 50px;
 }

 .login-form {
     max-width: 350px;
     margin: 0 auto;
 }

 .login-form .form-control {
     border-radius: 5px;
     margin-bottom: 20px;
     height: 40px !important;
 }

 /* .login-form  #username{
            margin-bottom: 30px;
        } */

 .login-form .form-group {
     position: relative;
 }

 .login-form .form-group .forgot-password {
     position: absolute;
     bottom: 13px;
     right: 11px;
     font-size: 12px;
     color: #0d6efd;
     text-decoration: none;
     background: #fff;
     padding-left: 5px;
 }

 .logo img {
	width: 250px;
}

 .login-form .btn {
     border-radius: 0;
     -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
     margin-bottom: 0px;
 }

 .login-form .btn.btn-primary {
     background: #670099;
     border: none;
     height: 35px;
     border-radius: 30px;
     width: 26%;
 }

 .login-form .btn.btn-primary:hover {
     background: #a56ddf;

 }

 .heading_text {

     text-align: center;
     margin-bottom: 10px;
     font-weight: 800;
     font-size: 16px;
 }

 #loginbtn {
     margin-top: 10px;
 }

 .newmember {
     font-size: 15px;
 }

 .newmember a {
     text-decoration: none;
 }

 .slider-feature-card {
     background: #fff;
     max-width: 280px;
     margin: 0 auto;
     padding: 30px;
     text-align: center;
     -webkit-box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
     box-shadow: 0 2px 25px -3px rgba(0, 0, 0, 0.1);
 }

 .slider-feature-card img {
     height: 80px;
     margin-top: 30px;
     margin-bottom: 30px;
 }

 .slider-feature-card h3,
 .slider-feature-card p {
     margin-bottom: 30px;
 }

 .carousel-indicators {
     bottom: -50px;
 }

 .carousel-indicators li {
     cursor: pointer;
 }

 #page-a,
 #page-c {
     display: none;
 }

 #page #page-b {
     background-color: #e8ecee !important;
     height: 100%;

     @media (max-height: 900px) {
         height: auto;
     }
 }

 #pass_show {
     position: absolute;
     top: 28%;
     right: 5%;
     cursor: pointer;
 }

 .forgotpassword {
    position: absolute;
    bottom: 130px;
 }

 .form-control:focus {
     box-shadow: none !important;
 }

 .alert.alert-danger {
     text-align: center;
     width: 80%;
     margin: 0 auto 9px;
        padding: 5px;
 }

 @media only screen and (max-width: 1100px) {
     .alert.alert-danger {

         width: 50%;

     }
 }
 #logincaptcha{
    position: relative;
    top: -46px;
    left: 10px;
    color: darkgray;
 }

 #region-main {
    overflow-x: auto;
    overflow-y: visible;
    background-color: transparent !important;
    }
    
    .login-heading{
        color:#fff;
        text-align: center;
    }
    #master-header {
        display:none;
    }
    
    .login-box{ 
     
    margin: 0;
    }
    .signupform {
        max-width: 700px !important;
        margin-left: auto;
        margin-right: auto;
    }
    #notice {
        color: white;
        text-align: center;
        margin-top: 80px;
    }
    .icon{
        font-size :12px !important;
    }
    .mform .col-form-label .form-label-addon{
        margin-top: 5px;
        margin-left:0 !important;
        
    }
    .mform .col-form-label .form-label-addon .align-self-start {
        align-self: auto !important;
    }
    .mform .col-form-label .form-label-addon.align-items-center {
        align-items: baseline !important;
    }
    #theme-main-content {
        h2{
            text-align:center;
            color:white;  
        }
        text-align:center;
        color:white;
    }