@font-face {
  font-family:'Roboto-Regular';
  src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
  font-family:'Oswald-Regular';
  src: url(../fonts/Oswald-Regular.ttf);
}
body 
{

	font-family:'Roboto-Regular' !important;
	display: flex;
	flex-direction: column;
}
html,body
{
	height: 100%;
	width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6
{	
font-family:'Oswald-Regular' !important;
}

a, a:hover {
    text-decoration: none !important;
}
a {
	color: #6dbd63;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
a:hover {
	color: #48953f;
}
.main-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 5%;
    overflow: hidden;
}
.form-control {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	height: 40px;
	border-color: #d9d9d9;
}
.form-control:focus {
	border-color: #6dbd63;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: #ccc;
}
:-moz-placeholder {
	color: #ccc;
}
::-moz-placeholder {
	color: #ccc;
}
:-ms-input-placeholder {
	color: #ccc;
}
.main_wrapper {
    flex: 1 0 auto;
    background: #e0f0e04d;
}
/* ======= Header ======= */
header {
    padding: 0px 0;
    background: #fff;
    z-index: 888;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
.navbar-brand
{
	font-family: 'Oswald-Regular';
	text-transform: uppercase;
}
/* ======= Header end ======= */

/************* login section ****************/
@media screen and (min-width: 600px)
{
	.login-box 
	{
    	width: 450px;
	}
}

.login-box {
    margin: auto;
    background: #fff;
    padding: 40px;
    box-shadow: 0 10px 20px -10px rgba(0,0,0,.2);
}
.login-box h3
{
	font-size: 30px;
    text-align: center;
    color: #5FB255;
}
.signup-or {
    border-bottom: 1px solid #5fb255;
    margin: 0 0 30px;
    text-align: center;
}
.signup-or > span {
    background: #5fb255 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 100;
    padding: 5px 8px;
    position: relative;
    top: 12px;
    border-radius: 50px;
}
.content-bottom h4 {
    font-size: 26px;
    color: #28a745;
}
p.style {
    margin-left: 45px;
}
.content-bottom h4 span {
    font-size: 18px;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #5fb255;
    color: #fff;
    text-align: center;
    line-height: 35px;
}

/*-------------- footer start------------------*/
footer
{
	background: #202736;
	padding:15px 0px;
}
.footer-widget p
{
	color: #fff;
	font-size: 15px;
}
.footer-logo a {
	color: #28a745;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	font-family: 'Oswald-Regular';
}
.footer-bottom
{
	background: #202736;
}
footer a
{
	color: #fff
}
.footer_social li i {
    display: inline-block;
    margin: 0 4px;
    width: 33px;
    height: 33px;
    border: 1px solid #8d8d8d;
    border-radius: 50%;
    font-size: 15px !important;
    color: #dbdbdb;
    text-align: center;
    line-height: 33px;
}