
@import "http://fonts.googleapis.com/css?family=Exo:100,200,400";
@import "http://fonts.googleapis.com/css?family=Source+Sans+Pro:700,400,300";
* {
    transition: all 0.18s ease 0s;
}

html, body {
    direction: rtl;
    z-index: 0;
}
body {
    background-image: url("../images/background.jpg");
}
#forgot_password_form, #pick_a_new_password_form {
    display: none;
}
#loginbox {
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
    margin: 0 auto;
    max-width: 630px;
    padding: 4% 4% 1%;
    text-align: right;
    width: 91%;
}
#header {
    background: rgba(0, 0, 0, 0) url("../images/logo_white.png") no-repeat scroll center center / contain ;
    color: #fff;
    font-family: "Exo",arial;
    font-size: 35px;
    font-weight: 200;
    margin: 26px 0;
    overflow: hidden;
    text-indent: -9999px;
}
#login input[type="password"], #login input[type="text"], #login input[type="tel"] {
    background: rgba(255, 255, 255, 0) none repeat scroll 0 0;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 2px;
    color: #fff;
    font-family: "Exo",sans-serif;
    font-size: 2.6vh;
    font-weight: 400;
    margin: 5px 0;
    padding: 10px 10px 5px 5px;
    position: relative;
    width: 100%;
}
#login input[type="password"], #login input[type="tel"] {
    margin-top: 10px;
}
#login button {
    background: rgba(0, 38, 63, 0.72) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    font-family: "Exo",sans-serif;
    font-size: 3vh;
    font-weight: 400;
    margin-top: 10px;
    opacity: 0.91;
    padding: 6%;
    width: 100%;
}
#login button:hover {
    font-size: 5.7vh;
    opacity: 1;
}
#login button:active {
    opacity: 0.6;
}
#login input[type="text"]:focus, #login input[type="password"]:focus {
    background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 38, 63, 1);
    color: #000;
    font-size: 5.7vh;
    outline: medium none;
}
#login button:focus {
    outline: medium none;
}
#forgot_password {
    color: #fff;
    display: inline-block;
    float: none;
    font-family: arial;
    font-size: 2.3vh;
    letter-spacing: 0.57px;
    margin: 15px 2px 2px;
    position: relative;
    right: 14px;
    text-align: right;
    width: 100%;
    word-spacing: 1.8px;
}
#forgot_password:hover {
    color: #bfddff;
}
.login_ajax {
    background: rgba(0, 0, 0, 0.63);
    display: none;
    /* height: 176px; */
    /* left: calc(50% - 304px); */
    padding: 52px;
    /* position: absolute; */
    /* top: calc(50% - 136px); */
    /* width: 505px; */
}