.fa-spin-fast {
    -webkit-animation: fa-spin 1.2s linear infinite;
    animation: fa-spin 1.2s linear infinite;
}

/* heading-bx */
.heading-bx.left .title-head {
    margin-bottom: 10px;
    margin-top: 0;
    line-height: 32px;
    padding-left: 10px;
    border-left: 5px solid #ffc600;
}

.heading-bx.left p {
    max-width: 500px;
    margin-bottom: 0;
}

.title-head span {
    font-weight: 400;
}
/* My Account */
.account-form {
    display: flex;
    width: 100%;
    position: relative;
    min-height: calc(100vh - 40px);
}

.account-head {
    background-image: url(../../assets/images/ap-maintanance-30.jpg) !important;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 1;
    width: 500px;
    min-width: 500px;
    height: inherit;
    background-position: center;
    text-align: center;
    align-items: center;
    display: flex;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .account-head img {
        height: 150px;
    }

    .account-head h3 {
        color: #ffc600;
    }

    .account-head h4 {
        background-color: #ffc600;
        padding: 14px;
        color: #005596 !important;
    }


    .account-head a {
        display: block;
        width: 100%;
    }

    .account-head:after {
        opacity: 0.9;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        background: #044576;
    }

.account-form-inner {
    width: 100%;
    align-self: center;
}

.account-container {
    margin: auto;
    /*padding: 30px 0;*/
    max-width: 478px;
    margin: auto;
    /*padding: 30px 0;*/
    /*border: 1px solid #e4e4e4;*/
    /*padding: 30px;*/
    /*border-radius: 10px;*/
    -webkit-box-shadow: -18px 0px 10px -19px rgba(0,0,0,0.1),18px 0px 10px -19px rgba(0,0,0,0.1);
    /*box-shadow: 0px 24px 25px 19px rgba(0,0,0,0.06);*/
    /*box-shadow: 20px 0 15px -10px rgba(0,0,0,0.06), -20px 0 8px -10px rgba(0,0,0,0.06);*/
    box-shadow: -18px 0px 10px -19px rgba(0,0,0,0.1),18px 0px 10px -19px rgba(0,0,0,0.1);
    background-color: rgba(255, 255, 255, 0.95);
}

.custom-control-label:before {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: 2px solid #ffc600;
    top: 2px;
}

.custom-control-label:after {
    width: 20px;
    height: 20px;
    top: 2px;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ffc600;
}

.account-container .form-forget {
    display: flex;
}

    .account-container .form-forget .custom-control-label {
        font-weight: 400;
    }

.account-container .btn.button-md {
    padding: 12px 40px;
}

.account-container .form-control {
    border-color: rgba(0,0,0,0.2);
}

.account-form .heading-bx p a {
    text-decoration: underline;
    padding-bottom: 0px;
}

span#lbl_Auth_msg {
    font-size: 16px;
    color: red;
    font-weight: bold;
}

.clkble-bhv {
    cursor: pointer;
}

@media only screen and (max-width: 991px) {
    .account-head {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }

        .account-head img {
            height: 85px;
        }

        .account-head h3 {
            font-size: 25px;
        }

    .account-form {
        display: block;
    }

    .account-container {
        /*padding: 50px 20px;*/
        border: none;
    }

    .heading-bx.left .title-head {
        padding-left: 0px;
        border-left: none;
        text-align: center;
    }
}

.footer {
    /*position: absolute;*/
    /*bottom: 0;*/
    width: 100%;
    background-color: #044576;
    color: #fff;
    z-index: 2;
}