﻿.LoginLable {float:left; font-weight: bold;}
.ar-AE .LoginLable {float:right; font-weight: bold;}


.en-US .LoginVerticalAlign .TableVerticalAlign .Cell1, .LoginVerticalAlign .TableVerticalAlign .Cell2
{
    padding-left: 0px !important;
}

.ar-AE .LoginVerticalAlign .TableVerticalAlign .Cell1, .LoginVerticalAlign .TableVerticalAlign .Cell2
{
    padding-right: 0px !important;
}

div[class*="ThemeGrid_Width"] {
    vertical-align: middle;
}

.loginRow {
padding-left: 125px
}
.ar-AE .loginRow {
padding-right: 125px; padding-left: 0px
}


.ut-login-container{
    padding: 30px 32px 40px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.ut-title-container{
    align-self: stretch; 
    flex-direction: column; 
    justify-content: flex-start; 
    align-items: flex-start; 
    gap: 5px; 
    display: flex;
}

.ut-main-title{
    text-align: left;
    color: #20272D;
    font-size: 28px;
    font-weight: 500;
    line-height: 38.40px;
    word-wrap: break-word;
}

.ar-AE .ut-main-title{
    text-align: right;
}

.ut-sub-title{
    text-align: left;
    color: #40484F;
    font-size: 16px;
    font-weight: 400;
    line-height: 22.80px;
    word-wrap: break-word;
}

.ar-AE .ut-sub-title{
    text-align: right;
}

.ut-login-controls-container{
    gap: 40px;
}

.ut-text-inputs-container{
    gap: 16px; 
}

.ut-form-control{
    align-self: stretch;
     flex-direction: column; 
     justify-content: flex-start;
      align-items: flex-end; 
      gap: 8px; 
      display: flex
}

.ut-form-label{
    align-self: stretch; 
    text-align: left; 
    color: #20272D; 
    font-size: 16px; 
    font-weight: 400; 
    line-height: 19.20px; 
    word-wrap: break-word
}

.ar-AE .ut-form-label{
    text-align: right;
}

.ut-form-input{
    width: 100% !important;
    align-self: stretch;
    height: 56px !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    border-radius: 8px;
    outline: 1px #E4E2E6 solid;
    outline-offset: -1px;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    box-shadow: none !important;
}

.ut-actions-container{
    align-self: stretch; 
    justify-content: space-between; 
    align-items: center; 
    display: inline-flex
}

.ut-MainContentPlaceHolder{
    background-color: white !important;
}

.Card{
    max-width: 480px !important;
    border: none !important;
}

.msgUL{
    font-size: 13px !important;
}

.text-divider{
    max-width: 480px !important;
}

input[type="checkbox"]{
    margin: 0 !important;
}

/* input[type="checkbox"]:before{
    background: var(--primary-color) !important;
} */



.ut-cntMainTitle{
    display: none !important;
}

.ut-forget-password-link{
    text-align: right; 
    color: #C0392B; 
    font-size: 16px; 
    font-weight: 400; 
    text-decoration: underline; 
    line-height: 19.20px; 
    word-wrap: break-word
}

.ut-remember-me-container{
    justify-content: flex-start; 
    align-items: center; 
    gap: 8px; 
    display: flex
}

.ut-remember-me-label{
    text-align: left; 
    color: #20272D; 
    font-size: 16px; 
    font-family: Dubai; 
    font-weight: 400; 
    line-height: 19.20px; 
    word-wrap: break-word
}

.ar-AE .ut-remember-me-label{
     text-align: right; 
}

.ut-remember-me{
    padding-top: 2px; 
    padding-bottom: 2px; 
    justify-content: center; 
    align-items: center; 
    display: flex;
}

.ut-primary-button{
    width: 100%;
    min-width: 120px;
    height: 48px;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    background: #C0392B;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    color: white;
    font-size: 19px;
    font-family: Dubai;
    font-weight: 500;
    line-height: 22.80px;
    word-wrap: break-word;
    border: none;
}

.g-recaptcha {
    transform: scale(1.25);
}

input[type="checkbox"]:checked:after {
    opacity: 1;
    width: 12px;
    height: 12px;
    content: url(/DCWeb_Template/img/UT_CheckMark.svg);
    border: none;
    transform: none;
    top: 0px;
    line-height: normal;
}
input[type="checkbox"]:checked:before {
    opacity: 1;
    box-shadow: none;
    border-radius: 6px;
    background: #C0392B;
    display: flex;
    padding: 4px;
    justify-content: center;
    border: 0px;
}

input[type="checkbox"]:checked:after {
    top: 0px !important;
    /* background: var(--primary-color) !important; */
}

/* --------- New Desgin ---------- */

.first-div{
    margin-top: 30px;
    padding-bottom: 30px;
    border-radius: 12px;
    border: 1px solid rgba(32, 39, 45, 0.10);
}

.ut-login-main-content{
    display: flex;
    padding: 10px 24px 40px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--white, #FFF);
}

.d-flex-row{
    display: flex;
    align-items: flex-start;
    gap: 40px;
    max-width: 980px;
}

.MainContent:has(div.ut-firststep-login-container[style='display:none']) {
    background-color: #F6F7F7 !important;
}

.msg-card{
    width:auto; 
    margin: auto; display: block;
    padding: 0;
}

.instructionDv{
        background-color: rgba(32, 39, 45, 0.02);
        border-radius: 12px;
        padding: 20px;
}

.ut-password-ctn{
    height: 56px;
    width: 100%;
    border: 1px solid #e0e0e0 !important;
    border-radius: 8px;
    overflow: hidden;
    background-color: white;
    justify-content: space-between;
    cursor: pointer;
    outline: 1px #E4E2E6 solid;
    outline-offset: -1px;
    box-shadow: none !important;
}

.ut-form-input-password{
    width: 100% !important; 
    align-self: stretch;
    height: 56px !important;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: white;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    display: inline-flex;
    box-shadow: none !important;
    border: none !important;
    outline: none !important;
}

.ut-uae-pass-btn{
    background: white !important;
    color: black !important;
    border: 2px solid black !important;
}



@media screen and (max-width: 700px) {
    .d-flex-row{
    flex-direction: column; 
    }

    .ut-title-container{
        margin-bottom: 10px;
    }

    .first-div{
        width: 100% !important;
    }

    .second-div{
        width: 100% !important;
    }

}
@media screen and (max-width: 400px) {

    .ut-login-container {
        width: 330px !important;
    }

    /* .ut-form-input{
        width: 330px !important;
    }
     */
    .g-recaptcha{
        transform: scale(1) !important;
    }

    

}

@media screen and (max-width: 500px){
    .ut-uae-pass-btn{
        padding-inline: 0px !important ;
    }

    .username-input-wd-sm-screen{
        width: 100% !important;
    }

    .Feedback_Message_Error{
        width: 85% !important;
    }
}