
.t-PageBody--login t-PageTemplate--login t-LoginPage--split apex-side-nav apex-icons-fontapex apex-theme-vita.t-PageBody--login {
    background-image:url(#APP_FILES#2.jpg);
    background-Size :cover;
    margin-top:0;
}
.t-Login-body{
    direction: ltr;
    margin-top: 20px;
      }


.t-Login-container{
    /*position:fixed;*/
    position:relative;
    width:400px;
    /*height:auto;*/
    margin:5PX;
    margin-bottom: 0px;
    background:rgba(130,130,130,3);
    padding:0px 30px;
    border:3px solid #fbce4a;
    border-radius:5%;
    /*box-shadow: 0px 10px 4px rgba(180, 10, 10, 0.4);
    box-shadow: 0px 3px 6px rgba(0,0,0 ,0.2);*/
    
    
}

.t-Login-logo{
background-Size :cover;
margin-top:0;
background-color: transparent;
/*--border-bottom:2px solid;
--border-bottom-color:#050505;*/
width :206px;
height :200px;
position: relative;
top: 75px;
}
.t-Login-title {
    color: rgb(11 75 9);
    font-size: clamp(1rem, 6vw, 2rem);
    font-weight: bold;
    height: 35px;
    border-radius: 5%;
	position: relative;
	bottom: 280px;
}

.apex-item-single-checkbox {
        color: #1958bd;
    padding: 4px 20px 4px 0px;
}

#P9999_REMEMBER_LABEL {
      padding: 0;
    
}
/*
#P9999_REMEMBER{
    background-color: red;
}
#P9999_REMEMBER_HIDDENVALUE{
    background-color: red;
}*/

.u-RTL .apex-item-icon {
     right: unset;
     left: var(--ut-field-input-icon-offset, 1.5rem);
}



   


.a-Button--hot, .t-Button--hot:not(.t-Button--simple), body .ui-button.ui-button--hot, body .ui-state-default.ui-priority-primary {
 
    border-radius: 20px;
    background-color: #1a612f;
    border: 2px solid #fbe806;
}

.a-Button--hot:hover, .a-Button--hot:not(:active):focus, .t-Button--hot:not(.t-Button--simple):hover, .t-Button--hot:not(.t-Button--simple):not(:active):focus, body .ui-button.ui-button--hot:hover, body .ui-button.ui-button--hot:not(:active):focus, body .ui-state-default.ui-priority-primary:hover, body .ui-state-default.ui-priority-primary:not(:active):focus {
    background-color:yellowgreen
}
.a-Icon {
    color: yellow;
    }
    