﻿body {
    font-family: 'primary-font';
    background: linear-gradient(360deg, #006e00, #96de41);
    direction: rtl;
}

h1,h2,h3,h4,h5,h6 {
    font-family: 'secondary-font';
}


.divHeader {
    color: white;
    padding-bottom: 35px;
}

#divLoginForm, #divRegisterForm {
    direction: rtl;
    direction: rtl;
    background-color: #ffffff38;
    padding: 3rem;
    box-shadow: inset 0 0 5px 0px #fff;
}

h3 {
    font-size: 1.75rem;
    margin-bottom: 10px;
}

.divHeader p {
    display: flex;
    justify-content: space-between;
    margin: 15px auto;
}

a {
    color: white;
    text-decoration: underline;
    text-underline-offset: 7px;
}

    a:hover {
        color: bisque;
    }

::placeholder {
    font-size: 0.75rem;
    color: #0092058a !important;
}



html .blockUI.blockMsg.blockPage {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
}

.blur-page {
    filter: blur(5px);
}

#userInfo_UserName,
#userInfo_Password {
    direction: ltr;
    text-align: center;
}