.inner-cover-sec, .dark-top .header-main.header-main-2, #footer, header.zatca-header, #divSideMenuContainer.col-lg-2, header.header , footer.footer  {
    display: none;
}
.dga-main-container {
    padding: 0;
    min-height: 50vh;
    width: 100%;
}
.page-title {
   display: none;
}

.wrap {
    height: 100vh;
    
}

.h-100 {
    height: 100%;
}

div#s4-workspace {
    overflow: auto;
    overflow-x: hidden;
}

.login-right-side {
    color: #fff;
    text-align: center;
    background: url(../../../IMAGES/zatcaRevamp/bg-master.svg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    /* height: calc(100vh - 46px); */
    padding: 0px 3rem;
}
.order-lg-first.col-lg-5  {
    color: #fff;
    text-align: center;
    background: url(../images/right-side.svg) no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
   /*  height: 100vh; */
    padding: 0px 3rem;
}




.login-left-side {
}

.zatca-home {
    margin: 1.5rem;
    text-align: left;
}

    .zatca-home img {
        max-width: 250px;
        margin-top: 25px;
    }

.login-right-side img {
    max-width: 300px;
    margin-bottom: 25px;
}

.form-signin {
    width: 100%;
    max-width: 85%;
    padding: 15px;
    margin: 12% auto 0;
}

.title-color {
    color: #0996D4;
}

.form-signin .external a {
    color: #002447;
}

    .form-signin .external a:hover, .form-signin h6 {
        color: #0996D4;
    }

    .form-signin .external a i.fa {
        margin-left: 5px;
        font-size: 0.95em
    }

.form-signin h3 {
    font-weight: 700;
    color: #002447;
    margin-bottom: 15px;
}

.reg:before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 60px;
    border: 1px solid #999;
}

.uni-new-user {
   color: var(--Link-link-primary, #1B8354);
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.25rem;
}


.user-reset-pass, .user-reset-pass:visited {
   color: var(--Link-link-primary, #1B8354);

font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.25rem;
margin-bottom: 0.75rem; 
}



.form-signin input.userName {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: url(../../../IMAGES/zatcaRevamp/user-login.svg);
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: 99.5%;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: url(../../../IMAGES/zatcaRevamp/password.svg);
    background-repeat: no-repeat;
    text-indent: 20px;
    background-position: 99.5%;
}

.btn-lg.zatca-login {
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin: 10px 0 30px;
}

.fixCapatcha .col-sm-2.control-label {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-weight: 700;
    padding: 0px;
}

.fixCapatcha .col-sm-10 {
    display: block;
    width: 100%;
    padding: 0;
}

.form-group {
    position: relative;
}

.login-nafath-sub-title{
    color: var(--Text-text-secondary-paragraph, #6C737F);
font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 1.25rem;
margin-bottom: 0.75rem;
position: relative;
display: flex;
align-items: center;
gap: 0.625rem;
}
.login-nafath-sub-title hr{
    background: var(--Border-border-neutral-secondary, #E5E7EB);
   width: 13rem;
   height: 0.0625rem;
    padding: 0;
    margin: 0;
    border: 0;
    opacity: 1; 
}
.login-screens-main-wrapper .login-title-main{
    color: var(--Text-text-display, #1F2A37);
font-size: 1.875rem;
font-style: normal;
font-weight: 700;
line-height: 2.375rem;
}
.login-screens-main-wrapper .para{
    color: var(--Text-text-display, #1F2A37);
font-size: 1rem;
font-style: normal;
font-weight: 400;
line-height: 1.5rem;
}

hr.w-412-desktop{
    width: 25.75rem;
    border-top: 0.0625rem solid var(--Border-border-neutral-primary, #D2D6DB);
}
.login-screens-main-wrapper .login-space-top {
    margin-top: 128px;
}
.login-screens-main-wrapper .alert { 
    border-inline-end-width: 1px;
}
.login-screens-main-wrapper .alert.alert-warning {
    border-inline-end-color:rgba(210, 214, 219, 1);
}

  @media screen and (max-width: 767px) {
    .login-right-side {
        height: inherit;
        padding: 3rem;
    }
    .login-screens-main-wrapper .login-space-top {
    margin-top: 3rem;
    padding: 0 2rem;
    display: inline-block !important;
}
.order-lg-first.col-lg-5{
    display: none;
}
    .form-group {
        margin-bottom: 1.5rem !important;
    }
}
