body {
    background: linear-gradient(180deg, #CFA968, #827154, #5F584C);
    background-position: center;
    /* Center the image */
    background-repeat: no-repeat;
    /* Do not repeat the image */
    background-size: cover;
    /* Resize the background image to cover the entire container */
}

body,
p {
    font-family: "Nunito Sans";
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 15px;
    color: #020D26;
}

.btn-info {
    color: #fff;
    background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
    border: none;
    width: 19%;
    padding: 10px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 1px;
}

.logo {
    height: 90px;
    display: flex;
}

.not p {
    line-height: 2px;
}

.logo a h2 {
    font-size: 39px;
    line-height: 27px;
    letter-spacing: 1px;
    font-family: "Montserrat";
    margin-bottom: 0px;
    text-shadow: 3px 3px 0px #00000021;
    text-transform: uppercase;
    font-weight: 800;
    font-family: "Montserrat";
    color: #fff;
    color: #000000;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

.logo h2 span {
    font-size: 16px;
    line-height: 0px;
    text-transform: math-auto;
    letter-spacing: 1.6px;
    font-family: "Montserrat";
    font-weight: 650;
    text-shadow: 0px 0px 0px #00000021;
    color: #000000;
}

.Online h2 {
    color: #5F584C;
    font-family: "Nunito Sans";
    font-size: 38px;
    margin-bottom: 12px;
    line-height: 30px;
    font-weight: 700;
}

.Online h2 span {
    font-size: 16px;
    color: #000000;
    font-style: italic;
}

.Online h5 {
    font-size: 24px;
    color: #000000;
    font-weight: 800;
    font-family: "Nunito Sans";
}

.Online ul.listItemss li {
    color: #020D26;
    background: url(../rti_images/arrow.png) no-repeat 0 4px;
    padding-left: 31px;
    list-style: none;
    margin-left: -40px;
    line-height: 23px;
    font-size: 16px;
    text-align: justify;
    margin-bottom: 18px;
    font-weight: 600;
}

.Online .bg-white {
    background: url(../rti_images/new.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.Online h3 {
    font-size: 23px;
    color: #5F584C;
    font-family: "Nunito Sans";
}

.bg-white {
    border-radius: 20px;
}

.otp-input {
    background-color: #EEEEEE;
    background-clip: padding-box;
    border: 1px solid #EEEEEE;
    height: 38px;
    width: 68%;
}

.btn-dark {
    padding: 9px 0px;
    color: #fff;
    background-color: #2F353B;
    border-color: #2F353B;
    border-radius: 0px;
    font-size: 20px;
    width: 102% !important;
}

.btn-darks {
    padding: 4px 18px;
    color: #fff;
    background-color: #2F353B;
    border-color: #2F353B;
    border-radius: 0px;
    font-size: 24px;
    /* width: 102% !important; */
    font-weight: 600;
}

.btn-darks:hover {
    padding: 4px 18px;
    color: #fff !important;
}

p {
    font-size: 18px;
    color: #5F584C;
    font-weight: 600;
}

.otp-wrapper {
    width: 105%;
}

.form-control {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 0.5;
    color: #495057;
    background-color: #EEEEEE;
    background-clip: padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 1px;
}

.manual {
    background-color: #fff;
    box-shadow: 0px 3px 6px #00000029;
    position: absolute;
    top: -14%;
    width: 98%;
    left: 4%;
    padding: 0px 40px 25px;
    border-radius: 20px;
}

.edits .w-50 {
    width: 34% !important;
}

@media only screen and (max-width: 600px) {
    .manual {
        background-color: #fff;
        box-shadow: 0px 3px 6px #00000029;
        position: relative;
        top: 4%;
        width: 104%;
        left: -2%;
        padding: 0px 18px 29px;
        border-radius: 9px;
    }

    .header-one h6 {
        font-size: 14px;
        text-align: center;
    }

    .edits .w-50 {
        width: 100% !important;
    }

    body {
        background: linear-gradient(180deg, #CFA968, #827154, #5F584C);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        overflow-y: auto;
    }

    .Online h2 {
        color: #5F584C;
        font-family: "Nunito Sans";
        font-size: 33px;
    }

    .Online h2 span {
        font-size: 14px;
        color: #000000;
        font-style: italic;
    }

    .Online h5 {
        font-size: 19px;
        color: #000000;
        font-weight: 800;
        font-family: "Nunito Sans";
    }

    .logo a h2 {
        font-size: 25px;
        line-height: 23px;
        letter-spacing: 1px;
        font-family: "Montserrat";
        margin-bottom: 0px;
        text-shadow: 3px 3px 0px #00000021;
        text-transform: uppercase;
        font-weight: 800;
        font-family: "Montserrat";
        color: #fff;
    }

    .logo h2 span {
        font-size: 15px;
        line-height: 0px;
        text-transform: math-auto;
        letter-spacing: 1.6px;
        font-family: "Montserrat";
        font-weight: 650;
        text-shadow: 0px 0px 0px #00000021;
        color: #fff;
    }

    .btn-info {
        color: #fff;
        background: linear-gradient(135deg, #F7BB7A, #DA7AA4, #8B54C7);
        border: none;
        width: 100%;
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
        border-radius: 1px;
    }

}

.upload {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}

.upload__input {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.reg span {
    font-size: 11px;
    color: #DB7CA3;
    font-weight: 600;
}

.regs .btn-outline-secondary {
    color: #6c757d;
    border-color: #707070;
    border-radius: 1px;
    padding: 9px;
    background: #EEEEEE;
    font-weight: 700;
}

.upload__btn {
    border: 1px dotted #707070;
    color: #707070;
    background-color: white;
    padding: 8px 20px 8px 32px;
    font-size: 14px;
    /* font-weight: bold; */
    /* background: url(http://annavlasenko.com/files-for-codepen/upload.png); */
    background-position: 8px 8px;
    background-repeat: no-repeat;
    width: 100%;
}

.logo-area .text-danger {
    color: #FF2116 !important;
    font-size: 23px;
}

.text-md-right {
    text-align: right !important;
}

.logo-area .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 38.333333%;
    max-width: 33.333333%;
}

.logo-area .text-darks {
    color: #6A5E51;
}

.header-one ul.navbar-nav>li {
    padding-left: 14px;
    padding-right: 45px;
}

ul.navbar-nav>li>a {
    padding: 15px 14px !important;
    color: #fff;
}

.edits {
    background-color: #EEEEEE;
}

.edits textarea.form-control {
    height: 92px;
}

.edits .form-control {
    display: block;
    width: 100%;
    height: 54px;
    padding: -0.625rem 0.75rem;
    font-size: 15px;
    font-weight: 500;
    line-height: 0.5;
    color: #495057;
    background-color: #ffffff;
    background-clip: padding-box;
    border: 1px solid #EEEEEE;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-radius: 1px;
    font-family: 'Montserrat';
    line-height: 31px;
}

.edits label {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-size: 15px;
    font-weight: 600;
    color: #171616;
}

.Forgot h6 {
    color: #706550;
}

.header-one .bg-light {
    background-color: #fff !important;
}

.requirement p {
    color: #171616;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 500;
}
.Judgess .three h3 {
    font-size: 24px;
    text-align: center;
}
.RTI h3{
    font-size: 24px !important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    color: #fff !important;
    font-size: 14px;
    font-weight: 600;
}
.it span{
    font-size: 13px;
}
.edits p{
    font-size: 14px;
    font-family: "Montserrat";
    color: #171616;
}
.table-container {
    width: 100%;
    overflow-x: auto;
}
.table td, .table th {
    padding: 10px 0 10px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 14px;
    font-weight: 600;
}
.Judgess .three h3:before {
    content: "";
    position: absolute;
    left: 106px;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #DB7CA3;
}
.table-responsive {
    overflow-x: inherit;
 }
.Judgess .three h3:after {
    content: "";
    position: absolute;
    left: 106px;
    bottom: -1px;
    height: 2px;
    width: 100%;
    max-width: 112px;
    background-color: #DB7CA3;
}
@media only screen and (max-width: 600px) {
    .logo-area .text-danger {
        color: #FF2116 !important;
        font-size: 14px;
    }

    ul.navbar-nav>li>a {
        padding: 4px 11px !important;
        color: #fff;
    }

    .edits .form-control {
        display: block;
        width: 100%;
        height: 54px;
        padding: -0.625rem 0.75rem;
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    ul.navbar-nav>li .nav-link {
        font-size: 14px;
    }
}