/**{outline: 1px solid red;}*/

body {
    background: #f2f2f2 !important;
}

#logo-section .logo {
    position: relative;
}

#logo-section .logo img {
    /* position: absolute; */
    max-width: 65px;
    max-height: 100%;
    /*top: -6px;*/
    /*left: 665px;*/
}

.logo h1 {
    display: inline-block;
}

.logo span {
    display: block;
    margin-top: -28px;
}

.copyright .Copyright-Name {
    color: #fff !important;
    font-size: 25px;
    font-weight: bold;
}

#transparent {
    background-color: transparent;
}

.transparent {
    zoom: 1.2;
    filter: alpha(opacity=20);
    opacity: 0.5;
}

/*.shadow{*/
/*    box-shadow: 0 0 10px 1px #000 !important;*/
/*}*/


.home-slider .carousel-indicators .active {
    background-color: rgba(76, 175, 80, 0.67);
}


.Login {
    font-weight: 400;
    position: relative;
    margin: 150px auto;
    padding: 24px 10px 22px;
    overflow: hidden;
    border-radius: 0.5em;
    border: 2px solid #122345;
    /*
    box-shadow: inset 0 0 10px 0px rgba(76, 175, 80, 0.67),
                0 0 19px 7px rgba(76, 175, 80, 0.27);
                */
}

.Login label {
    float: left;
    padding-top: 9px;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    /*text-shadow: 0 1px 0 #000;*/
    /*text-indent: 10px; */
    font-weight: 700;
    cursor: pointer;
}

.Login input {
    float: left;
    padding: 15px 10px;
    margin-bottom: 9px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #4CAF50;
    box-shadow: 0 0 7px #4CAF50;
    border-radius: 8px;

    /* Font styles */
    color: #fff;
    background: transparent;
}

.Login input:hover,
.Login label:hover ~ input {
    background: transparent;
}

.Login input[id="password"] {
    margin-bottom: 0;
}

.Login input:focus {
    box-shadow: inset 0 0 2px #000;
    background: rgba(76, 175, 80, 0.19);
    border: 1px solid #4CAF50;
    box-shadow: 0 0 7px #4CAF50;
    outline: none; /* Remove Chrome outline */
    /*background: transparent;*/
}

/*.Login p:nth-child(3),*/
/*.Login p:nth-child(4) {*/
/*float: left;*/
/*width: 50%;*/
/*}*/

.Login .label-remember {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 400;
    letter-spacing: 0px;
    text-indent: 2px;
    padding: 10px;
    margin-left: 15px;
}

.Login .checkbox {
    margin-top: 0;
}

/*.Login input[type=checkbox] {*/
/*margin-left: 10px;*/
/*vertical-align: middle;*/
/*}*/

.Login input[type=submit] {
    /* Width and position */
    width: 100%;
    padding: 8px 5px;

    /* Styles */
    border: 1px solid #0273dd; /* Fallback */
    border: 1px solid rgba(0, 0, 0, 0.4);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3),
    inset 0 10px 10px rgba(255, 255, 255, 0.1);
    border-radius: 3px;
    background: #38a6f0;
    cursor: pointer;

    /* Font styles */
    font-family: 'Ubuntu', 'Lato', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 15px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.8);
}

.Login input[type=submit]:hover {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.Login input[type=submit]:active {
    background: #287db5;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.6);
    border-color: #000; /* Fallback */
    border-color: rgba(0, 0, 0, 0.9);
}

.no-boxshadow .Login input[type=submit]:hover {
    background: #2a92d8;
}

.Login:after {
    /* Size and position */
    content: "";
    height: 1px;
    width: 33%;
    position: absolute;
    left: 20%;
    top: 0;

    /* Styles */
    background: -moz-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -ms-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -o-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), color-stop(0.25, #444), color-stop(0.5, #b6b6b8), color-stop(0.75, #444), to(transparent));
    background: -webkit-linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
    background: linear-gradient(left, transparent, #444, #b6b6b8, #444, transparent);
}

.Login:before {
    /* Size and position */
    content: "";
    width: 8px;
    height: 5px;
    position: absolute;
    left: 34%;
    top: -7px;

    /* Styles */
    border-radius: 50%;
    box-shadow: 0 0 6px 4px #fff;
}

.Login .first-div:before {
    /* Size and position */
    content: "";
    width: 280px;
    height: 139px;
    position: absolute;
    top: 0;
    left: 38px;

    /* Styles */
    -webkit-transform: rotate(75deg);
    -moz-transform: rotate(75deg);
    -ms-transform: rotate(75deg);
    -o-transform: rotate(75deg);
    transform: rotate(75deg);
    background: -moz-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -ms-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: -webkit-linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    background: linear-gradient(50deg, rgba(255, 255, 255, 0.15), rgba(0, 0, 0, 0));
    pointer-events: none;
}

.no-pointerevents .Login div:nth-child(1):before {
    display: none;
}

.menu-item:hover {
    box-shadow: inset 0 0 0px 5px rgba(255, 255, 255, 0.70);
}

.menu-item.disabled:hover {
    box-shadow: none;
    cursor: not-allowed;
}

.menu-item.disabled:hover a {
    animation: none;
    -webkit-animation: none;
    animation-duration: 0ms;
    -webkit-animation-duration: 0ms;
}

.menu-item.disabled {
    filter: alpha(opacity=55);
    opacity: .55;
}

a.disabled {
    pointer-events: none;
}

a.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.spinner {
    margin: 100px auto;
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px;
}

.spinner > div {
    background-color: #34495e;
    height: 100%;
    width: 6px;
    display: inline-block;

    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

.spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4)
    }
    20% {
        -webkit-transform: scaleY(1.0)
    }
}

/*from user master*/
