﻿.login {
    height: 100%;
    transition: opacity .1s,-webkit-transform .3s cubic-bezier(.17,-.65,.665,1.25);
    transition: opacity .1s,transform .3s cubic-bezier(.17,-.65,.665,1.25);
    transition: opacity .1s,transform .3s cubic-bezier(.17,-.65,.665,1.25),-webkit-transform .3s cubic-bezier(.17,-.65,.665,1.25);
    -webkit-transform: scale(1);
    transform: scale(1);
    /*padding: 30px 20px 10px;*/
}

.divLoginInputBox {
    float: none;
}

.inlinep {
    display: inline;
}

.footertext {
    font-size: 12px;
    color: #a9a9a9;
    margin-bottom: 2px;
    padding-right: 3px;
}

.txtInput {
    background-color: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    border-bottom: 1px solid #15b8db !important;
    font-size: 30px !important;
}

.setpad {
    margin: 0 5px 5px !important;
}

.UserLogin {
    position: relative;
    padding-left: 55%;
    height: 100%;
}

.UserLoginWrapper {
    padding-top: 20px;
}

.UserLogin .login-box {
    color: #384751;
}

.UserLogin .box-body {
    padding-left: 60px;
    padding-right: 60px;
    position: relative;
}

.UserLogin .form-control {
    border-right: 0;
    border-left: 0;
    border-top: 1px;
    border-radius: 0;
}

.ForgotPassword {
    padding-top: 10px;
}

.UserLogin .logo {
    margin-bottom: 35px;
}

.registration-box {
    padding-right: 40px;
}

    .registration-box .heading {
        color: #384751;
        font-size: 30px;
        font-weight: 500;
    }

        .registration-box .heading p {
            color: #1299d2;
            font-size: 14px;
            font-weight: 400;
        }

.form-action .btn-register {
    font-size: 20px;
    font-weight: 500;
}

.Recaptcha {
    margin-top: 20px;
    margin-bottom: 20px;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: -15px;
        margin-left: -15px;
    }

.ficon {
    font-size: 17px;
    padding-top: 5px;
}

@media screen and (max-width:681px) {
    .divLoginInputBox {
        padding: 0;
        width: 100%;
        float: none;
    }

    .UserLogin {
        position: relative;
        padding-left: 5%;
        height: 100%;
    }

    .UserLoginWrapper {
        padding-top: 0;
    }

    .txtInput {
        font-size: 24px !important;
    }
}

@media (min-width:768px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }

    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.btn-group-vertical > .btn-group:after, .btn-group-vertical > .btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}


