﻿* {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.image_logo {
    width: 275px;
    height: 60px
}

.page-footer {
    font-size: 12px;
}

.text-color {
    color: #ff4b00 !important;
}

.mf-btn {
    background-color: #ff4b00 !important;
    font-size: 14px !important;
    height: auto !important;
    font-weight: normal !important;
    padding: 14px 0 !important;
    text-transform: uppercase !important;
    color: #fff;
    border-radius: 8px;
    text-align: center;
}

    .mf-btn:hover, .mf-btn:focus, .mf-btn:active, .mf-btn.active, .open > .dropdown-toggle.mf-btn {
        color: #fff;
        background-color: #ff7433 !important;
        border-color: #ff4b00 !important;
    }


.form-required {
    color: red;
}

.account-type-container {
    display: flex;
    gap: 20px;
    margin-top: 10px;
}

.account-card {
    cursor: pointer;
}

    .account-card input {
        display: none;
    }

.card-content {
    width: 220px;
    padding: 20px;
    border: 2px solid #ddd;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s ease;
}

    .card-content .icon {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .card-content .title {
        font-weight: bold;
        font-size: 18px;
        color: #2b4c7e;
    }

    .card-content .desc {
        font-size: 14px;
        color: #666;
    }

.account-card input:checked + .card-content {
    border-color: #ff5722;
    background-color: #fff3ef;
}

.registration-wrapper {
    background: #f5f5f5;
    padding: 60px 0;
    display: flex;
    justify-content: center;
}

.registration-card {
    background: white;
    width: 650px;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.logo img {
    height: 40px;
    margin-bottom: 20px;
}

.success-icon {
    width: 80px;
    height: 80px;
    background: #4CAF50;
    color: white;
    font-size: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
}

.title {
    color: #ff5a1f;
    font-weight: 600;
}

.welcome-text {
    color: #555;
    margin-bottom: 25px;
}

.info-box {
    background: #f3f3f3;
    border-left: 4px solid #ff5a1f;
    text-align: left;
    padding: 20px;
    margin-bottom: 25px;
    border-radius: 6px;
}

.steps-box {
    background: #fdeae4;
    text-align: left;
    padding: 20px;
    border-radius: 6px;
    margin-bottom: 25px;
}

.btn-login {
    background: #ff5a1f;
    color: white;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
}

    .btn-login:hover {
        background: #e64a14;
    }

.account-options-radio {
    display: flex;
    gap: 20px;
}

.card-option-radio input {
    display: none;
}

.card-radio {
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    cursor: pointer;
    text-align: center;
}

.card-option-radio input:checked + .card-radio {
    border-color: orange;
    background-color: #fff5f0;
}

.lebel-width {
    width: 95% !important;
}
