﻿
/*****Index*****/
.style-ea {
    background-image: url('../../../../Content/images/headers/index.jpg');
    /*background-image: url('../../Content/images/headers/index.jpg');*/
    height: 100vh;
}

.style-eb {
    margin-left: 700px !important;
}
/************About*****************/
.style-do {
    background-image: url('../../../../Content/images/headers/about.jpg');
    background-position: 50% 0% !important;
}

.style-dp {
    padding-top: 58px !important;
}
/************contact*****************/
.style-dq {
    background-image: url('../../../../Content/images/headers/contact.jpg');
}

/************login*****************/
.popup {
    display: none;
}

.style-cd {
    background-image: url(../../../../Content/images/headers/signup-login.jpg);
    height: 100vh;
}

.style-ca {
    color: #000000 !important;
    font-size: 17px !important;
}

.style-cb {
    color: #000000 !important;
}

.line {
    line-height: 2px !important;
}

.style-cc {
    color: black !important;
    line-height: 2px !important;
}

/************Forgot password*****************/
.style-da {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}

.style-db {
    margin-left: 40px !important;
}
/************Forgot password Confirm*****************/
.style-dc {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}
/************Reset password*****************/
.style-dd {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}

.style-de {
    color: #ffffff !important;
}
/************Reset password Confirm*****************/
.style-dm {
    font-size: 16px !important;
    color: #ffffff !important;
}

.style-dn {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}
/************Activation Confirm*****************/
.style-di {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}

.style-df {
    font-size: 16px !important;
    color: #ffffff !important;
}

.style-dg {
    margin-top: -170px !important;
}

.style-dh {
    color: black;
}
/************Activation Failed*****************/
.style-dj {
    margin-top: -170px !important;
}

.style-dk {
    font-size: 16px !important;
    color: #ffffff !important;
}

.style-dl {
    background-image: url('../../../../Content/images/headers/signup-login.jpg');
}
/************Customer Register*****************/
.style-aa {
    background-image: url('../../../../Content/images/headers/signup-login.jpg') !important;
    height: 135vh;
}

/* Center the loader */
.logo_div{
     position: absolute;
    left: 50vw;
    top: 50vh;
}
#logo_one {
    position: absolute;
    left: 50.8%;
    top: 49.1%;
    color: #FF5C00;
    z-index: 21474836475;
    margin: -36px 0 0 -5px;
    font-weight:500;
    /*font-weight: bold;*/
    font-size: 40px;
}

#loader {
    position: absolute;
    /*left: 50%;
    top: 50%;*/
    z-index: 1;
    margin: -29px 0 0 -15px;
    border: 2px solid #20B9EB;
    border-radius: 50%;
    border-top: 2px solid #f3f3f3;
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#indexloader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    margin: -25px 0 0 -25px;
    border: 2px solid #20B9EB;
    border-radius: 50%;
    border-top: 2px solid #f3f3f3;
    width: 45px;
    height: 45px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
