﻿
/*
 background-image: -webkit-linear-gradient(top, #FF5A00 0%, #FFAE00 100%);
  background-image: -moz-linear-gradient(top, #FF5A00 0%, #FFAE00 100%);
  background-image: -ms-linear-gradient(top, #FF5A00 0%, #FFAE00 100%);
  background-image: -o-linear-gradient(top, #FF5A00 0%, #FFAE00 100%);
  background-image: linear-gradient(top, #FF5A00 0%, #FFAE00 100%);
*/
html, body {
    height: 100%;
    direction: rtl;
}

body {
    color: #444;
    font-size: 13px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

a {
}

body:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(187, 187, 187, 0.3);
    position: absolute;
    top: 0;
}

.text-13 {
    font-size: 13px;
}

.border-white {
    margin: 0 auto;
    float: none;
    padding: 0;
}

.login-section {
    border-radius: 11px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    padding: 15px;
    float: none;
    margin: 0 auto;
    padding: 0;
    border: 10px solid rgba(0, 0, 0, 0.24);
}

    .login-section > div {
        overflow: hidden;
        padding: 15px;
        background: rgba(255, 251, 251, 0.81);
    }

.titr-login {
    color: #E87E04;
    padding-bottom: 10px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom:20px;
}

.title-login-page {
    color: #eb974e;
    min-height: 24px;
    line-height: 20px;
    position: relative;
    text-shadow: 0 0 1px rgb(181, 181, 181);
}

body .title-section-login-page {
    color: #0d638f;
}

.login-box {
    border-left: 1px solid #d6d6d6;
}

.Linked-logo {
    margin-top: 4px;
    position: absolute;
    top: 5%;
    left: 4%;
}

.Linked-logo {
    margin-top: 4px;
    position: absolute;
    top: 5%;
    left: 4%;
}

    .Linked-logo img {
        margin-right: 0;
    }

.form-control {
    height: 40px !important;
    margin-bottom: 0;
}

    .form-control{
        height: 40px !important;
        margin-bottom: 0px;
    }
    #Register .form-control{
        margin-bottom:5px;
    }
    .help-register{
    background: url(../../Images/icon/login/info.png) no-repeat 95% 3px;
    padding-right: 5.3%;
    }
.help-register span {
    font-size: 11px;

}
.link-element {
    font-size: 12px;
    margin-right: 4px;
}

.Validation ul {
    padding-right: 0;
    margin-top: 8px;
    list-style: none;
}

    .Validation ul li {
        margin-bottom: 8px;
    }

        .Validation ul li a {
            font-size: 13px;
            margin-bottom: 5px;
        }

        .Validation ul li .glyphicon {
            margin-left: 8px;
            font-size: 18px;
            vertical-align: middle;
        }

.glyphicon {
    color: #969ba8;
}

.Description-site{
    line-height: 2rem;
   text-align:justify
}
.copy-right {
    border-top: 1px solid #d6d6d6;
    padding-top: 10px;
    margin-bottom: 0;
}


#forget-form-container {
    display: none;
}

#register-form-container{
    display: none;
}
@media (max-width: 992px) {
    body {
        background-repeat: repeat-y;
        display: block;
    }
    body .wrapper-login > .border-white:first-child {
        width: 100%;
    }
    body .row-help-login-link {
        margin-bottom: 0;
    }
    .Linked-logo img {
        float: left;
        margin: 0 10px;
    }
}
@media (max-width: 640px) {
    .Linked-logo {
        display: block;
        position: relative;
        margin-bottom: 10px;
    }
    .Linked-logo  img {
        float: none;
    }
}