@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box {
    background-image: linear-gradient(45deg, rgb(0 57 79 / 80%), rgb(59 13 13 / 80%)), url(../admin_images/login_bg.png);
    background-size: cover;
    background-position: center;
    /* padding: 50px;
    margin: 50px auto;
    min-height: 580px; */
    box-shadow: 0 2px 60px -5px rgb(217 169 85 / 64%);
    -webkit-box-shadow: 0 2px 60px -5px rgb(217 169 85 / 64%);
}

.carousel-control-next {
    right: 25px !important;
}

.main-left {
    background-color: #fff;
    padding-top: 35px;
}

.logo {
    /* font-size: 35px; */
    /* color: #ffffff; */
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    margin-bottom: 25px;
}

.logo .logo-top {
    display: flex;
    align-items: center;
}

.logo-img {
    width: 70px;
    margin-right: 8px;
}

.logo-desc h5, .logo-desc h6 {
    font-family: 'Roboto', sans-serif;
}

.logo-desc h5 {
    color: #005f24;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 3px;
}

.logo-desc h6 {
    color: #005f24;
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    position: relative;
    left: -5px;
}



#login-text {
    font-size: 16px;
}

.error {
    color: 1px solid #dc3545;
}

.invalid-feedback {
    display: block;
    font-size: 12px;
}

.logo-img img {
    width: 100%;
}

.logo-title {
    text-align: center;
}

.logo .logo-font {
    /*font-size: 29.5px;
    -webkit-text-stroke: 2px #01551a;
    -webkit-text-fill-color: #eb1f1f00;
    font-weight: 600;*/

    font-size: 23px;
    font-weight: 600;
    color: #01551a;
}

.header-title {
    text-align: center;
    margin-bottom: 50px;
}

.login-form {
    max-width: 80%;
    margin: 40px auto;
    margin-top: 0;
}

.login-form .form-control {
    border-radius: 0;
}

.login-form .form-group {
    position: relative;
    margin-bottom: 30px;
}

.login-form .forgot-password {
    color: #005f24;
    font-size: 13px;
    text-decoration-line: none;
    -moz-text-decoration-line: none;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
    font-weight: 600;
}

.login-form .forgot-password:hover {
    color: #0a58ca;
    text-decoration-line: underline;
    -moz-text-decoration-line: underline;
}

.login-form .btn {
    border-radius: 0;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.login-form .btn.btn-primary {
    background: #005f24;
    border-color: #005f24;

    width: auto;
    font-size: 14px;
    padding: 7px 16px;
}

.login-form .btn.btn-primary:focus {
    color: #005f24;
    background-color: transparent;
    border-color: #005f24;
}

.login-form .btn.btn-primary:focus-visible {
    border-color: #005f24;
    outline: none;
}

.login-form .btn.btn-primary:active {
    background-color: #005f24;
}

.login-form .btn.btn-primary:active {
    box-shadow: none !important;
}

.refereshrecapcha img {
    height: 35px;
}

.refresh-img-link {
    color: #005f24;
    font-size: 20px;
}

.refresh-img-link:hover {
    color: #3bc3ff;
}

.form-group-password {
    margin-bottom: 0 !important;
}

input {
    font-size: 13px !important;
}

.slider-feature-card img {
    height: 290px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 40px 0px 0 40px;
}

.slider-feature-card h3,
.slider-feature-card p {
    margin-bottom: 30px;
}

.carousel-indicators {
    bottom: -25px;
}

.carousel-indicators li {
    cursor: pointer;
}

.hide-on-mobile {
    /* padding-top: 40px;
    padding-left: 25px;
    padding-right: 25px; */
    display: flex;
    justify-content: center;
    align-items: center;
}

#demo {
    padding-right: 15px;
    width: 100%;
}

.carousel-indicators li {
    width: 22px;
}

.snippet-body {
    margin-bottom: 0 !important;
}

.form-control:focus {
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(102 175 233 / 60%) !important;
}

.alert-danger {
    max-width: 80%;
    margin: 15px auto;
    margin-bottom: 10px;
    border-radius: 0;
    font-size: 13px;
}

@media only screen and (max-width: 767px) {
    .hide-on-mobile {
        display: none;
    }
    .logo {
        font-size: 34px;
    }
}