﻿html, body {
    /*background: #4066a9;*/
    height: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
    background-image: url(../images/bg-pattern.svg),radial-gradient(farthest-side ellipse at 10% 0, #36558c 20%, #4066a9);
    background-image: url(../images/bg-pattern.svg),-webkit-radial-gradient(10% 0, farthest-side ellipse, #36558c 20%, #4066a9);
    background-image: url(../images/bg-pattern.svg),-moz-radial-gradient(10% 0, farthest-side ellipse, #36558c 20%, #4066a9);
    background-size: cover;
    background-attachment: fixed, fixed;
}

a {
    color: #899B9B;
    text-decoration: none;
}

a:hover {
    color: #002E67;
    text-decoration: none;
}

.login-header {
    color: #012e67;
    font-weight: 400;
}

hr {
    border-top: 1px solid #eeeeee;
}

.mt-n-md-20 {
    margin: 20px 0px;
}

.mt-10 {
    margin-top: 10px;
}

.ml-30 {
    margin-left: 30px;
}

.pt-n-pb-50 {
    padding: 50px 0px;
}

.forgot-password {
    padding-left: 5px;
    margin-bottom: 15px;
    margin-top: -10px;
}

.login-widget, .registration-widget {
    padding-bottom: 15px;
}

.single-widget-container {
    background: transparent;
    padding-top: 150px;
    padding-bottom: 250px;
    position: initial;
    margin-top: 5px;
    /*border-top: 5px solid #83be50;*/
    background-position: center;
    height: 90vh !important;
}

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single-widget-container {
        background: transparent;
        padding-top: 150px;
        padding-bottom: 250px;
        position: relative;
        margin-top: 5px;
        /*border-top: 5px solid #83be50;*/
        background-position: center;
        height: 90vh !important;
    }
}

@media screen\0 {
    .single-widget-container {
        background: transparent;
        padding-top: 150px;
        padding-bottom: 250px;
        position: relative;
        margin-top: 5px;
        /*border-top: 5px solid #83be50;*/
        background-position: center;
        height: 90vh !important;
    }
}

.logo {
    position: absolute;
    margin-top: -10px;
}

.about-header{
    font-weight:600;
    color: #0193cf;
}

u {
    text-decoration: none;
    border-bottom: 2px solid #0193cf;
    padding-bottom: 5px;
    line-height: 30px;
}

.about-details {
    max-width: 100%;
}

.footer {
    background: white;
    color: #4066a9;
    height: 150px;
    padding: 30px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    bottom: 0;
}

.footer-icon {
    margin: 0px 10px;
}

.footer-text{
    position: absolute;
    right: 0;
    bottom: 15px;
}

.tweet-header {
    font-weight: 600;
    display: inline-flex;
}

.tweet-header p {
    margin-left: 10px;
    margin-top: 6px;
}

.tweet {
    border-bottom: 2px solid;
    padding: 0px;
}

@media (min-width: 1200px) {
    .filter-container {
        margin-bottom: 25px;
        margin-top: 40px;
        min-height: 550px;
    }

    .logo {
        left: 5px;
        top: 2px;
    }

    .about-details {
        max-width: 80%;
    }
}
