/*@font-face {*/
    /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    /*font-style: normal;*/
    /*font-weight: 700;*/
/*}*/
body, html {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", sans-serif;
    /* font-size: 1rem; */
    font-weight: 400;
    line-height: 1;
    color: #292b2c;
    background-color: #fff;
    direction: rtl;
}

.md-checkbox {
    margin-right: inherit;
    margin-left: 16px
}

.md-checkbox:last-of-type {
    margin-right: inherit;
    margin-left: 0
}

.md-checkbox .md-container, .md-radio-button .md-container {
    right: 0;
    left: auto
}

.md-checkbox .md-icon {
    right: 0;
}

.md-checkbox .md-label {
    margin-right: 30px;
    margin-left: 0
}

.md-radio-button .md-off, .md-radio-button .md-on {
    right: 0;
}

.md-radio-button .md-label {
    margin-right: 25px;
    margin-left: 0;
}

.logintype {
    /* font-size: 12px; */
}

.md-input-container .md-errors-spacer {
    float: left;
}

.md-input-container .md-input {
    float: right;
}

.md-input-container .messages {
    direction: rtl;
}

.md-input-container .message:not(.md-char-counter) {
    padding-left: 5px;
    padding-right: 0
}

blockquote {
    border-right: 3px solid rgba(0, 0, 0, .12);
    padding-right: 16px
}

#login-v2 #login-v2-form-wrapper #login-v2-form .separator .text:after {
    right: 100%
}

#login-v2 #login-v2-form-wrapper #login-v2-form .separator .text:before {
    left: 100%
}

#login-v2 #login-v2-form-wrapper #login-v2-form form, .register- .register-form-wrapper .register-form form, #forgot-password #forgot-password-form-wrapper #forgot-password-form form, #data #data-form-wrapper #data-form form {
    text-align: right;
}

#login-v2 #login-v2-form-wrapper #login-v2-form .register .text {
    margin-left: 8px
}

#login-v2 #login-v2-form-wrapper #login-v2-form .md-icon-d {
    margin: 0 0 0 8px
}

#login-v2 #login-v2-form-wrapper #login-v2-form form .forgot-password {
    float: left
}

#login-v2 #login-v2-intro .logo {
    line-height: 60px;
    font-size: 45px;
    font-weight: 500;
}

#login-v2 #login-v2-intro .logo div:first-child {
    margin: 20px 23px 0;
}

#login-v2 #login-v2-intro .logo div:last-child {
    margin: 0 23px;
}

#login-v2 #login-v2-intro .logo, #login-v2 #login-v2-form-wrapper #login-v2-form .logo {
    text-align: right;
}

#login-v2 #login-v2-form-wrapper #login-v2-form .logo {
    line-height: 50px;
    font-size: 40px;
    font-weight: 500;
}

#login-v2 #login-v2-form-wrapper #login-v2-form .logo div:first-child {
    margin: 0px 15px;
    padding-top: 12px;
}

#login-v2 #login-v2-form-wrapper #login-v2-form .logo div:last-child {
    margin: 0px 15px;
}

.register- .register-form-wrapper .register-form .logo, #forgot-password #forgot-password-form-wrapper #forgot-password-form .logo {
    line-height: 50px;
    font-size: 40px;
    font-weight: 500;
}

.register- .register-form-wrapper .register-form .logo div:first-child, #forgot-password #forgot-password-form-wrapper #forgot-password-form .logo div:first-child {
    margin: 0px 15px;
    padding-top: 12px;
}

.register- .register-form-wrapper .register-form .logo div:last-child, #forgot-password #forgot-password-form-wrapper #forgot-password-form .logo div:last-child {
    margin: 0px 15px;
}

/**/

@-webkit-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        margin-right: -10px;
        margin-top: -10px;
        position: relative;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-right: -30px;
        margin-top: -30px;
        opacity: 0;
        background-color: white
    }
}

@-moz-keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        margin-right: -10px;
        margin-top: -10px;
        position: relative;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-right: -30px;
        margin-top: -30px;
        opacity: 0;
        background-color: white
    }
}

@keyframes click-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        margin-top: -10px;
        margin-right: -10px;
        position: relative;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-right: -30px;
        margin-top: -30px;
        opacity: 0;
        background-color: white
    }
}

/********************/

@-webkit-keyframes click-out-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
        margin-right: -10px;
        margin-top: -10px;
        background-color: gray;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-right: -30px;
        margin-top: -30px;
        opacity: 0;
        background-color: white
    }
}

@-moz-keyframes click-out-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
        margin-right: -10px;
        margin-top: -10px;
        background-color: gray;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-top: -30px;
        margin-right: -30px;
        opacity: 0;
        background-color: white
    }
}

@keyframes click-out-wave {
    0% {
        height: 40px;
        width: 40px;
        opacity: 0.35;
        position: relative;
        margin-right: -10px;
        margin-top: -10px;
        background-color: gray;
    }
    100% {
        height: 80px;
        width: 80px;
        margin-top: -30px;
        margin-right: -30px;
        opacity: 0;
        background-color: white
    }
}

#langD {
    text-align: left;
}

@media screen and (max-width: 960px) {
    .register- .register-form-wrapper .register-form, #forgot-password #forgot-password-form-wrapper #forgot-password-form, #data #data-form-wrapper #data-form {
        padding-right: 34px
    }
}