@import url('https://fonts.googleapis.com/css2?family=Sriracha&display=swap');
.form-holder {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

    .form-holder .form-content {
        position: relative;
        text-align: center;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 20px 30%;
    }

.form-content .form-items {
    border: 3px solid #fff;
    padding: 40px 90px;
    display: inline-block;
    width: 100%;
    max-width: 600px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.form-content h3 {
    color: #fff;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 5px;
}

    .form-content h3.form-title {
        margin-bottom: 30px;
    }

.form-content p {
    color: #fff;
    text-align: left;
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
    margin-bottom: 30px;
}


.form-content label, .was-validated .form-check-input:invalid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #00d5ff;
}

.form-content input[type=text], .form-content input[type=password], .form-content input[type=email], .form-content select {
    width: 100%;
    padding: 9px 20px;
    text-align: left;
    border: 0;
    outline: 0;
    border-radius: 6px;
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top: 16px;
}


.btn-primary {
    background-color: #ff6a6a;
    outline: none;
    border: 0px;
    box-shadow: none;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
        background-color: #495056;
        outline: none !important;
        border: none !important;
        box-shadow: none;
    }

.form-content textarea {
    position: static !important;
    width: 100%;
    padding: 8px 20px;
    border-radius: 6px;
    text-align: left;
    background-color: #fff;
    border: 0;
    font-size: 15px;
    font-weight: 300;
    color: #8D8D8D;
    outline: none;
    resize: none;
    height: 120px;
    -webkit-transition: none;
    transition: none;
    margin-bottom: 14px;
}

    .form-content textarea:hover, .form-content textarea:focus {
        border: 0;
        background-color: #ebeff8;
        color: #8D8D8D;
    }

.mv-up {
    margin-top: -9px !important;
    margin-bottom: 8px !important;
}

.invalid-feedback {
    color: #ff606e;
}

.valid-feedback {
    color: #2acc80;
}




/*++++++++++++++++++*/
/** Login pages **/
.login-inner {
    position: relative;
    min-height: 100vh;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 30px 0;
}

    .login-inner:before {
        content: "";
        width: 40%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: url(../images/login-bg.jpg) top left no-repeat;
        z-index: -99;
        background-size: cover;
    }
/*    .login-inner:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 30%;
        left: -150px;
        background: url(../Images/shap-new.svg) bottom left no-repeat;
        z-index: -999;
        background-size: 30%;
    }*/
.loginshape {
    position: absolute;
    bottom: -300px;
    left: -60px;
    width: 500px;
    top: auto;
}
    .loginshape img {
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
        -webkit-animation-name: orbit;
        -webkit-animation-duration: 25s;
        -moz-animation-iteration-count: infinite;
        -moz-animation-timing-function: linear;
        -moz-animation-name: orbit;
        -moz-animation-duration: 25s;
    }

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

@-moz-keyframes orbit {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg)
    }
}

.login-main .logo-title {
    top: 80px;
    position: absolute;
}

    .login-main .logo-title img {
        height: 30px;
    }

.login-main .form-info {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    max-width: 600px;
    margin: 0 auto;
    position:relative;
}

.login-main .form-section {
    padding: 160px 80px 60px;
    border-radius: 10px 0 0 10px;
    text-align: left;
    position: relative;
}

.login-main label {
    color: #535353;
    font-size: 16px;
    margin-bottom: 5px;
}

.login-main .form-section p {
    font-size: 16px;
    color: #535353;
}


.login-main .form-section p {
    margin-bottom: 10px;
}

.login-main .form-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
}

.login-main .form-section .social-list li {
    display: inline-block;
    margin-bottom: 5px;
}

.login-main .form-section .thembo {
    margin-left: 4px;
}

.login-main .form-section h1 {
    font-size: 27px;
    font-weight: 600;
    color: #FF9B24;
}

.login-main .form-section h3 {
    margin: 0 0 35px;
    font-size: 23px;
    font-weight: 400;
    color: #040404;
}

.login-main .form-section .form-group {
    margin-bottom: 25px;
}

.login-main .form-section .form-control {
    padding: 10px 20px;
    font-size: 16px;
    outline: none;
    height: 50px;
    color: #535353;
    border-radius: 3px;
    font-weight: 500;
    border: 1px solid transparent;
    background: #fff5f5;
}

.login-main .form-section .checkbox .terms {
    margin-left: 3px;
}

.login-main .form-section .terms {
    margin-left: 3px;
}

