﻿body, html {
    height: 100%;
}

#login_body {
    display: flex;
    align-items: center;
    justify-content: center;
}

.normal_body {
    background: #f0f0f0 url(Default/Images/Login/backgroundLogin.png) repeat !important;
}

.moharram_body {
    background-image: url(Default/Images/Login/moharram.jpg);
    background-color: #000000;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
}

.normal_top {
    margin: auto;
    width: 220px;
    direction: rtl;
}

.moharram_top {
    margin: 0 auto;
    margin-top: 180px;
    padding-right: 20px;
    width: 220px;
    direction: rtl;
}

#LoginBox {
    width: 438px;
    height: 800px;
    text-align: center;
    margin: 50px auto;
    background-color: #fff;
    border-radius: 20px;
    opacity: 0.9;
}

#SamaLogo {
    margin: 0 auto;
    width: 200px;
    height: 200px;
    background: url(Default/Images/Login/SamaLogo.png) no-repeat center center;
}

.normal_TamaddonLogo {
    margin: 0 auto;
    margin-top: 30px;
    width: 225px;
    height: 250px;
    background-size: cover;
    background: url(Default/Images/Login/TamaddonLogo.png) no-repeat center center;
}



@media only screen and (max-width: 600px) {
    #LoginBox {
        width: 400px;
        height: 550px;
        text-align: center;
        margin: 30px auto;
        border-radius: 10px;
    }

    .normal_TamaddonLogo {
        display: none;
    }
}


.moharram_TamaddonLogo {
    margin: 0 auto;
    margin-top: -10px;
    width: 256px;
    height: 256px;
    background: url(Default/Images/Login/TamaddonLogo.png) no-repeat center center;
}

input[type="text"].LoginTextBox,
input[type="password"].LoginTextBox {
    padding-right: 30px !important;
    padding-left: 43px !important;
}

.LoginTextBox {
    position: relative;
    width: 220px !important;
    height: 49px !important;
    font-weight: bold !important;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

    .LoginTextBox::before {
        font-family: FontAwesome;
    }

    .LoginTextBox:focus {
        box-shadow: #E7FA11 0 0 10px;
    }

.LoginValidator {
    color: red;
    padding-top: 13px;
    padding-right: 230px;
}

#rtbxUserName, #rtbxPass, #rtbxKey {
    border-radius: 3px !important;
    font-size: 15px !important;
    font-weight: normal !important;
    direction: ltr;
    text-align: center;
}

#rtbxUserName {
    background: url(Default/Images/Login/personel.png) no-repeat 10px center #E4F1F5 !important;
}

#rtbxPass {
    background: url(Default/Images/Login/password.png) no-repeat 10px center #E4F1F5 !important;
}

#rtbxKey {
    background: url(Default/Images/Login/security.png) no-repeat 10px center #E4F1F5 !important;
}

#btnLogin_input {
    font-weight: bold;
    font-size: 15px !important;
}

#btnLogin {
    width: 220px !important;
    height: 50px !important;
    border: 1px solid #25a0db !important;
    border-radius: 3px !important;
    padding-top: 7px;
    padding-right: 80px;
    margin-top: 30px;
    box-shadow: #06f 0 0 1px;
    background: #25a0db;
}

    #btnLogin:hover {
        box-shadow: #11F3EA 0 0 5px;
    }


.css-checkbox input[type=checkbox] {
    display: none;
}

    .css-checkbox input[type=checkbox] + label {
        padding-left: 21px;
        height: 20px;
        display: inline-block;
        line-height: 16px;
        background-repeat: no-repeat;
        background-position: 0 0;
        font-size: 15px;
        vertical-align: middle;
        cursor: pointer;
    }

    .css-checkbox input[type=checkbox]:checked + label {
        background-position: 0 -16px;
    }

.css-checkbox label {
    background-image: url('Default/Images/Login/checkbox.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#tamaddonTitle {
    color: #79bad8;
}
