﻿body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    background: #f8f9fa;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/* input,
select,
textarea {
    max-width: 280px;
}*/

@media (min-width: 992px) {
    .MainContent {
        background: #fff;
        margin-top: 20px;
        padding-bottom: 20px;
        border: 1px solid #DFDFDF;
    }
}

#mainContainer {
    height: 100vh;
}


.MainContent {
    margin-bottom: 30px;
    overflow: hidden;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -60px;
}

header {
    margin: 0;
    padding: 15px 15px;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    min-height: 70px;
}

.header-navbar header {
    display: flex;
}

.logo {
    margin: 0 15px 0 0;
    width: 150px;
}

    .logo img {
        max-width: 100%;
        max-height: 40px;
        display: block;
    }





input:required:valid, select:required:valid, .valid {
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}


.loginButton {
    border-radius: 3px;
    border: none;
    background: #0D587F;
    background-image: linear-gradient(#1681AF, #157EAC 25%, #0D587F);
    color: white;
    height: 30px;
}

.arrow {
    position: absolute;
    left: -25px;
}



#siteContentContainer {
    position: relative;
}

h1 {
    font-size: 24px;
    padding: 5px 0 24px 0;
    margin: 0;
}

.text-muted {
    color: #777;
}

.loginHeader {
    color: #0072AE;
    font-size: 24px;
    font-weight: bold;
    padding-top: 6px;
    padding-bottom: 10px;
}

footer {
    padding: 15px;
    background-color: #fff;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    clear: both;
}

    footer p {
        font-size: 14px;
        margin: 0;
        color: #202124;
    }

        footer p a {
            text-decoration: none;
        }


a {
    cursor: pointer;
    text-decoration: none;
}

a {
    color: #1a0dab;
    cursor: pointer;
    text-decoration: none;
}


.powered-by {
    margin: 0;
}

.connect-explore {
    margin: 0;
}

    .connect-explore ul {
        margin: 0;
        padding: 0;
    }

        .connect-explore ul li {
            margin: 0;
            padding: 0;
        }

.social-media {
    margin: 0;
    display: flex;
    align-items: center;
}

    .social-media a i {
        margin: 0;
        padding: 0;
        font-size: 20px;
    }

    .social-media a {
        margin: 0 0 0 10px;
    }

        .social-media a.twitter {
            color: #1DA1F2;
        }

.error {
    color: red;
}

/* Start Login API Screen Css for loader */


.spanner {
    position: absolute;
    top: 30%;
    left: 0;
    background: #2a2a2a55;
    width: 100%;
    display: block;
    text-align: center;
    height: 550px;
    color: #FFF;
    transform: translateY(-50%);
    z-index: 1000;
    visibility: hidden;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    visibility: hidden;
}

.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #ffffff;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

.spanner p {
    font-size: 18px;
}

.show {
    visibility: visible;
}

.spanner, .overlay {
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.spanner.show, .overlay.show {
opacity: 1
}


@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

/* End Login API Screen Css for loader*/


@media only screen and (max-width: 767px) {
    .body {
        padding-bottom: 80 px;
    }
}


@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        width: 990px;
    }
}

@media only screen and (max-width: 767px) {
    .wrapper {
        margin-bottom: -85px;
    }
}

@media only screen and (max-width: 1024px) {
    header {
        box-shadow: 0 1px 4px -1px rgb(0 0 0 / 15%);
    }
}

@media only screen and (max-width: 767px) {

    footer {
        flex-wrap: wrap;
        padding-top: 15 px;
        padding-bottom: 10 px;
    }
}

@media only screen and (max-width: 767px) {
    .powered-by {
        margin-bottom: 10 px;
        flex: 0 0 100%;
    }
}

@media only screen and (max-width: 767px) {
    .social-media a {
        margin: 0 10 px;
    }
}
