@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    color: #535353;
}

.img-fluid {
    max-width: 100% !important;
    height: auto;
}

.form-control:focus {
    box-shadow: none;
}

.login-box .alert {
    padding: 15.5px 20px;
    font-size: 13px;
    border: none !important;
    border-radius: 3px;
    margin-bottom: 25px;
}

.login-box .alert-dismissible .btn-close {
    padding: 18.5px 19px;
    background-size: 8px;
}

.login-box .alert-dismissible .btn-close:focus,
.login-box .alert-dismissible .btn-close:active {
    box-shadow: none;
}

.login-box .password-indicator {
    position: absolute;
    right: 15px;
    top: 17px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 300ms, opacity 500ms;
    font-size: 17px;
    color: #999;
}

.login-box .password-wrapper:hover .password-indicator {
    visibility: visible;
    opacity: 1;
    transition: visibility 0s linear 0s, opacity 500ms;
    font-size: 17px;
    color: #555;
}

.login-box .login-popover {
    font-size: 14px;
    color: #777;
    cursor: help;
}

.login-box .login-popover-abs {
    position: absolute;
    right: 15px;
    top: 15px;
}

.popover {
    border: 1px solid #ebeef5 !important;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
}

.form-label {
    margin-bottom: 0.2rem;
    font-size: 14px;
    font-weight: 500;
}

.popover-header {
    box-shadow: none;
    border: 0px;
    background: #fff;
    color: #555;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 5px;
}

.popover-body {
    padding: 5px 10px 10px 16px;
    color: #777;
    font-size: 13px;
}

.login-box .form-group label.error {
    font-size: 13px;
    text-align: left;
    color: #535353;
    width: 100%;
}


/** Login 1 start **/

.login-1 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
    color: #040404;
}


/** Login 6 start **/

.login-6 .login-inner-form {
    color: #e7e7e7;
    position: relative;
}

.login-6 .bg-color-6 {
    min-height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 50px;
    background: #0b247ff7;
}

.login-6 h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

.login-6 .form-section {
    margin: 0 auto;
    width: 100%;
}

.login-6 .login-inner-form .form-group {
    margin-bottom: 22px;
}

.login-6 .login-inner-form .form-control {
    font-size: 15px;
    outline: none;
    color: #535353;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .06);
}

.login-6 .login-inner-form img {
    margin-bottom: 5px;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.login-6 .login-inner-form .form-box .form-control {
    float: left;
    width: 100%;
    padding: 10px 15px 10px 15px;
}

.login-6 .login-inner-form .form-box i {
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fea900;
    border-radius: 3px 0 0 3px;
    font-size: 20px;
    color: #fff;
}

.login-6 .info {
    color: #fff;
    margin: 00px 20px 70px 20px;
    text-align: center;
    max-width: 700px;
}

.login-6 .bg-img {
    min-height: 100vh;
    text-align: center;
    position: relative;
    padding: 0px;
    padding-top: 2%;
}

.login-6 .waviy {
    position: relative;
    -webkit-box-reflect: below -30px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

.login-6 .waviy span {
    position: relative;
    display: inline-block;
    color: #ffd600;
    text-transform: uppercase;
    animation: waviy 1s infinite;
    animation-delay: calc(.1s * var(--i));
    font-family: 'Poppins', sans-serif;
}

.login-6 .waviy span.color-yellow {
    color: #fea900;
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-20px)
    }
}

.login-6 .info P {
    color: #535353;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 0;
}

.login-6 .login-inner-form .forgot {
    margin: 0;
    line-height: 40px;
    color: #fff;
    font-size: 14px;
    float: right;
}

.login-6 .bg-photo {
    bottom: 0;
    position: absolute;
}

.login-6 .btn-theme {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    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;
    width: 100%;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
}

.login-6 .login-inner-form p {
    margin: 0;
    color: #e7e7e7;
}

.login-6 .login-inner-form p a {
    color: #e7e7e7;
}

.login-46 .login-inner-form .btn-theme.focus,
.btn-theme:focus {
    box-shadow: none;
}

.login-6 .logo {
    text-align: center;
    margin-bottom: 15px;
}

.login-6 .logo img {
    height: 25px;
}

.login-6 h3 {
    text-align: center;
    margin: 0 0 24px;
    font-size: 25px;
    color: #fea900;
    font-weight: 400;
}

.login-6 .form-check-input:checked {
    background-color: #fea900!important;
    border-color: #fea900!important;
}

