#menu , #header {
    display: none;
}
#login {
    position: relative;
}
.btnReturn {
    font-size: 12px;
    margin-top: 8px;
}
.quickpay-block {
    max-width: 400px;
}
.img-top-quick img {
    margin-top: 25px;
    width: 160px;
}
.background {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
body {
    background-repeat: no-repeat;
}
html {
    height:100%;
}
.tooltip {
    font-family: "Shabnam";
    font-size: 11px;
    direction: rtl;
}
.main {
    background-color: transparent !important;
    height: 100% !important;
}
#footer {
    background-color: unset !important;
    margin-top: 0 !important;
    position: fixed;
    bottom: 0;
    z-index: 1;
    right: 0;
    left: 0;
    background-image: none !important;
    background-color: #f7f7f78f !important;
    border-top: 0 !important;
    padding-top: 5px !important;
    width: 100%;
}
#footer td {
    background-image: none;
}
fieldset {
    background-color: #fff;
    border: 1px solid #b6b6b6;
    margin-top: 30px;
    box-shadow: 1px 1px 16px #727272;
}
#captchaimg {
    border: 1px solid #c1c1c1;
    border-radius: 6px;
    padding: 4px;
    width: 100%;
}
label {
    font-size: 12px;
    font-weight: 900;
    color: #f9f9f9;
    margin-bottom: 9px;
}
.form-control:focus , input[type=submit]:active {
    box-shadow: none !important;
}
input[type=submit] {
    cursor: pointer;
    font-size: 14px;
    padding: 7px 25px;
}
input {
    text-align: center;
}
.btn-primary {
    color: #fff;
    border-color: transparent;
}
.fa-sync-alt {
    font-size: 13px;
    margin-right: 5px;
}
.fa-info-circle {
    color: #0998d2;
}
/* bells icon */
.bell-block {
    font-size: 15px;
    background-color: #2ec4b6;
    height: 44px;
    /*margin: -12px;*/
    padding: 10px;
    color: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
hr {
    margin-top: 0;
}
.bell{
    display:block;
    font-size: 25px;
    color: #ffcb05;
    -webkit-animation: ring 4s 2s ease-in-out infinite;
    -webkit-transform-origin: 50% 4px;
    -moz-animation: ring 4s 2s ease-in-out infinite;
    -moz-transform-origin: 50% 4px;
    animation: ring 4s 2s ease-in-out infinite;
    transform-origin: 50% 4px;
}

/*media*/
@media (max-height: 520px) {
    #footer {
        display: none;
    }
}
table#login {
    position: absolute;
    top: 113px;
    right: 0;
    left: 0;
    text-align: center;
    width: 50%;
}
.error {
    background-image: none !important;
    border-color: transparent !important;
    padding-right: 0 !important;
    background: #ED213A !important;
    background: -webkit-linear-gradient(to right, #93291E, #ED213A) !important;
    background: linear-gradient(to right, #93291E, #ED213A) !important;
    border-radius: 5px;
    font-size: 13px !important;
}
@media (max-width: 768px) {
    table#login {
        width: 100%;
    }
}

.table {
    margin-bottom: 0px!important;
}

#proflie_selection td {
    font-size: 12px;
    text-align: center;
}

tbody {
    color: black;
}