.login-main .btn-section {
    border-radius: 50px;
    margin-bottom: 0;
    display: inline-block;
    top: 80px;
    position: absolute;
    right: 90px;
}

    .login-main .btn-section .link-btn {
        font-size: 14px;
        float: left;
        text-align: center;
        width: 100px;
        padding: 6px 5px;
        margin-left: 5px;
        color: #535353;
        border-radius: 3px;
        background: #fff;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    }

    .login-main .btn-section .active-bg {
        color: #fff;
        background: #7878ff;
    }

    .login-main .btn-section .link-btn:hover {
        color: #fff;
        background: #7878ff;
    }

.login-main .form-check-input:focus {
    box-shadow: none;
}

.login-main .form-section .form-check-input {
    width: 20px;
    height: 20px;
    margin-top: 0;
    border: 1px solid #fff5f5;
    border-radius: 3px;
    position: absolute;
    background-color: #fff5f5;
}

.login-main.form-check-input:checked {
    background-color: #7878ff;
}

.login-main .form-section .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 16px;
    color: #535353;
}

.login-main .btn-theme {
    color: #fff;
    text-align: center;
    border: 0px solid transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: all .7s ease;
    border-radius: 3px;
    font-size: 17px;
    font-weight: 400;
    font-family: 'Jost', sans-serif;
}
    .login-main .btn-theme:before {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
        border-radius: 3px;
    }

    .login-main .btn-theme:after {
        position: absolute;
        content: "";
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all .7s ease;
        z-index: -1;
    }

    .login-main .btn-theme:hover {
        background: transparent;
    }

        .login-main .btn-theme:hover:before {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

        .login-main .btn-theme:hover:after {
            width: 0;
            opacity: 1;
            visibility: visible;
        }

.login-main .btn-lg {
    padding: 0 50px;
    line-height: 46px;
}

.login-main .btn {
    box-shadow: none !important;
}

.login-main .btn-md {
    padding: 0 45px;
    line-height: 41px;
}

.login-main .btn-primary {
    background: #FF9B24;
}

    .login-main .btn-primary:before {
        background: #EE4A62;
    }

    .login-main .btn-primary:after {
        background: #EE4A62;
    }

    .login-main .btn-primary:hover {
        color: #fff;
        border: 2px solid #23B9A1;
        background: #23B9A1;
    }

.login-main .social-list a {
    font-size: 18px;
    margin-right: 20px;
    color: #535353;
}

    .login-main .social-list a:hover {
        color: #7878ff;
    }

.login-main .login-shape {
    background: #fff;
}

.login-shape .rectangle-box {
    z-index: -999 !important;
}

    .login-shape .rectangle-box .rectangle-circle {
        position: absolute;
        border-radius: 50%;
        animation: ripple 15s infinite;
    }

    .login-shape .rectangle-box .small {
        width: 200px;
        height: 200px;
        left: -100px;
        top: -100px;
        z-index: -999;
    }

    .login-shape .rectangle-box .medium {
        width: 400px;
        height: 400px;
        left: -200px;
        top: -200px;
        z-index: -999;
    }

    .login-shape .rectangle-box .large {
        width: 600px;
        height: 600px;
        left: -300px;
        top: -300px;
        z-index: -999;
    }

    .login-shape .rectangle-box .xlarge {
        width: 800px;
        height: 800px;
        left: -400px;
        top: -400px;
        z-index: -999;
    }

    .login-shape .rectangle-box .xxlarge {
        width: 1000px;
        height: 1000px;
        left: -500px;
        top: -500px;
        z-index: -999;
    }

    .login-shape .rectangle-box .box1 {
        background: #FF9B2426;
    }

    .login-shape .rectangle-box .box2 {
        background: #f9bc74;
    }

    .login-shape .rectangle-box .box3 {
        background: #ff9b246e;
    }

    .login-shape .rectangle-box .box4 {
        background: #FF9B24;
    }

    .login-shape .rectangle-box .box5 {
        background: #FF9B24;
    }
.logo-title h2 {
    font-family: 'Sriracha', cursive!important;
    font-size:35px;
    font-weight:600;
}
.login-main a:hover{background:none; color:#FF9B24!important;}


.form-section:before {
    content: "";
    width: 196px;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/top-shap.png) top left repeat;
    background-size: cover;
    z-index: 1;
}
.form-section:after {
    content: "";
    width: 196px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/bottom-shap.png) top left repeat;
    background-size: cover;
    z-index: 1;
}
.logo-box img {
    width: auto;
}
.forgot-password {
    PADDING-TOP: 15PX;
}

.logo-box {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    background:#fff;
    padding:0 15px;
    z-index:2;
}

@keyframes ripple {
    0% {
        transform: scale(0.8);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(0.8);
    }
}

@media (max-width: 992px) {
    .login-inner:before {
        background: none;
    }

    .login-3 .form-section {
        padding: 120px 34px 40px;
        border-radius: 10px 0 0 10px;
    }

    .login-main .logo-title {
        top: 40px;
        left: 40px;
    }

    .login-main .btn-section {
        top: 40px;
        right: 40px;
    }

    .login-shape .rectangle-box {
        display: none;
    }
}
/** Login pages And **/