@font-face {
    font-family: 'Yekan';
    src: url('fonts/Yekan.woff') format('woff2'), url('fonts/Yekan.woff') format('woff'), url('fonts/Yekan.ttf') format('truetype'), url('fonts/Yekan.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

.step, .step-icon {
    color: #ccc;
    display: flex
}

h1, h1 a, h2 {
    margin-bottom: 10px;
    color: #3BB77E
}

.step.active, .step.passed, body, h1, h1 a, h2 {
    color: #3BB77E
}

.logo, p {
    margin-bottom: 20px
}

.login-link a, .step, .submit-btn {
    font-weight: 600
}

.login-link a, a {
    text-decoration: none
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Yekan !important;
}

body {
    font-family: Yekan;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh
}

.form-group, .text-left {
    text-align: right;
}

.container, .logo, .step {
    text-align: right;
}

.container {
    background: #fff;
    padding: 40px;
    border-radius: 7px;
    box-shadow: 0 4px 10px rgba(15, 15, 0, .1);
    width: 100%;
    max-width: 700px;
    background-color: #f8fff8;
}

.logo img {
    max-width: 180px
}

.progress-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    align-items: center
}

.step {
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    text-align: center;
}

#stepM4 {
    max-height: 70vh;
    overflow-y: auto
}

.step-icon {
    width: 70px;
    height: 70px;
    border: 2px solid #ccc;
    border-radius: 20%;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 5px
}
.mdi-asterisk:before {
    content: "\F6C3"
}

.step.active, .step.passed {
    font-weight: 700
}

.step.active .step-icon, .step.passed .step-icon {
    border-color: #3BB77E;
    color: #3BB77E
}

h1, h1 a {
    font-size: 22px
}

h2 {
    font-size: 24px
}

input[type=email], label, p {
    font-size: 14px
}

.login-link a, label, p {
    color: #3BB77E
}

input[type=email] {
    width: 100%;
    padding: 12px;
    border: 1px solid #00adef;
    border-radius: 6px
}

.checkbox-container {
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-size: 14px;
    justify-content: start
}

.checkbox-container input {
    margin-right: 10px
}

.submit-btn.btn-secondary {
    background: linear-gradient(135deg, #6c757d, #44494f)
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: linear-gradient(135deg, #43b480, #3BB77E);
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s
}

.submit-btn:hover {
    opacity: .9
}

.login-link {
    margin-top: 15px;
    font-size: 14px
}

.step-hide {
    display: none
}

.input-group-text {
    padding: .675rem .75rem;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.row {
    margin-right: 0;
    margin-left: 0
}
#imgCaptcha{
    border-radius: 5px;
}