/* Change background image and font family */
body{
    background-image: url(https://mokashefeh.co/wp-content/uploads/2022/11/church.jpg);
    background-repeat:no-repeat;
    background-size: cover;
    background-attachment:fixed;
    font-family: Arial,Verdana,sans-serif;
	background-position: center;
}
.login form{
    border-radius:25px;
    background: rgba(255,255,255, 0.6) !important;
}
.language-switcher input{
	margin-top: 3px;
}
/* Change Width and Height of Logo Image + Add Custom Image File */
.login h1 a {
    background-image: url(https://mokashefeh.co/wp-content/uploads/2022/11/makashefeh-logo.png);
    width: 213px;
    height: 97px;
    background-size: 213px 97px;
}
/* Add a few changes to the color and style of form itself */
.login label {
    color: #000;
    margin-bottom: 1em;
    font-weight: bold;
}
.forgetmenot label{
    font-weight: 400;
}
.login #backtoblog a, .login #nav a {
    color: #ffffff;
    font-weight: bold;
    padding: 5px 10px;
    background: #111;
    border-radius: 5px;
}
.login form .input {
    font-weight: normal;
}
.login #backtoblog a, .login #nav a {
    color: #ffffff;
    font-weight: bold;
}
.wp-core-ui .button-primary {
    background: #003663;
    width: 100%;
    padding-bottom:5px !important;:;
}
#reg_passmail, .indicator-hint{
    font-weight: 700;
    padding: 5px 5px 5px 10px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    border-left: 4px solid #72aee6;
}
.login .reset-pass-submit .button{
    width:100%;
}
.login .privacy-policy-page-link{
    text-align: center;
    border-radius: 0 5px 0 5px;
    background: #000;
    position: absolute;
    padding: 10px;
    left: 0;
    bottom: 0;
}
.privacy-policy-link{
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}