.login{
    max-width: 1500px;
    margin: auto;
}
.login>.vh-lg-100{
    border-radius: 0.75rem;
}
.login>.vh-lg-100>.row{
    box-shadow: 0 25px 50px -12px rgba(0,0,0,0.25);
    border-radius: 0.75rem;
}

.text-payroll{
    color: #B273BF !important;
}
.text-crm{
    color: #F7C139 !important;
}
.text-ams{
    color: #4FAF79 !important;
}
.text-ims{
    color: #f0606d !important;
}
.bg-ims{
    background-color: #f0606d !important;
}
.form-control::placeholder{
    font-size: 12px;
}
.form-control{
    border: none;
    height: 35px;
}
.form-control:focus,
.form-control:focus:visited,
.form-control:focus:active{
    box-shadow: none;
}
.login-btn{
    background-color: #fff !important;
    color: #f0606d !important;
    height: 35px;
}
.login-btn:hover,
.login-btn:focus,
.login-btn:active{
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

@media screen and ( min-width:992px ){
    .vh-lg-100{
        height: 100vh;
    }
}

/* tooltip */
.custom-tooltip{
	position: relative;
}
.custom-tooltip .tooltip-content{
	position: absolute;
	/* bottom: 100%; */
    border: 1px solid black;
	left: 0;
	display: none;
	min-width: 250px;
	opacity: 0;
    background: #fff;
    border-radius: 4px;
    padding: 10px;
}
.custom-tooltip a:hover+.tooltip-content{
	display: block;
	opacity: 1;
	transition: 0.5s;
}
@media screen and (min-width: 992px){
    .custom-tooltip .tooltip-content.malaysia{
        min-width: 700px;
        left: -300px; 
    }
}
@media screen and (max-width: 992px){
    .custom-tooltip .tooltip-content.malaysia{
        top: 100%;
        bottom: unset; 
    }
}
@media screen and (max-width: 576px){
    .custom-tooltip .tooltip-content.malaysia{
        left: -50px; 
    }
    .custom-tooltip .tooltip-content.hongkong{
        left: -100px; 
    }
}
@media screen and (max-width: 376px){
    .custom-tooltip .tooltip-content.malaysia{
        left: -100px; 
    }
    .custom-tooltip .tooltip-content.hongkong{
        left: -150px; 
    }
}

div#DigiCertClickID_uiXvm7MoSeal {
    position: absolute !important;
    right: -287px !important;
    top: 115px !important;
}
div#DigiCertClickID_uiXvm7MoSeal img {
    display:inline-block !important;
}