﻿
/* ------------
// Background 
------------ */

body {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    direction: rtl;
    height:200vh !important;
    overflow:hidden;
    background:#fff;
}

.page-container-bg-solid .page-content {
    background: transparent;
}

.page-content-wrapper,
.page-content {
    height:200vh !important;
}

.sidenav {
    height: 100%;
    background-color: #000;
    overflow-x: hidden;
    background-image: url(../../img/background.jpg);
}

.main {
    padding: 0px;
}

.login-form {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top:0 !important;
}


/* ------------
// language Switcher
------------ */

.language-switcher {
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}

/* ------------
// Logo 
------------ */

a.logo {
    width: 220px;
    display: block;
    margin: auto;
}

a.inline-logo {
    width: 150px;
    display: inline-block;
}


/* ------------
// Content 
------------ */

#signin {
    max-width: 500px;
    margin: auto;
    height: 100vh;
}

.login-form,
.login-form p {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: bold;
    color: #67666e;
    margin: 30px 0;
}


.input_text {
    background-color: #f9f9fb !important;
    position: relative;
    border: none;
    height: 32px;
    line-height: 16px;
    padding: 8px 10px;
    font-size: 14px;
    font-weight: 400;
    width: 100%;
    outline: none;
    border: none;
    height: 50px;
    border-radius: 5px !important;
    margin-bottom: 20px;
}


#signin .form-title {
    font-weight: 500;
    font-size: 16px;
    color: #333;
    text-align: right;
    display: inline-block;
    vertical-align: top;
    padding-top: 8px;
}

.wofss-submit {
    direction: rtl;
    display: block;
    text-align: center;
}

button {
    background: #0076BF;
    padding: 18px 16px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
    border: 0;
    outline: 0;
    margin: 15px 0 15px 0;
    transition: all 0.25s;
}

button:hover {
    background: #0067a7;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1), 0 3px 6px rgba(0, 0, 0, 0.1);
}


a.forgot-pw {
    text-decoration: none;
    text-align: center;
    color: #67666e;
    padding: 10px 16px;
    width: auto;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.5px;
    border-radius: 2px;
    border: 0;
    outline: 0;
    margin: 15px 0 15px 0;
    transition: all 0.25s;
    font-weight:normal;
}

a.forgot-pw:hover {
    color: #0076BF;
}


.page-content-wrapper .page-content {
    padding: 0;
    margin-right: 0;
}

.page-header-fixed .page-container {
    margin-top: 0;
}

.page-footer,
.scroll-to-top,
.quick-nav {
    display: none;
}

.loading-spiner span{
    font-size:14px !important;
    font-weight:normal !important;

}

/* SMALL SECTION */

.login-main-text {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align:center;
    margin:0 30px;
    font-size:20px;
}

.login-form-title {
    display: inline-block;
    margin-left: 20px;
    margin: auto;
}

.login-form-title img {
    background-color: rgba(255,255,255,0.8);
    padding: 18px 6px;
    border-radius: 8px !important;
    box-sizing: border-box;
}

.login-form-content {
    display: inline-block;
    vertical-align:super; 
    margin-right:14px;
    position:relative;
    top:-10px;
}

.login-form-content h2 {
    font-weight: bold;
    margin: 0 0 15px 0;
    font-size: 25px;
    color: #fff;
    text-align:right;
}

.login-form-content p {
    margin: 0;
    font-size: 14px;
    color: #b3d7ef;
    text-align: right;
}


/* Footer */

.footer {
    padding-right: 18px;
    padding-left: 18px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.footer p {
    width: 100%;
    text-align: right;
    color: #6C7A89;
    padding-top: 5px;
    font-size: 12px;
}



/*=====================================================
=            Worldofss Media Queries            =
=====================================================*/

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
}

@media screen and (max-width: 450px) {

}

@media screen and (min-width: 768px) {
    .main {
        margin-left: 40%;
    }

    .sidenav {
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .register-form {
        margin-top: 20%;
    }
}



@media screen and (max-width: 1780px) {
    .login-main-text {
        text-align: right !important;
    }

    .login-form-content h2 {
        font-size: 18px;
    }

    .login-form-title{
        margin-bottom:20px;
    }


    .language-switcher {
        position: absolute;
        top: 0;
        right: 34px;
    }
}

/* Mobile Size */

@media screen and (max-width: 767px) {
    .login-main-text {
        position: relative;
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        margin: 0 30px;
        padding:40px 0;
    }

    .login-main-text {
        text-align: center !important;
    }

    .login-form-content h2{
        line-height:26px;
    }

    .login-form-content h2,
    .login-form-content p {
        text-align: center;
    }

    .footer {
        display:none;
    }

    .page-content-wrapper .page-content {
        padding: 0 !important;
    }

    .language-switcher {
        position: absolute;
        top: 8px;
        right: 5px;
    }

    .login-form {
        padding: 0 30px;
    }
}
