﻿body {
    color: #666;
    background-color: #fff;
    font-family: "Open Sans",Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.7em
}

.navbar {
    border: 0;
    border-radius: 0;
}
.navbar-default {
    background-color: #0072ce;
    border-color: #0072ce;
}
.footer {
    background-color: #0072ce;
    color: #fff;
}

#footer-widgets {
    padding: 6% 0 0;
}

.footer-copyright {
    color: #fff;
    padding: 15px 0 5px;
    background-color: #004680;
}

.footer-copyright a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}
.footer-block a {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    color: #fff;
}

.login-box {
    width: 560px;
    margin: 5% auto;
}

.signup-box {
    width: 660px;
    margin: 5% auto;
}


h2 {
    font-size: 26px;
    color: #0072ce !important;
    line-height: 18px !important;
    padding-bottom: 1px;
    font-weight: 500;
}
hr.hr_text {
	color: #F1B434;
	border: 1px solid #F1B434;
    margin-bottom: 2.75%;
    text-align: left;
}

.copyright {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}