.login-6 .login-inner-form .social-list {
    padding: 0;
    text-align: center;
}

.login-6 .login-inner-form .social-list li {
    display: inline-block;
}

.login-6 .login-inner-form .social-list li a {
    margin: 1px;
    font-size: 15px;
    font-weight: 400;
    width: 120px;
    height: 40px;
    line-height: 40px;
    border-radius: 3px;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.login-6 .login-inner-form .social-list li a:hover {
    text-decoration: none;
}

.login-6 .login-inner-form .extra-login {
    float: left;
    width: 100%;
    margin: 25px 0;
    text-align: center;
    position: relative;
}

.login-6 .login-inner-form .extra-login::before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 100%;
    height: 1px;
    background: #475e8d9e;
    content: "";
}

.login-6 .login-inner-form .extra-login>span {
    width: auto;
    float: none;
    display: inline-block;
    background: #132b83;
    padding: 1px 20px;
    z-index: 1;
    position: relative;
    font-size: 15px;
    color: #e7e7e7;
    text-transform: capitalize;
}

.login-6 .login-inner-form .terms {
    margin-left: 3px;
}

.login-6 .login-inner-form .checkbox {
    margin-bottom: 25px;
    font-size: 15px;
}

.login-6 .login-inner-form .form-check {
    margin-bottom: 0;
}

.login-6 .login-inner-form .form-check a {
    color: #e7e7e7;
}

.login-6 .login-inner-form .form-check-label {
    padding-left: 5px;
    margin-bottom: 0;
    font-size: 15px;
    color: #e7e7e7;
}

.login-6 .btn {
    box-shadow: none!important;
}

.login-6 .btn-lg {
    padding: 0 50px;
    line-height: 50px;
}

.login-6 .btn-md {
    padding: 0 50px;
    line-height: 45px;
}

.login-6 .btn-primary {
    background: #fea900;
}

.login-6 .btn-primary:hover {
    background: #de9503;
}

.login-6 .form-section a {
    text-decoration: none;
}

.login-6 .form-section .form-check-input {
    width: 18px;
    height: 18px;
    margin-top: 3px;
    position: absolute;
    border: 1px solid #fbf1f1;
    border-radius: 0;
    background-color: #fbf1f1;
    margin-left: -22px;
}

.login-6 .login-inner-form .checkbox a {
    font-size: 15px;
    font-weight: 400;
    color: #e7e7e7;
}

.login-6 .form-section p {
    margin: 15px 0 0;
    font-size: 15px;
    color: #e7e7e7;
    font-weight: 400;
}

.login-6 .form-section p a {
    color: #e7e7e7;
}

.login-6 .facebook-bg {
    background: #4867aa;
}

.login-6 .facebook-bg:hover {
    background: #3b589e;
    color: #fff;
}

.login-6 .twitter-bg {
    background: #33CCFF;
}

.login-6 .twitter-bg:hover {
    background: #56d7fe;
}

.login-6 .google-bg {
    background: #db4437;
}

.login-6 .google-bg:hover {
    background: #dc4e41;
}


/** MEDIA **/

@media (max-width: 1200px) {
    .login-6 .info {
        margin: 0 50px;
    }
    .login-6 .waviy {
        font-size: 33px;
        margin-bottom: 30px;
    }
}

@media (max-width: 992px) {
    .login-6 .bg-img {
        display: none;
    }
    .login-6 .login-inner-form .social-list li a {
        width: 100px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .login-6 .bg-color-6 {
        padding: 30px 15px;
    }
}


/** Login 6 end **/

.required-indicator {
    color: #DC3545;
}

.uploadimg {
    text-align: -webkit-center;
    text-align-last: center;
    align-items: center;
}

.logo1img {
    margin-top: -23px;
    text-align: left;
    margin-left: 33px;
    width: 58px
}

.logo2img {
    text-align: right;
    padding-right: 20px;
}

.square {
    height: 180px;
    width: 180px;
    border: 1px solid black;
    border-radius: 10px;
    text-align: center;
}

label#uploadphoto {
    position: sticky;
    color: black;
    font-weight: 600;
    padding: 2px;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    border: 2px solid gray;
    color: gray;
    background-color: white;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.fa {
    color: #ff9e00;
}

.thankyoudata {
    width: 60%;
    margin: auto;
}

.text-danger {
    color: #ff0018;
    font-size: 12px;
    font-weight: 600;
}

.text-success {
    color: green;
    font-size: 12px;
    font-weight: 600;
}