/** Login 25 start **/
.login-25 {
    top: 0;
    width: 100%;
    bottom: 0;
    opacity: 1;
    z-index: 999;
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
    overflow: hidden;
    background: #FFEFE6;
}

.login-25 .info {
    padding: 0 15px;
    max-width: 600px;
    margin: auto;
    text-align: left;
}

.login-25 .info p {
    line-height: 28px;
    color: #535353;
    font-family: "Outfit", sans-serif;
    font-size: 16px;

}

.regtwobtnmainin button {
    font-family: "Outfit", sans-serif;
    display: flex !important;
    align-items: center !important;
    color: #000;
    text-align: center;
    padding: 12px 10px;
    margin: 0 auto;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: #FFF;
    border: 1px solid #ebebeb;
    border-radius: 20px;
    padding: 15px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}


.regtwobtnmainin button span {
    font-size: 18px;
    margin: 10px 0 0 0;
    font-weight: 500;
}

.regtwobtnmainin button img {
    width: 100px;
}




.login-25 .animate-charcter {
    background-image: linear-gradient(-225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: "Outfit", sans-serif;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.login-25 .form-section {
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.login-25 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Outfit", sans-serif;
}

.login-25 a {
    text-decoration: none;
}

.login-25 .form-inner {

    width: 100%;
    padding: 50px;
    text-align: center;
    z-index: 999;
    background: #fff;
}

.login-25 .form-text {
    display: flex;
}

.login-25 .form-section .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0 25px;
    text-align: center;
    position: relative;
}

.login-25 .form-section .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #d8dcdc;
    content: "";
}

.login-25 .form-section .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 14px;
    color: #535353;
    text-transform: capitalize;
    background: #fff;
}

.login-25 .form-section .form-check-input {
    width: 20px;
    height: 20px;
border: 1px solid #ebebeb;
    background-color: #f7f7f7;
    vertical-align: top;
    /* position: absolute;margin-top: 0px; */
    border-radius: 2px;
 

    margin-left: -22px;
}

.login-25 .form-check-input:focus {
    border-color: snow;
    outline: 0;
    box-shadow: none;
}

.login-25 .form-check-input:checked {
    background-color: #ff8a00;
}

.login-25 .form-section p {
    color: #535353;
    margin-bottom: 0;
    font-size: 16px;
    font-family: "Outfit", sans-serif;
}

.login-25 .form-section p a {
    color: #535353;
}

.login-25 .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-25 .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-25 .form-section .thembo {
    margin-left: 4px;
}

.login-25 .form-section h3 {
    margin: 0 0 25px;
    color: #040404;
    font-size: 30px;
    font-weight: 600;
}

.login-25 .form-section .form-group {
    margin-bottom: 25px;
}

.login-25 .form-section .form-group {
    width: 100%;
    position: relative;
}

.login-25 .form-section .form-control {
    padding: 10px 10px 9px;
    font-size: 16px;
    outline: none;
    height: 45px;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ebebeb;
    background: #f7f7f7;
    font-family: "Outfit", sans-serif;

}

.login-25 .form-section .checkbox {
    font-size: 15px;
}

.login-25 .form-section .form-check {
    margin-bottom: 0;
}

.login-25 .form-section .form-check a {
    color: #535353;
}

.login-25 .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #535353;
    text-align: left;
    font-family: "Outfit", sans-serif;
}

.login-25 .form-section a.forgot-password {
    font-size: 16px;
    color: #535353;
}

.login-25 .logo img {
    margin-bottom: 10px;
    height: 130px;
}

.login-25 .btn-theme {
    position: relative;
    display: inline-block;
    border: none;
    outline: none !important;
    color: #ffffff;
    text-transform: capitalize;
    transition: all 0.3s linear;
    z-index: 1;
    overflow: hidden;
    cursor: pointer;
    font-size: 17px;
    font-weight: 400;
    font-family: "Outfit", sans-serif;
    border-radius: 3px;
    width: 100%;
}

.login-25 .btn-theme:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    border-radius: 3px;
    transform: perspective(200px) scaleX(0.1) rotateX(90deg) translateZ(-10px);
    transform-origin: bottom center;
    transition: transform 0.4s linear, transform 0.4s linear;
    z-index: -1;
}

.login-25 .btn-theme:hover:after {
    transform: perspective(200px) scaleX(1.05) rotateX(0deg) translateZ(0);
    transition: transform 0.4s linear, transform 0.4s linear;
}

.login-25 .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}



