﻿* {
    font-family: 'Roboto', sans-serif;
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.mb-0 {
    margin-bottom: 0px
}

.mb-05 {
    margin-bottom: 5px
}

.mb-10 {
    margin-bottom: 10px
}

.mb-15 {
    margin-bottom: 15px
}

.mb-20 {
    margin-bottom: 20px
}

.mb-25 {
    margin-bottom: 25px
}

.mb-30 {
    margin-bottom: 30px
}

.mt-0 {
    margin-top: 0px
}

.mt-05 {
    margin-top: 5px
}

.mt-10 {
    margin-top: 10px
}

.mt-15 {
    margin-top: 15px
}

.mt-20 {
    margin-top: 20px
}

.mt-25 {
    margin-top: 25px
}

.mt-30 {
    margin-top: 30px
}
/*------------loader-------------*/
.page-loaderdiv {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    z-index: 9999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page-loader {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
/*-------------------loader End-------------------*/
body {
    /*background-color:#fff;*/
    /*background-image: url("/images/BG_V2.png");*/
    background-repeat: no-repeat;
    /*background-image: url(../../images/Pic-2.jpg);*/
    /*background: url(../../images/Pic-2.jpg);*/
    /*background-image: url('../../images/loginback24.jpg');*/
    background-image: url('../../images/rms-background.jpg');
    /* background-image: url('../../images/15628817_565504911.jpg');*/
    background-size: cover;
    background-position: 50% 50%;
    /*backdrop-filter: blur(8px);*/
}

img.loginsideimg {
    display: flex;
    width: 100%;
    max-width: 520px;
    border-radius: 10px;
}

.input-group.user-inputdiv {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 10px;
}
/*.log-formbg {
    background: #ffffff99;
    border-radius: 20px;
    border: 10px solid #e5e3e0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
}*/

.form-header h1 {
    font-size: 30px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 15px;
}
.form-header p{
    font-size:18px;
    margin: 0 auto;
    text-align:center;
    margin-bottom:55px;
}

.log-formbg {
    background: #ebecee1f;
    border-radius: 7px;
    border: 5px solid #2a3f540d;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 530px;
}

}
/*.left-asset-login {
    background: #fff;
    padding: 80px 40px 40px 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 100%;
    height: 100%;
}*/
.login-form-section h1, p {
    color: #2a3f54;
    font-size: 31px;
}

.logomain {
    position: absolute;
    top: -57px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 132px;
    padding: 5px;
    height: 132px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #2a3f5424;
}

img.logoimgg {
    width: 85px;
    padding: 5px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
}

.left-asset-login {
    background: #fff;
    padding: 50px 40px 40px 40px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 100%;
    height: 100%;
    position: relative;
}

.height-width100 {
    height: auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
/*-----silki--09-04-25----*/
p.logingversion {
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

/*-------silki-end-09-04-25------------*/
.row.allnewd {
    background-color: #fff;
    padding: 10px;
}

.p-0 {
    padding: 0;
}

.user-inputdiv .custon-inputclass {
    padding: 12px 16px !important;
    height: auto !important;
    border-radius: 3px;
    border: 0px;
    /* border-left: 1px solid #dfdfdf;*/
}

.custon-inputclass:focus {
    box-shadow: 0 0 5px #4278ce !important;
    border-color: transparent !important;
}

.loginbox-logo {
    height: 110px;
    width: 100%;
    object-fit: contain;
    margin-bottom: 50px;
}

.primary-login-button {
    background-color: #2a3f54 !important;
    border: none !important;
    outline: none !important;
    padding: 12px 16px;
    color: #fff;
}

    .primary-login-button:hover {
        color: #fff;
    }

.log-buttondiv {
    margin-bottom: 20px;
    border-radius: 5px !important;
    margin-top: 40px;
}

.cus-chk-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: transparent;
    border: 1px solid #868686;
    border-radius: 2px;
}

.cus-chk-container input:checked ~ .checkmark:after {
    display: block;
}

.cus-chk-container .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg );
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg );
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.cus-chk-container input:checked ~ .checkmark {
    background-color: #868686 !important;
}

.input-group.user-inputdiv {
    border: 1px solid;
    border-image: linear-gradient(to right, #dfdfdf, #9E9E9E) 2.8;
    border-radius: 3px;
}

.passall {
    position: relative;
}

.form-header {
    margin-bottom: 58px;
}

p.user-password-label {
    position: absolute;
    top: -14px;
    z-index: 9;
    background-color: #fff;
    left: 9px;
    padding: 2px 5px;
}

.user-password-label {
    margin-bottom: 5px;
    color: #a6a6a6;
    font-size: 15px;
}
/*.user-inputdiv .input-group-addon {
    background-color: #f9f9f9;
}*/
.password-svg {
    width: 20px;
    height: 20px;
}

.user-svg {
    width: 20px;
    height: 20px;
}

.omb_authTitle {
    margin: 40px 0 10px 0;
    color: #897d7d;
}

.eye-show {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 99;
    font-size: 19px !important;
    color: #898989;
    cursor: pointer;
}

.eye-hide {
    position: absolute;
    top: 13px;
    right: 10px;
    z-index: 99;
    font-size: 19px !important;
    color: #898989;
    cursor: pointer;
}

.ams {
    margin: -10px 0 30px 40px;
    text-align: center;
    font-size: 28px;
    color: #dfdfdf;
}

.top-fix-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.03;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.top-fix-img3 {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.09;
    z-index: -1;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*body {
 background-color:#003352;
}*/

.text-light-rem-pass {
    color: #a6a6a6;
    font-size: 15px;
}

img.sideback {
    width: 100%;
}

.log-right-content {
    padding: 25px 20px 25px 50px;
}

.log-rightheader {
    font-size: 50px;
    margin-top: 35px;
    margin-bottom: 25px;
}

.log-right-description {
    font-size: 20px;
}

.log-right-content {
    position: relative;
}

.log-right-content {
    height: 96%;
}

.log-middle-img {
    width: 450px;
    position: absolute;
    bottom: -6px;
    right: -15px;
    border-bottom-right-radius: 10px;
}

.modal-dialog.customdialog {
    margin: 7.75rem auto;
}

@media only screen and (max-width: 441px) {

    .modal-dialog.customdialog {
        margin: 7.75rem .5rem;
    }

    .log-rightheader {
        font-size: 32px;
        margin-top: 35px;
        margin-bottom: 25px;
    }

    .log-right-content {
        padding: 5px;
    }

    .left-asset-login {
        background: #fff;
        padding: 15px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        width: 100%;
        height: 100%;
    }
}


@media only screen and (max-width: 410px) {

    a.forpass {
        font-size: 14px;
        margin-top: 5px;
    }
    .text-light-rem-pass{
        font-size:14px;
    }
    .form-header h1 {
        font-size: 22px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 35px;
    }
    .log-formbg {
        padding: 5px;
        border-radius: 20px;
        border: 3px solid #9e9e9e8f;
        width: 100%;
        margin: 0 auto;
        max-width: 350px;
        /*overflow: hidden;*/
    }
    .logomain {
        position: absolute;
        top: -81px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 113px;
        padding: 5px;
        height: 108px;
        text-align: center;
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 1px 1px #2a3f5424;
    }
    img.logoimgg {
        width: 75px;
        padding: 5px;
    }
    .form-header {
        margin-bottom: 45px;
    }
}
