body{
    overflow: hidden !important;
}

.page-inner {
    min-height: 100%!important;
    overflow-y: auto!important;
	padding: 0 0 50px 0;
    background: url('../images/admin-back.jpg') 50% 50% fixed no-repeat;
    position: relative;
}
.form-body{
        background:linear-gradient(transparent,rgba(179, 182, 179, 0.6),rgba(12, 12, 12, 0.6)) ;
        color: #0b6b23;
        font-weight: 500;
        padding: 20px;

}

.login-box{
    margin-top: 20px;
}


.btn {
    border: 0px !important;
    border-radius: 2;
    outline: none!important;
}
.text-simo{
    font-size: 14px;
    font-weight: bold;
    color: #0b6b23 !important;
    /* text-shadow: 1px 1px rgba(18, 56, 8, 0.6); */
}
.text-simo a{
    color: #0b6b23 !important;
}

@media only screen and (max-width: 600px) {
    body{
        overflow: scroll !important;
    }

    .form-body{
        margin-top: auto !important;
    }
}

