﻿/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset-Code --*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, nav ul, nav li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}
/* text align right */
.txt-lt {
    text-align: left;
}
/* text align left */
.txt-center {
    text-align: center;
}
/* text align center */
.float-rt {
    float: right;
}
/* float right */
.float-lt {
    float: left;
}
/* float left */
.clear {
    clear: both;
}
/* clear float */
.pos-relative {
    position: relative;
}
/* Position Relative */
.pos-absolute {
    position: absolute;
}
/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}
/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}
/* vertical align top */
nav.vertical ul li {
    display: block;
}
/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}
/* horizontal menu */
img {
    max-width: 100%;
}
/*-- //Reset-Code --*/
html {
    margin-top: 12%;
}

body {
    direction: rtl;
    background: url('../LoginStyle/Image/LogIn.jpg') no-repeat 0px 0px;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    background-attachment: fixed;
    background-position: center; 
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 50px;
    text-align: center;
    margin: 50px 0px 150px 0px;
    color: #fff;
    font-weight: 400;
}

.container {
    width: 65%;
    margin: 0 auto;
}

/*.Left {
    border-radius: 30px 30px 30px 30px;
    padding: 3%;
    background: rgba(0, 0, 0, 0.32);
    
}

    .Left .fa {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
    }*/


    .Box {
    border-radius: 30px 30px 30px 30px;
    padding: 3%;
    background: rgba(0, 0, 0, 0.32);
    
}

    .Box .fa {
        color: #fff;
        font-size: 20px;
        margin-right: 15px;
    }


.name {
    margin-top: 10px;
}

input[type="text"] {
    font-size: large;
    border-radius: 30px 30px 30px 30px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    width: 70%;
    color: #fff;
}

input[type="password"] {
    font-size: large;
    border-radius: 30px 30px 30px 30px;
    padding: 10px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    width: 70%;
    color: #fff;
}

input[type="submit"] {
    padding: 13px 80px;
    background: #3498db;
    border-radius: 30px 30px 30px 30px;
    border: none;
    outline: none;
    margin: 50px 0 0 190px;
    color: #fff;
    font-size: large;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}


input[type="button"] {
    padding: 13px 80px;
    background: #3498db;
    border-radius: 30px 30px 30px 30px;
    border: none;
    outline: none;
    margin: 50px 0 0 190px;
    color: #fff;
    font-size: large;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}
 

.table {
    color: #ffffff;
    border-radius: 30px 30px 30px 30px;
}

.Header {
    padding: 13px 80px;
    background: #3498db;
    border: none;
    outline: none;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    color: #fff;
    font-size: large;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    cursor: pointer;
}

input[type="submit"]:hover {
    background: #000;
}

.email {
    margin: 15px 0px;
}

.right-w3 {
    border-radius: 30px 30px 30px 30px;
    width: 45%;
    float: left;
    background: rgba(0, 0, 0, 0.32);
    padding: 35px 2.5%;
}

    .right-w3 p {
        color: #d6d5d5;
        font-size: 14px;
        line-height: 30px;
    }

    .right-w3 a {
        color: #d6d5d5;
        font-size: 14px;
    }

    .right-w3 h2 {
        font-size: 25px;
        color: #fff;
        margin-top: 20px;
    }

.footer-w3l {
    margin-top: 175px;
}

    .footer-w3l p {
        font-size: 14px;
        color: #fff;
        text-align: center;
        line-height: 25px;
    }

        .footer-w3l p a {
            color: #fff;
        }

            .footer-w3l p a:hover {
                text-decoration: underline;
            }

p.para {
    color: rgba(179, 174, 169, 0.75);
}
 



/*-- responsive --*/
@media (max-width: 1440px) {
    input[type="submit"] {
        margin: 50px 0 0 155px;
    }

     input[type="button"] {
        margin: 50px 0 0 155px;
    }
     .Box
     {
         width:40%;margin-right:10px;
     }
}

@media (max-width: 1366px) {
    input[type="submit"] {
        margin: 50px 0 0 139px;
    }

     input[type="button"] {
        margin: 50px 0 0 139px;
    }
      .Box
     {
         width:40%;margin-right:10px;
     }
}

@media (max-width: 1280px) {
    h1 {
        margin: 50px 0px 100px 0px;
    }

    input[type="submit"] {
        margin: 50px 0 0 125px;
    }

     input[type="button"] {
        margin: 50px 0 0 125px;
    }

    .footer-w3l {
        margin-top: 135px;
        margin-bottom: 20px;
    }
     .Box
     {
         width:40%; 
     }
}

@media (max-width: 1080px) {
    .container {
        width: 68%;
        margin: 0 auto;
    }

    input[type="text"] {
        width: 80%;
    }
     .Box
     {
         width:40%;margin-right:10px;
     }
}

@media (max-width: 1024px) {
    .container {
        width: 71%;
        margin: 0 auto;
    }

    input[type="submit"] {
        margin: 50px 0 0 140px;
        padding: 13px 70px;
    }

     input[type="button"] {
        margin: 50px 0 0 140px;
        padding: 13px 70px;
    }
      .Box
     {
         width:40%;margin-right:10px;
     }
}

@media (max-width: 991px) {
    h1 {
        font-size: 45px;
    }

    .container {
        width: 73%;
        margin: 0 auto;
    }
     .Box
     {
         width:40%; margin-right:10px;
     }
}

@media (max-width: 966px) {
    .container {
        width: 75%;
        margin: 0 auto;
    }

    input[type="text"] {
        width: 81%;
    }

}

@media (max-width: 900px) {
    .container {
        width: 81%;
        margin: 0 auto;
    }
}

@media (max-width: 800px) {
    input[type="text"] {
        width: 79%;
    }

    .right-w3 {
        padding: 20px 2.5%;
    }

    input[type="submit"] {
        margin: 50px 0 0 110px;
        padding: 13px 70px;
    }

     input[type="button"] {
        margin: 50px 0 0 110px;
        padding: 13px 70px;
    }
}

@media (max-width: 768px) {
    .Box .fa {
        margin-right: 13px;
    }
     .Box
     {
         width:70%; margin-top:5%;margin-right:10px;
     }

    input[type="submit"] {
        margin: 50px 0 0 101px;
    }

     input[type="button"] {
        margin: 50px 0 0 101px;
    }
}

@media (max-width: 736px) {
    h1 {
        margin: 45px 0px 50px 0px;
    }

    .Box .fa {
        margin-right: 10px;
    }
     .Box
     {
         width:70%; margin-top:5%;
     }

    .footer-w3l {
        margin-top: 50px;
    }

    input[type="submit"] {
        padding: 13px 61px;
    }

     input[type="button"] {
        padding: 13px 61px;
    }
}

@media (max-width:667px) {
    .Box .fa {
        margin-right: 5px;
    }

    input[type="submit"] {
        padding: 13px 51px;
    }

     input[type="button"] {
        padding: 13px 51px;
    }
      .Box
     {
         width:80%; margin-top:5%;
     }
}

@media (max-width:640px) {
    .Box .fa {
        font-size: 19px;
    }

    h1 {
        margin: 45px 0px 45px 0px;
        font-size: 40px;
    }

    .right-w3 h2 {
        font-size: 25px;
    }

    input[type="submit"] {
        padding: 13px 46px;
    }

     input[type="button"] {
        padding: 13px 46px;
    }
      .Box
     {
         width:100%; margin-top:5%;
     }
}

@media (max-width:600px) {
    .Box .fa {
        font-size: 16.8px;
    }

    input[type="submit"] {
        padding: 12px 40px;
    }

     input[type="button"] {
        padding: 12px 40px;
    }
      .Box
     {
         width:100%; margin-top:5%;
     }
}

@media (max-width: 568px) {
    h1 {
        margin: 39px 0px 40px 0px;
        font-size: 35px;
    }

    .right-w3 h2 {
        font-size: 23px;
    }

    .container {
        width: 86%;
        margin: 0 auto;
    }
     .Box
     {
         width:100%; margin-top:5%;
     }
}

@media (max-width: 480px) {
    .right-w3 {
        padding: 30px 5%;
        width: 90%;
    }

    .Box {
        width: 100%;  margin-top:5%;
    }

    input[type="submit"] {
        padding: 12px 50px;
        margin: 50px 0 0 221px;
    }

     input[type="button"] {
        padding: 12px 50px;
        margin: 50px 0 0 221px;
    }
}

@media (max-width: 414px) {
    h1 {
        margin: 39px 0px 50px 0px;
        font-size: 31px;
    }

    .right-w3 h2 {
        font-size: 21px;
    }

    .Box .fa {
        font-size: 18px;
    }

    input[type="submit"] {
        margin: 50px 0 0 178px;
    }

     input[type="button"] {
        margin: 50px 0 0 178px;
    }
}

@media (max-width: 384px) {
    h1 {
        font-size: 29px;
    }

    .right-w3 h2 {
        font-size: 19px;
    }

    input[type="submit"] {
        margin: 50px 0 0 158px;
    }

     input[type="button"] {
        margin: 50px 0 0 158px;
    }

    .footer-w3l p {
        font-size: 13px;
    }
     .Box
     {
         width:100%;
         margin-top:5%;
     }
}

@media (max-width: 375px) {
    h1 {
        font-size: 28px;
    }
}

@media (max-width: 320px) {
    h1 {
        font-size: 24.3px;
        margin: 39px 0px 40px 0px;
    }

    input[type="text"] {
        width: 72%;
    }

    input[type="submit"] {
        padding: 10px 35px;
        margin: 40px 0 0 127px;
    }

     input[type="button"] {
        padding: 10px 35px;
        margin: 40px 0 0 127px;
    }
}
