body {
    background-image: none !important;
    background-color: #f1f4f6 !important;
}

#main {
    float: right;
    width: 930px;
    padding: 20px;
    background-color: #fff;
    border: none;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
.bb_green.bb_button {
    font-family: IRANSans;
    font-size: 14px;
    color: #fff !important;
    border: 1px solid #001f42 !important;
    background-color: #001f42;
    background-image: unset;
    padding: 10px 15px;
}

.login_page input.text, .installer_page input.text {
    background: unset;
    border: 1px solid #a5a5a5;
    color: #333;
    font-size: 100%;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 3px;
    height: 30px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.login_page h3, .installer_page h3 {
    color: #054288;
    font-size: 24px;
}


.bb_green.bb_button:hover {
    font-size: 14px;
    background-color: #023165;
    background-image: unset;
}
