﻿html, body {
    background: white;
    height: 100%;
    position: relative;
    padding-bottom: 0px;
    padding-left: 0px;
}

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 {
    width: 450px;
    padding-bottom: 15px;
    /*float: right;*/
    /*right: 5%;*/
    left: 25%;
}

.single-widget-container {
    background: url('/images/login_background.gif');
    padding: 20px;
    position:initial;
    margin-top: 5px;
}

/* IE10+ CSS styles */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .single-widget-container {
        background: url('/images/login_background.gif');
        padding: 20px;
        position: relative;
        margin-top: 5px;
    }
}

@media screen\0 {
    .single-widget-container {
        background: url('/images/login_background.gif');
        padding: 20px;
        position: relative;
        margin-top: 5px;
    }
}

.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: #252525;
    color: white;
    height: 250px;
    padding: 30px 0px;
    font-size:12px;
    font-weight: 400;
    color: #929292;
    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%;
    }
}
