body {
    background: url('..//images/register-bg.jpg');
    background-position: center;
    background-size: cover;
    padding: 50px 0px;
}

.custom-card {
    box-shadow: 0 4px 12px 3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
}
.brand_head {
    background: linear-gradient(45deg, #3e80f6, #9135eb);
    padding: 30px 0px;
}
.brand_head img {
    max-width: 70%;
}
.brand-text {
    color: #fff;
    padding-top: 10px;
}
.panel-body {
    padding: 0px 15px 15px;
}
.form-input {
    background: #fff;
    width: 100%;
    padding: 14px 20px;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
}
.form-input::placeholder{
    color: #9ca3af;
    font-size: 14px;
}
.form-wrap label {
    font-weight: bold;
    font-size: 14px;
    color: #5b626b;
    margin-bottom: 5px;
}
.form-wrap {
    margin-bottom: 10px;
}
.eye-btn {
    position: absolute;
    right: 25px;
    bottom: 16px;
    cursor: pointer;
}
.forgot_pw{
    color: #2563eb;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}
.custom_btn {
    background: linear-gradient(90deg,rgba(45, 84, 212, 1) 0%, rgba(129, 47, 210, 1) 50%, rgba(63, 49, 183, 1) 100%);
    color: #fff;
    width: 100%;
    border: 0px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 18px;
    padding: 10px 0px;
    margin-top: 15px;
    text-decoration: none;
}
.create-acc p {
    padding-top: 10px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}




/* Success page */
.body_bg_image {
    background: #edf2ff;
    padding: 40px 0px;
}
a.logo img {
    max-width: 70%;
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
}
.welcome-txt {
    color: green;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.mainboxes {
    text-align: center;
    color: #000;
    font-size: 16px;
}