body {
    font-family: "Forma DJR Display Regular" !important;
    letter-spacing: 1.3px;
}
.preview {
    display: inline-block;
    padding-bottom: 0px;
    font-size: 25px;
    font-weight: bold;
    border: 1px dashed #ccc !important;
    background-color: #f9f9f9;
    height: 40px;
    width: 150px;
    position: relative;
    white-space: nowrap;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgICAgICAgIGhlaWdodD0iMTAwJSIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDAgMCIgeG1sbnM9Imh0dHBzOi8vc3ZnLm9yZyIgIHhtbG5zOnN2Zz0iaHR0cHM6Ly93d3cudzMuZ2l0aHViLmlvL3N2ZyIgZmlsbGluaz0ibm9uZSIgZmlsbC1sYWJlbD0iZXh0ZXJuYWwiIHhtbDpzcGFjZT0icm9sZSIgaWQ9InZlY3RvciIgY2xpcC1yZXBvcnQ9ImVzdC1wYWdlL2FkZGl0aW9uYWwgc2NhbGU9IlV0aWxpdHkiPjxpbnB1dCBuYW1lPSJpbnB1dC01IiB2YWx1ZT0ib3BlbiAyIg=='); /* Light dot pattern background image (base64 encoded SVG) */
    background-size: 10px 10px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    margin-right: 10px;
}

    .preview span {
        position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        font-size: 22px;
    }

.captcha_form {
    margin-left: 10px;
}

    .captcha_form input[type="text"] {
        border: 1px solid #ccc !important;
    }

.captcha_refersh.btn-sm {
    padding: 3px 10px !important;
    height: 35px;
    margin-top: 3px;
}

.btn-primary,
.btn-primary:hover {
    background: #007467 !important;
    border-color: #007467 !important;
}

.python_made {
    color: darkslategrey;
    font-size: 28px;
    cursor: pointer;
}

    .python_made:hover {
        color: yellowgreen;
        font-size: 28px;
        cursor: pointer;
    }
.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

.login-card {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    text-align: center;
    /* box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);*/
    color: black;
    width: 400px;
    border: 1px solid #007467;
}

.login-container img {
    margin: auto;
    margin-bottom: 40px;
}

.login-card input {
    margin-bottom: 1rem;
}

.left-section {
    color: white;
    /* position: relative; */
    /* background: url('Images/bg-image1.png') no-repeat center center/cover;*/
    background-color: #007367;
}

    .left-section h2 {
        font-weight: bold;
        color: #f4e4c9;
        font-size: 28px;
    }

.content {
    /* position: absolute; */
    left: 20%;
    bottom: 2%;
    /* margin-right: 50px; */
}

    .content li {
        color: #fff;
        font-size: 12px;
        text-align: justify;
        line-height: 1.7;
    }

.login-btn,
.login-btn:hover {
    background-color: #005f56;
    color: white !important;
    /* padding: 6px 25px;*/
    border-radius: 6px
}

.liginBtns {
    margin-top: 20px;
}

.btn:focus-visible {
    box-shadow: none;
}

.login input.form-control {
    border: none !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    text-align: center;
    letter-spacing: 1.3px;
}

.login .form-control:focus {
    border: none;
    border-bottom: 1px solid #ccc;
    box-shadow: none;
}

input::placeholder,
textarea::placeholder {
    color: #ccc;
    opacity: 1;
}

/*input {
            font-weight: 600;
            color: #000 !important;
            font-size: 16px !important;
        }*/

.text-muted a {
    text-align: right;
    display: flex;
    justify-content: end;
    margin-top: -12px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
}

.btn, input {
    letter-spacing: 1.3px;
}



span#lblStopSpam {
    border: 1px dashed;
    padding: 0px 5px;
    margin-right: 10px;
}

input#btnRefresh {
    background: #007476;
    padding: 2px 12px;
    margin-bottom: 0px;
    margin-right: 10px;
}

/*input#txtCaptcha {
    border: 1px solid #ccc;
    margin-bottom: 0px;
    padding: 3px 5px;
    width: 100px;
}*/

/*.login p {
    font-size: 12px;
}*/

/* .content img {
            width: 250px;
        } */

/*.mt-150 {
            margin-top: 150px;
        }*/

.mt-200 {
    margin-top: 200px;
}

/*.page-title{
            text-align: center;
    font-weight: 600;
    color: #f3e5cb;
    margin-bottom: 150px;
        }*/


.contentSec h5 {
    color: #007467;
    margin-bottom: 25px;
}

.contentSec {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
    border-radius: 20px;
    background: #f3e5cb;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
    width: 350px;
}

    .contentSec .img1 {
        width: 200px;
    }

    .contentSec .img2 {
        width: 265px;
    }

.resetText {
    text-decoration: none;
}

.anchorTags {
    background: transparent;
    border: none;
    color: #007467;
    font-size: 14px;
}

.content p {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}
.login .main-title {
    display: none;
    color: #007467;
}

@media (min-width:1200px) and (max-width:1700px) {
    .contentSec .img1,
    .contentSec .img3 {
        width: 150px;
    }

    .contentSec .img2 {
        width: 200px;
    }
}

@media (max-width: 1199px) {
    .content li {
        font-size: 10px;
    }

    .left-section {
        display: none !important;
    }

    .login-container {
        min-height: auto;
        margin-top: 30px;
        /* height: 230px;*/
    }

    .login-card {
        /* position: absolute;
                bottom: 0px;*/
        /* box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);
                background: #FFF;*/
        padding: 16px;
        border: none;
    }

    .login-container img {
        margin: auto;
        /*  width: 80px;*/
        margin-bottom: 15px;
    }

    .login input.form-control {
        border: none;
        border-bottom: 1px solid #005f56;
        border-radius: 0;
        text-align: center;
        background: #fff;
        font-size: 13px;
    }

    .login-btn {
        margin-top: 5px !important;
        font-size: 12px;
    }

   /* .login-card p {
        font-size: 12px;
        margin: 2px;
    }*/

    .liginBtns {
        margin-top: 15px;
    }

    .mb-5 {
        margin-bottom: 10px !important;
    }

    .login .main-title {
        display: block;
    }
    .captchaSec img {
        width: 111px;
    }

    .refreshSec input {
        width: 25px;
    }
}

.gitam-logo {
    width: 150px;
}
.form-control::placeholder {
    font-size: 14px;
}

.linesImg {
    width: 500px;
    bottom: 0;
    position: absolute;
    left: 0;
}

.mb-60 {
    margin-bottom: 75px !important;
}

.my-gitam-logo {
    text-align: center;
    margin-bottom: 150px;
}

    .my-gitam-logo svg {
        width: 270px;
    }
.cls-1 {
    fill: #f3e5cb;
}
.box-page-title {
    color: #007367;
}
.captchaSec img {
    width: 135px;
    height: auto;
}
/*.content p {
    font-size: 12px;
    text-align: center;
    margin-top: 40px;
}*/
.infoSec h6,
.infoSec small {
    color: #A58255;
}
.infoSec p{
    font-size:14px;
}
small {
  
    font-size: 12px;
}