.custom-column {
    /*padding: 0 20px 0 20px;*/
    height: 550px;
    background-color: white;
    border: 1px solid #ddd;
   
}
.custom-column-compressed {
    /*padding: 0 20px 0 20px;*/
    height: 550px;
    background-color: #F8F8F8;
     background-image: linear-gradient(to bottom, #a9a9a9 0%, transparent 100%); /* Gradient from top to bottom */
    background-size: 100% 2px; /* Adjust the height (5px) as needed */
    background-repeat: no-repeat;
}

.custom-column-compressed-ext2{
    height: 560px;
    background-color: #F8F8F8;
     background-image: linear-gradient(to bottom, #a9a9a9 0%, transparent 100%); /* Gradient from top to bottom */
    background-size: 100% 2px; /* Adjust the height (5px) as needed */
    background-repeat: no-repeat;
}
.custom-border{
 background-image: linear-gradient(to bottom, #a9a9a9 0%, transparent 100%); /* Gradient from top to bottom */
    background-size: 100% 5px; /* Adjust the height (5px) as needed */
    background-repeat: no-repeat;
}

#description {
    display: none;
   
}

.hideDetails{
    color:black;
    float:right;
}
.custom-column-code {
    padding: 20px;
    height: 350px;
    background-color: white;
    border: 1px solid #ddd;
   
}
.login-box{
    width:100%;
}

.center-container{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.form-group{
    margin-bottom:10px;
}
.equal-height-row{
    display: flex;
    align-items: stretch;
    margin-left:0!important;
    margin-right:0 !important;
}

.row.equal-height-row {
    display: flex;
    align-items: stretch;
}

.custom-column {
    flex: 1;
    /* Other styles */
}

/* Media query for small screens */

@media (max-width: 1600px){
.custom-column {
    height: 635px;
        
}


.custom-column-compressed{
    height:635px;
}
.copyright{
    margin-top:30px;

}
.hidden-details{
    margin-top:30px;
    font-size:30px;
    margin-bottom:30px;
}
.no-account{
    margin-top:20px;
     
    font-size:20px;
}
}

@media (max-width: 1536px){
.custom-column {
    height: 660px;
     /*height: 740px;*/
        
}
.custom-column-compressed{
    height:660px;
}
.copyright{
    margin-top:30px;
}
.hidden-details{
    margin-top:30px;
    font-size:30px;
    margin-bottom:30px;
}
.no-account{
    margin-top:20px;
    font-size:16px;
}
.heading{
    font-size:40px !important;
}
.highlighted-text{
    font-size:50px !important;
}
.h-text{
font-size:50px !important;
}

}

@media (max-width: 1440px){
.space-col{
    font-size:12px;
}
}
@media (max-width: 1380px){
.space-col{
    font-size:12px;
    width:105%  !important;
}
}
@media (max-width: 1364px){
.custom-column {
    height: 569px;
        
}

.custom-column-compressed{
    height:569px;
}
.copyright{
    margin-top:0 !important;
}
.hidden-details {
    font-size: 22px !important;
    margin-bottom: 20px !important;
}
.no-account{
    margin-top:0 !important;
    font-size:12px;
}
.copyright{
    margin-top:30px !important;
}
}

@media (max-width: 1280px){
.custom-column {
    height: 550px;
        
}
.forgot-password{
    height:700px !important;
}
.back-to-login{
    margin-top:50px !important;
}
.custom-font{
    font-size:12px !important;
}
.cheader-height{
    line-height:1.0 !important;
}
.custom-column-compressed{
    height:550px;
}
.copyright{
    padding-top:10px;
}
.hidden-details {
    font-size: 22px !important;
    margin-bottom: 0 !important;
}
.no-account{
    margin-top:0 !important;
    font-size:14px;
}
.copyright{
    margin-top:10px !important;
}
.text-hidden{
       display:block !important;
   }
}
@media (max-width: 1300px){
.space-col{
    font-size:12px;
    width:105%  !important;
}
.text-hidden{
    display: block !important;
}
.btn-med{
    width:70% !important;
}
}
@media (max-width: 1210px) {
    .space-col {
        font-size: 12px;
    }
}
@media (max-width: 1200px){
.space-col{
    font-size:12px;
    width:105%  !important;
}
}
@media (max-width: 1099px) {
   .text-hidden{
       display:block !important;
   }
}
@media (max-width: 1090px) {
    .space-col {
        font-size: 12px;
    }
    .custom-column{
         height: 550px;
    }
    .custom-column-compressed{
        height: 550px;
    }
}

@media (max-width: 1050px) {
    .space-col {
        font-size: 12px;
    }
    .custom-column{
         height: 550px;
    }
    .custom-column-compressed{
        height: 550px;
    }
    .text-hidden{
        display:block !important;
    }
}

@media (max-width: 1024px) {
    .space-col {
        font-size: 12px;
    }
    .custom-column{
         height: 550px;
    }
    .custom-column-compressed{
        height: 550px;
    }
}

@media (max-width: 992px){
    .center-container{
        margin-top:50px;
      position: absolute;
      top: 0%;
      left:0%;
      transform: none;
      width:330px;
     
}
    .heading{
        margin-left:0 !important;
        font-size:40px !important;
    }
    .highlighted-text{
        font-size:50px !important;
    }
    .aku-link{
       
        font-size:18px !important;
    }
    .copyright{
        font-size:12px !important;
    }
   
}

@media (max-width: 780px) {
    .custom-column-code {
        height: 400px;
    }
}

@media (max-width: 1228px) {
    .custom-column-code {
        height: 700px;
    }
   
}

@media (max-width: 540px) {
.custom-column {
    height: 730px;
    text-align: justify;
}
       

        
    }

@media (max-width: 420px) {
.custom-column {
height: 30%;
text-align: justify;
}

.custom-column-compressed{
height:650px !important;
}
.pakistan{
padding-left:15px !important;
padding-bottom:5px;
}

.nairobi{
padding-right:15px !important;

}
}

@media (max-width: 400px) {
    .custom-column-compressed{
            height:650px !important;
        }
    .custom-column {
        height: 30%;
        text-align: justify;
    }
        
}

@media (max-width: 380px) {
    .custom-column-compressed{
            height:670px !important;
        }
    .custom-column {
        height: 20%;
        text-align: justify;
    }
        
}

@media (max-width: 360px) {
            
    .custom-column-compressed{
        height:650px !important;
    }
    .custom-column {
        height: 100%;
        text-align: justify;
    }
           
}

        /**/
@media (max-width: 700px) {
    .custom-column-compressed {
        height: 600px;
    }
           
}

@media (max-width: 540px) {
    .custom-column{
        height:30% !important;
    }

    .custom-column-compressed {
        height: 650px;
    }
    .pakistan{
        padding-left:15px !important;
        padding-bottom:5px;
    }

    .nairobi{
        padding-right:15px;

    }
 
}

@media (max-width: 420px) {
    .custom-column-compressed-ext2 {
        height: 650px;
        width:390px !important;
    }
    .custom-column-compressed-ext2.pakistan{
        margin-left:15px;
        margin-bottom:5px;
    }

    .custom-column-compressed-ext2.nairobi{
        margin-right:15px;

    }
}

@media (max-width: 400px) {
    .custom-column-compressed {
        height: 650px;
    }
}

@media (max-width: 380px) {
           
        .custom-column-compressed-ext2 {
        height: 680px !important;
        width: 350px !important;
    }
}
   
@media (max-width: 360px) {
    .custom-column-compressed-ext2 {
        height: 700px !important;
        width:340px !important;
    }

        .custom-column-compressed-ext2 .heading {
            margin-left: 20px !important;
            font-size: 40px !important;
        }

        .custom-column-compressed-ext2 .noaccount {
            /*margin-left: 20px !important;*/
            font-size: 10px !important;
            text-align: center !important;
        }
        .custom-column-compressed-ext2.pakistan{
        margin-left:15px;
        margin-bottom:5px;
     
    }

    .custom-column-compressed-ext2.nairobi{
        margin-right:15px;

    }
}

@media (max-width: 320px) {

    .custom-column-compressed-ext2 {
        height: 650px !important;
        width:300px !important;
    }

        .custom-column-compressed-ext2 .heading {
            margin-left: 0 !important;
            font-size: 40px !important;

        }

        .custom-column-compressed-ext2 .noaccount {
            /*margin-left: 20px !important;*/
            font-size: 10px !important;
            text-align: center !important;
        }
        .custom-column-compressed-ext2 .pakistan{
        margin-left:15px;
        margin-bottom:5px;
    }

    .custom-column-compressed-ext2.nairobi{
        margin-right:15px;

    }
}

@media (max-width: 260px) {
    .custom-column-compressed-ext2 {
        height: 720px;
    }

    .custom-column-compressed-ext2.pakistan{
        margin-left:15px;
        margin-bottom:5px;
    }

    .custom-column-compressed-ext2.nairobi{
        margin-right:15px;

    }
}
    