﻿body, html {
    direction: rtl;
    text-align: right;
    background: rgb(227,227,227);
    background: linear-gradient(0deg, #ddd 100%, #fff 100%);
}

label {
    font-size: 13px;
}

.card-container.card {
    max-width: 300px;
    padding-top: 86px;
    position: absolute;
    left: 50%;
    top: 105px;
    transform: translate(-50%,0);
    width: 300px;
    background-color: #fffdfd26;
    border-radius: 5px;
    box-shadow: 7px 4px 16px -6px #000;
}

.btn {
    font-weight: 700;
    height: 36px;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
        * Card component
        */
.card {
    /* just in case there no content*/
    padding: 20px 25px 30px;
}

.form-control {
    background-color: rgba(255,255,255,.7) !important;
    border: 1px solid #eee !important;
    color: #56717c;
    transition: all .3s ease;
    text-align: center;
}

    .form-control::placeholder {
        color: #454545;
    }

    .form-control:focus {
        background-color: #fff;
        border-color: #80bdff !important;
        outline: 0;
        border-radius: 4px;
        box-shadow: none;
    }

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
        * Form styles
        */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0px 10px 0px;
    padding: 10px 0px 10px 0px;
    min-height: 1em;
    font-weight: 600;
    color: #555555;
    border-bottom: 1px solid #c5dfea;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #Password,
.form-signin #ConfirmPassword,
#CaptchaInputText {
    direction: ltr;
    height: 37px;
    font-size: 16px;
    background-color: transparent;
    border: 1px solid #666;
    outline: none;
    text-align: center;
    box-shadow: none;
    margin-bottom: 20px;
}

#CaptchaInputText {
    background-color: rgba(255,255,255,.7) !important;
    border: 1px solid #eee !important;
    color: #56717c;
    transition: all .3s ease;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn.btn-signin {
    background-color: rgb(104, 145, 142);
    padding: 0px;
    font-weight: 700;
    font-size: 17px;
    height: 36px;
    border-radius: 21px;
    border: none;
    transition: all 0.218s;
    color: #fff;
    cursor: pointer;
    margin-top: 8px;
}

.btn.btn-register {
    background-color: #fff;
    border: 1px solid rgb(104, 145, 142);
    color: rgb(104, 145, 142);
    width: 100%;
    display: block;
    text-align: center;
    text-decoration: none;
    height: unset;
    padding: 4px 0px;
}

    .btn.btn-register:hover,
    .btn.btn-register:active,
    .btn.btn-register:focus {
        background-color: #fff !important;
    }

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: #ff7e24;
}

.forgot-password {
    color: rgb(104, 145, 142);
    text-align: right;
    font-size: .9em;
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }

.register-class {
    font-size: 12px;
    text-align: center;
    margin-top: 8px;
    text-decoration: none;
    color: #648593;
    padding: 4px;
}

.seperate {
    margin-top: 10px;
    text-align: center;
}

.logo {
    width: 50px;
    position: absolute;
    right: 0;
    top: -7px;
}

.captcha {
    width: 70%;
    display: block;
    margin: 0px auto;
}

    .captcha > img {
        width: 100%;
    }

.top-fix {
    height: 70px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    background-color: #3cbc6e;
    margin-bottom: 10px;
}

    /*.dxeErrorCell_MaterialCompact {
            font-family: Sans,Arial !important;
        }*/

    .top-fix > div {
        text-align: center;
        font-size: 13.5pt;
        padding-top: 22px;
        position: relative;
    }

        .top-fix > div > div {
            display: inline-block;
            padding-right: 51px;
            position: relative;
        }

a {
    text-decoration: none;
    cursor: pointer;
}


.ChangePassBack {
    opacity: 0.3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.text-danger {
    color: red;
    text-align: center;
    display: block;
    background-color: rgba(255,255,250,.85);
    border-radius: 9px;
}
