@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/woff/IRANSansWeb.woff') format('woff');
    src: url('../../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    background-color: #F2F3F5;
    font-family: IRANSans, sans-serif;
}

.content {
    margin: 50px auto;
    position: relative;
}

.auth-container {
    padding: 40px 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ccc;
}

.title {
    font-size: 1.4rem;
    margin-bottom: 20px;
}

.description {
    margin-bottom: 30px;
}

.btn-purple {
    background-color: #a51376 !important;
    color: #FFFFFF !important;
}

.verification-code {
    border-radius: 5px;
    padding: 13px 0;
    text-align: center;
}

.verification-code:focus {
    border-color: #ccc;
    border-radius: 5px;
}

#submit:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem #c11287;
}

.verification-code::selection {
    background: transparent;
}

#toast-container {
    text-align: right !important;
}

.text-xs-center {
    text-align: center;
}

.g-recaptcha {
    display: inline-block;
}


@media (max-width: 768px) {
    .verification-code {
        width: 35px;
    }

    .login-extra {
        text-align: center !important;
    }
}

.grecaptcha-badge { visibility: hidden; }

.form-control-lg {
    font-size: 1rem;
}


.mdc-text-field {
    width: 100%;
}

.mdc-floating-label {
    color: #80868a !important;
}

.mdc-floating-label, .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
    font-family: IRANSans !important;
    font-size: 15px !important;
    padding: 3px;
}

.mdc-floating-label--float-above {
    font-family: IRANSans !important;
    font-size: 15px !important;
}

.mdc-text-field__input {
    font-family: IRANSans !important;
    font-size: 14px !important;
}


:root {
    --mdc-theme-primary: black; /* arbitrary color */
}

.mdc-text-field--outlined {
    height: 45px;
    overflow: visible;
}

/*.captcha-container {
    border: 1px solid #9e9e9e;
    border-radius: 29px;
    padding: 0 0 8px 0;
}*/

#refresh-captcha {
    margin-top: 15px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.font-12 {
    font-size:12px;
}

.btn-blue {
    background-color: #077fff !important;
    color: #FFFFFF !important;
    border-color: #077fff;
    transition:0.5s;
}
.btn-blue:hover {
    background-color: #0963c2  !important;
    color: #FFFFFF !important;
    border-color: #0963c2 ;
}
.btn-top {
    border: 1px solid #fff;
    color: #fff;
    margin-left: 5px;
}
.btn-top:hover {
    background:#fff;
    border: 1px solid #fff;
    color: #000;
    margin-left: 5px;
}


/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active{
    -webkit-box-shadow: 0 0 0 30px white inset !important;
    text-align: left;
}

@media screen and (max-width:767px) {
    .content {
        margin: 0px auto;
        position: relative;
    }

    #rules-checkbox-label {
        text-align: center;
    }
    .auth-container {
        padding: 40px 10px;
        border-radius: 0;
        border: none;
    }
    body {
        background-color: #fff;
    }
}

#password-toggle {
    cursor: pointer;
    margin-top: 15px;
}

[type="button"], [type="reset"], [type="submit"], button {
    -webkit-appearance: none !important;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.password-helper-container {
    font-size: .75rem !important;
    display: none;
}

.password-helper-container i {
    font-size: .85rem !important;
}

.password-helper > .invalid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #dc3545 !important;
    content: "\f00d";
}

.password-helper > .valid::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    color: #28a745 !important;
    content: "\f00c";
}