.login-25 .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.login-25 .btn-primary {
    /* background-image:  linear-gradient(90deg, #f67f00 35%, #f5a74e) ;  */
    border: 0px;
    font-family: "Outfit", sans-serif;
    background: #F4B382;

}


.regtwobtnmainin button:hover {
    background: #F4B382;
}


/* .login-25 .btn-primary:after {
    background-image: linear-gradient(to bottom, #f5a74e, #f67f00);
} */

.login-25 .social-list {
    display: inline-flex;
    margin-bottom: 27px;
}

.login-25 .social-list .icon {
    position: relative;
    background: #f3f3f3;
    border-radius: 3px;
    margin: 0 4px 3px 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    color: #ffffff;
}

.login-25 .social-list .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background-color: #ffffff;
    color: #ffffff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-25 .social-list .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background-color: #ffffff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.login-25 .social-list .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.login-25 .social-list .icon:hover span,
.login-25 .social-list .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.login-25 .social-list .facebook {
    background: #3b5999;
}

/** Social media **/
@media (max-width: 992px) {
    /* .login-25 .form-text {
        display: none;
    } */
}

@media (max-width: 768px) {
    .login-25 .form-inner {
        padding: 50px 30px;
    }
}

form#register-form label {
    padding: 0;
    font-size: 16px;
    outline: none;
    color:#a2a2a2;
    font-weight: 500;
    border: 1px solid transparent;
    font-family: "Outfit", sans-serif;
    text-align: left;
    display: block;
}

form#register-form select {
    padding: 11px 10px 9px;
    font-size: 16px;
    outline: none;
    height: 45px;
    color:#535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid #ebebeb;
    background: #f7f7f7 !important;
    font-family: "Outfit", sans-serif;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image:
        url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='currentColor' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.2 5.5l4.8 4.8 4.8-4.8.8.8-5.6 5.6L2.4 6.3l.8-.8z'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right .55rem center !important;

    background-size: 1rem !important;
}


form#register-form h5 {
    text-align: left;
}


form#commonForm label {
    padding: 0;
    font-size: 16px;
    outline: none;
    color:#a2a2a2;
    font-weight: 500;
    border: 1px solid transparent;
    font-family: "Outfit", sans-serif;
    text-align: left;
    display: block;
}

form#register-form label span {
    color: #dc3545;
}

form#commonForm label span {
    color: #dc3545;
}




.login-25 .form-section h3 span {
    background: linear-gradient(90deg, #f67f00 35%, #f5a74e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Outfit", sans-serif;
}

#register-form div#selected-role-bar {
    font-family: "Outfit", sans-serif;
}


.login-25 .form-section a.forgot-password {

    padding: 0;

    font-size: 16px;

    outline: none;

    color: #a2a2a2;

    font-weight: 500;

    border: 1px solid transparent;

    font-family: "Outfit", sans-serif;

    text-align: left;

    display: block;

}


@media (min-width:768px) and (max-width:991px) {

    .login-box {
        flex-flow: column-reverse;
    }

    .login-25 .info {
        padding: 0 0px;
        max-width: 730px;
        margin: auto;
        text-align: center;
    }

    .login-25 .animate-charcter {
        font-size: 40px;
    }

    .login-25 .form-section h3 {
        font-size: 28px;
    }

    .login-25 .form-section .thembo {
        margin-left: 0px;
        display: block;
    }

}


@media (min-width:320px) and (max-width:767px) {

    .login-box {
        flex-flow: column-reverse;
    }

    .login-25 .info {
        padding: 0 0px;
        max-width: 730px;
        margin: auto;
        text-align: center;
    }

    .login-25 .animate-charcter {
        font-size: 36px;
    }

    .login-25 .form-section h3 {
        font-size: 24px;
    }

        .login-25 .form-section .thembo {
            margin-left: 0px;
            display: block;
        }

}



/* Date of Birth Selectors */
.date-selector-row {
    display: flex;
    gap: 10px;
}

.date-selector-row .col-4 {
    flex: 1;
}

.date-selector-row .form-select {
    text-align: center;
    font-weight: 500;
}

.date-selector-row .form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.form-text {
    font-size: 12px;
    color: #6c757d;
    margin-top: 5px;
}

.date-selector-row .form-select:hover {
    border-color: #0056b3;
}

.date-selector-row .form-select option {
    text-align: center;
    padding: 8px;
}

.date-selector-row .col-4:not(:last-child) {
    margin-right: 5px;
}