body {
    margin:0;
    height: 100%;
    margin: 0;
    background-attachment: fixed;
    /*position:relative!important;*/
    overflow:visible!important;
}

.bg-wrapper {
    background: url(/app/Default/data/images/cheetah.png)no-repeat rgba(0, 0, 0, 0);
    background-size: 100%;
    background-position: center;
    height: 80vh;
}

.lineCities {
    position: fixed;
    bottom: 0;
    z-index: -1;
    width: 145%;
    right: 0px;
}
   .eye
   {   
    border: 0px;
    background-image: url(app/Default/data/images/username.png);
    background-position: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    height: 20px;
    width: 20%;
	cursor:pointer;
    position: absolute;
	transform: translateY(50%);

   }
   @media screen and (max-width: 600px) {
    .eye {
        width: 50%; /* Adjust width for smaller screens */
        margin-left: 200; /* Adjust left margin for smaller screens */
    }
}
.content-text {
    text-align: center;
    padding-top:3%;
    font-size: 40px;
    font-weight: 600;
    color: #404E67;
    cursor: context-menu;
    user-select: none;
}

.content-subtext {
    text-align: center;
    font-size: 34px;
    font-weight: 300;
    color: #404E67;
    cursor: context-menu;
    user-select: none;
}

.right-column-head {
    background-color: #404E67;
    height: 15vh;
}

.right-column-body {
    background-color: #404E67;
    height: 85vh;
}

.right-column-footer {
    margin-top: 30%;
    display: flex;
    justify-content: center;
}

.footer-wrapper {
    width: 100%;
    display: flex;
}

.nomargin {margin:0!important}
.login_error {
    color: #EA4B4B;
    font-size: 14px;
    font-weight: bold;
    height: 20px;
    padding: 0;
    text-align: center;
    width: 67%;
	position: absolute;
}
form { margin: 0;}
.inputBox {
    padding-top: 26px;
	display: flex;
	flex-direction: row-reverse;
}
.inputBox span {
    font-size:10px;
}
.inputTitle {
    color: #666666;
    display: inline-block;
    font-family: Arial;
    font-size: 14px;
    padding-bottom: 6px;
    padding-left: 1px;
	width:100px;
    font-weight:normal!important;
}

#login_username:focus {
    opacity: 1 !important;
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
#login_username:not(:placeholder-shown) {
    opacity: 1 !important;
}

#login_password:focus {
    opacity: 1 !important;
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
#login_password:not(:placeholder-shown) {
    opacity: 1 !important;
    
}

#login_companyCode:focus {
    opacity: 1 !important;
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
#login_companyCode:not(:placeholder-shown) {
    opacity: 1 !important;
}

.inputBox input, .inputBox select {
    -moz-box-sizing: border-box;
    border: 1px solid #999;
    color: #333;

    font-size: 14px;
    height: 30px;
    line-height: 18px;
    margin: 0;
    overflow: visible;
    padding: 5px;
    width: 270px;
}
.inputBox input:focus, .inputBox select:focus{border:1px solid #333}
.bigButton {
		/*display:block;*/
		border:solid 0px #16d39a;
		background: #16d39a;
		color:#fff;
		border-width:1px;
		font-size:15px;
		padding: 7px 25px;
		border-radius: 3px;
		cursor:pointer;
		text-align:center;
}
.bigButton:hover {background: #16d39a;color:#fff!important}

.buttonsDiv {
	text-align: center;
}

.fixedWidth {
	width: 140px;
}

#error_message { background: none repeat scroll 0 0 #E47575;  border: 1px solid #BC5151;  color: #A54848;font-family: calibri; font-size: 19px; margin-left: auto; margin-right: auto; margin-top: 16px; text-align: center; width: 80%;display:none;}
.messageHeader {
    padding: 10px;
    text-align: center;
}
.messageBody {
    margin-top: 30px;
    text-align: justify;
}
.messageBody p {
    font-size: 18px;
    text-align: center;
}
#infoPanel {
    font-family: calibri;
    font-size: 19px;
    margin: 20px auto;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}
.box.tabsTitle .header {
    color: #888888;
    font-family: 'Comfortaa',Arial,sans-serif;
    font-size: 30px;
    margin-bottom: 25px;
    text-align: center;
    text-shadow: -1px -1px 0 #FFFFFF;
}
.box .header {
    font-weight: 400;
    line-height: 1.2;
    min-height: 32px;
    padding-left: 10px;
}
.gkCopyrights {
    text-align: center;
	font-family:Arial;
    position: fixed;
    bottom: 0%;
    left: 80%;
    color:white;
    opacity: 0.8;
    white-space:nowrap;
}

#login_username {
    border-radius: 10px;
    border: 0px;
    opacity: 0.7;
    background-color: white;
    background-position: 3%;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 65px;
    height: 40px;
    font-size: 22px;
    width: 100%;
}

#login_password {
    border-radius: 10px;
    border: 0px;
    opacity: 0.7;
    background-color: white;
    background-position: 12px;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 65px;
    height: 40px;
    font-size: 22px;
    width: 100%;
}

#login_companyCode {
    border-radius: 10px;
    border: 0px;
    opacity: 0.7;
    background-color: white;
    background-image: url(app/Default/data/images/username.png);
    background-position: 3%;
    background-size: contain;
    background-repeat: no-repeat;
    text-indent: 65px;
    height: 40px;
    font-size: 22px;
    width: 100%;
}

#login_submitBtn {
    border-radius: 8px;
    font-weight: 600;
    height: 40px;
    font-size: 18px;
    width: 100%;
}

.gkCopyrights a {color:white}
.support-section a, .company-main a {color:white}
.support, .company {
    font-size: 20px;
    color: white;
    font-weight: 500;
}
.support-section {
    margin-top: 10%;
}
.support-main {
    margin: 0 auto;
}
.company-section {
    margin-top: 20%;
}
.company-main {
    margin: 0 auto;
}
.main-container {
    font-size: 14px;
    height: 385px !important;
    left: 50%;
    margin-left: -250px;
    margin-top: -200px;
    position: fixed;
    top: 40%;
    width: 500px;
	height: 100%;
	border-radius: 5px;
    display: table;    
}

#comidorBanner {
    width: 100%;
    border-bottom: 2px solid white;
}

.bannerBg {
    top: -106px;
    height: 100%;
    width: 400px;
    border-bottom: 5px solid white;
    margin-left: 70px;
}

.loginBg {
    width: 400px;
    position: fixed;
    bottom: 0px;
    right: -1px;
    z-index: -1;
    height: 2000px;
}
.content-bottom {
    position: fixed;
    z-index: -2;
    right: 36px;
}
.content-bottom h1 {color:#5d85a0;font-weight:normal;margin: 6px 0;font-size:22px;text-align:center}
.content-bottom p{color:white;margin:15px 0 0;text-align:center}
.content-bottom h1,
.content-bottom p{font-family:arial}

#login-box {
    display: flex;
    justify-content: center;
    margin-top: 20%;
}

.signin {
    width: 80%;
    margin: 0 auto;
}

.right-column-footer a:hover {
    color: black;
}
.reset-password a:hover {
    color: black!important;
}

@media (max-width: 430px) {
	.bg-container {
    display: none !important;
}
}
