@font-face {
    font-family: light;
    src: url('/fontQistas/light.otf');
}

@font-face {
    font-family: medium;
    src: url('/fontQistas/medium.otf');
}

body {
    direction: rtl !important;
}

.main-content-login {
    background: url(/images/Login-Image.png) no-repeat center center fixed;
    background-size: cover;
}

.main-text-login {
    text-align: right;
    font-family: 'light';
}

.main-text-p1-login {
    font-size: 45px;
    color: #2678A5;
    opacity: 1;
    font-family: medium;
}

.main-text-p2-login {
    font-size: 30px;
    color: #2678A5;
    opacity: 1;
    font-family: medium;
}

.main-text-p3-login {
    font-size: 18px;
    color: #FFFFFF;
    opacity: 1;
    font-family: medium;
}

.login-button {
    background: #2678A5 0% 0% no-repeat padding-box;
    border-radius: 32px;
    opacity: 1;
    color: white;
    width: 124px;
    height: 45px;
    border: none;
    font-family: medium;
}

.border-login-right-color {
    background: #9A2629 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 5px;
}

.name-of-president {
    font-size: 18px;
    color: #FFFFFF;
    margin-bottom: auto;
    font-family: medium;
}

.president-of-country {
    font: 14px;
    color: #FFFFFF;
    font-family: light;
}

.border-login-left-color {
    background: #C1AB7A 0% 0% no-repeat padding-box;
    opacity: 1;
    height: 5px;
}

.text-form-login {
    font-size: 28px;
    color: #2E3045;
    font-family: medium;
}

.username-login-text,
.login-password {
    float: right;
    color: #2678A5;
    font-size: 13px;
    text-align: right;
    font-family: light;
}

.username-login-input,
.login-password-input {
    border: 1px solid #E2E2E2;
    border-radius: 10px;
    opacity: 1;
}

.rememberme-checkbox-login {
    float: right;
}

.login-button-form-click {
    background: #2678A5 0% 0% no-repeat padding-box;
    border-radius: 10px;
    opacity: 1;
    color: white;
    border: none;
    font-family: medium;
}

.login-form {
    position: absolute;
    z-index: 99999999;
    display: block;
    top: 20px;
    bottom: 20px;
    right: 100px;
}

@media(max-width:800px) {
    .login-form {
        right: 0px !important;
    }
}

@media(max-width:1200px) {
    .form-login-container {
        padding: unset !important;
    }
}

.height-form-login {
    min-height: 100% !important;
    max-width: 584px;
}

.forgot-password {
    font-size: 15px;
    color: #313131;
    font-family: light;
    cursor: pointer;
}

.forgot-password:hover {
    color: #2678A5;
}

.eye-icon-login {
    font-size: 24px !important;
    color: #2678A5;
}

.input-icon-container {
    display: flex;
    flex-direction: row;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    background: #fff;
    align-items: center;
    overflow: hidden;
    border-radius: 10px;
}

.input-group {
    margin-bottom: 1rem;
    display: flex;
    flex-direction: column;
    border-color: #2678A5;
}

.input-icon-container input {
    outline: none;
    border: none;
    background: none;
    font-size: 1em;
    padding: .5em;
    color: inherit;
    flex: auto 1 1;
    width: 100%;
    background: none;
    background-color: transperant;
}

.input-icon-container .fa {
    padding: 10px;
}

.fa-eye-password,
.fa-eye-password-slash {
    font-size: 24px !important;
    color: #2678A5;
    cursor: pointer;
}

.form-login-container {
    padding: 0px 100px;
}

.rememberMe {
    color: #2678A5;
    font-family: light;
}

.quote {
    /* font-family: Georgia, serif; */
    position: relative;
    margin: 0.5em;
    padding: 0.5em 2em 0.5em 3em;
}


/* Thanks: http://callmenick.com/post/styling-blockquotes-with-css-pseudo-classes */

.quote:before {
    font-family: Georgia, serif;
    position: absolute;
    font-size: 4em;
    line-height: 1;
    top: 50px;
    left: 17px;
    content: "\201C";
}

.quote:after {
    font-family: Georgia, serif;
    position: absolute;
    float: right;
    font-size: 4em;
    line-height: 1;
    right: 0px;
    bottom: 35px;
    content: "\201D";
}