 
html {
    position: relative;
    min-height: 100%;
}
  
 
body
{  
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#333; 
	    background-color: #ffffff; margin-bottom: 60px;    line-height: 1.42857143;
}
img
{
	vertical-align: middle;
	max-width: 100%;
}




.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #f1f1f1;
}

.searDiv ul{ margin:0; padding:0 0 25px 0;}
.searDiv ul li{ /*display:inline-block; margin:0;*/ padding:0 10px 0 0px;}
.searDiv ul li label{ font-weight:400;}

#navbar{ float:right;}

body .login-box .input-field.col label {
    left: 0 !important;
}
.login_btn{
    width: auto;
}
.login-box-msg, .register-box-msg {
    text-align: left !important;
    padding: 0.82rem 0 0.656rem 0 !important;
}
.login-box-body, .register-box-body {
    box-shadow: 0px 2px 9px #d2d6de;
    border-top: 4px solid #d82028;
}
.login-page, .register-page {
    background: transparent !important;
}
.buttons span {
    display: inline-flex;
}
.buttons span:nth-child(2) {
    float: right;
}
.main_page{
    min-height: 100vh;
    overflow: hidden;
    display: block;
    position: relative;
    padding-bottom: 100px;
}
@media only screen and (max-width: 768px){
footer {
    display: block !important;
}
}


