﻿body {
    direction: rtl;
    font-family: Heebo,arial!important;
    margin: 15vh 20% 15vh 20% !important;
}

@media only screen and (max-width: 1400px) {
    body {
        margin: 9vh 5% 9vh 5% !important;
    }

    #divLeft {
        height: 82vh !important;
    }

    #login #logo img {
        height: 9vh!important;
    }
}

#login {
    margin: 0 auto;
    border: solid 1px #000;
    padding: 0px 50px 2px 33px;
    border: none;
    display: table;
    margin-top: 9%;
    position: relative;
    border-radius: 2px;
    /* background-image: url('http://www.mattboldt.com/assets/img/header-bg.jpg'); */
    background-position-y: -2px;
    background-position-x: 481px;
    background-color: white;
    min-width: 480px;
}

#Login1 {
    width: 100%;
}

.form-group {
    margin-left: auto;
    margin-right: auto;
    float: none !important;
    margin-bottom:unset!important;
}

#login label {
    width: 100%;
    margin-right: 45px;
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #1b1b1b;
    text-align: right
}

#login input:not([type=submit]) {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    resize: vertical;
    /*min-width: 17rem;*/
}

#pnl2Step {
    margin-right: 40px;
}

#btnLoginAAD {
    border: none !important;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    color: #737373;
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.25));
    margin-left: auto;
    margin-right: auto;
    padding: 10px 20px 10px 20px;
    display: table;
    margin-top: 7vh;
    position: relative;
    background: #f2f2f2;
    border-radius: 5px !important;
    width:100%;
    cursor: not-allowed;
}

    #btnLoginAAD:hover{
        background-color:white;
    }

    input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:active, input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px white inset;
    }

#content {
    margin-top: 40px;
}

#contentLO {
    margin-top: 25px;
}

.spanUnLH {
   line-height:1!important;
}

div#logo {
    top: 28px;
}

.msgLogout {
    top: 28px;
}

div#logo span {
    color: #a6a6a6;
}

.logoImg{
    cursor:pointer;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*.log-btn {
    float: left;
    margin: 10px;
}*/

.msg {
    /*   line-height: 4;
    height: 49px;*/
    text-align: right;
    text-align:center;
    /*margin-right: 45px;*/
}

#login a {
    color: gray;
}

#login #logo img {
    width: auto;
    height: 7vh;
}


.LinkAtid {
   /* float: right;
    overflow: hidden;*/
    padding-bottom: 10px;
    margin-top: 20px;
 text-align:center!important;
    text-decoration: underline !important;
    width:100%!important;
  
}

.aLinkAtid {
    margin-left: auto;
    margin-right: auto;
    color: black !important;
}

#divLeft {
    width: 50%;
    float: left;
    background-image: url('../img/LoginBG.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    background-size: cover;
    height: 66vh;
    overflow: hidden;
    position: relative;
}

.wrapper {
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.btnLoginButton:hover {
    background-color: #A5CB06 !important;
    border-color: #A5CB06 !important;
    color: white !important;
}

.btnLoginButton {
    color: #A5CB06 !important;
    border-color: #A5CB06 !important;
    width: 95px !important;
    float: left;
}

#LoginAtidWeb {
    /*min-width: 17rem;*/
    font-weight: 500;
    font-size: 19px;
    /*color: white !important;
    background-color: #A5CB06 !important;
    border-color: #A5CB06 !important;*/
    filter: drop-shadow(0px 2px 7px rgba(0, 0, 0, 0.25));
    width: 100% !important;
    padding: 10px 20px 10px 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    color: #8A8282;
    margin-top: 7vh !important;
    font-size: 20px;
    font-weight: bold;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 2px solid #8A8282;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }
