.custom-container {
    max-width: 1200px !important;
    margin: 0 auto;
}

.profile-title-block {
    font-size: 31px;
}

.profile-img-block {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.top-logo {
    max-width: 115px;
}

.profile-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    background-image: url('/ico/user-profile.svg');
    background-size: cover;
    background-position: center;
    background-color: #F4F5FA;
}

.profile-user-email {
    font-size: 26px;
    margin-top: 10px;
    text-align: center;
}

.profile-wrap .form-label {
    margin-bottom: 0.2rem;
}

.profile-name {
    background-color: #EDEBF7;
    padding: 14px;
    border-radius: 6px;
}

.password-star {
    font-size: 16px;
}

.profile-name .line {
    height: 1.5px;
    background-color: #E2DDFF;
    margin-top: 10px;
}

.profile-name .form-control {
    border: 1px #E2DDFF solid;
}

.profile-btn .btn {
    width: 100%;
}

.profile-btn .left {
    color: #7A5C8F;
    font-weight: 600;
}

.profile-btn .right {
    background-color: #341F43;
    font-weight: 600;
    color: white;
}

.profile-phone-box {

    padding: 14px;
    border-radius: 10px;
}


.reg-futer-body {
    width: 100%;
    max-width: 400px;
    padding: 15px;
    margin: auto;
}

.footer-login {
    margin-top: 0 !important;
}

.footer .footer-text {
    font-size: 12px;
    color: #909399;
}

.set-organizer {
    padding: 10px 10px;
    margin: 0 7px;
    background-color: #f4f5fa;
    align-items: center !important;
    color: #341F43 !important;
    text-decoration: none;
    border-radius: 7px;
    border: 1px #e2ddff solid;
    max-width: 230px;
}

.set-organizer-title {
    color: #341F43;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
}

.set-organizer-detail {
    color: #5D5D5D;
    font-weight: 400;
}

.set-organizer-link a.set-org-link {
    color: #81430D !important;
    font-size: 14px;
    font-weight: 600;
}

.error-phone {
    border: 2px #de0909 solid !important;
    background-color: #fde2e2;
}