/** 
* Company Name: MYwave Sdn Bhd 
* 
* Description: Login css
*  
* ************************************************************************************************************************* 
* Version 	Date		Updated By 	Change Summary 
* ************************************************************************************************************************* 
* v2.0 		2019-05-08      Ter Yi      Initial Version
* v2.1 		2022-07-26      Ter Yi      Change to new plugin 
*/ 
*, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, form, label, legend, caption {
    font-family: Open Sans, Segoe UI, Tahoma, Microsoft YaHei, Helvetica, Verdana, Arial, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
body{
    min-width:0px !important;
    height:100vh !important;
    margin-top:0px;
}
a:hover {
    text-decoration: none;
}

a {
    text-decoration: none;
    font-size:12px;
    color:#007bff;
}
#login_page .login_choose_language  a{
    color:rgb(127, 127, 127)
}
a:hover {
    color: #0056b3;
}
h1 {
    font-size: 16px;
    color: #003e65;
    letter-spacing: -0.15px;
    font-weight: bold;
}
.background-white {

}

.background-blue {
    background-color: #0181FF;
    color: #ffffff !important
}
.login_choose_language  a{
    font-size:11px;
}
.background-grey {
    background-color: #999999;
}

.btn.btn_back {
    color: #999999;
}

.btn.btn_back:hover {
    color: #003e65;
}

/*NOTE: Input*/
input {
    font: inherit;
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    font-weight: 600;
}

input:focus {
    border: 1px solid #1a73e8;
}

input.middle:focus {
    outline-width: 0;
}

.input_icon_left {
    position: absolute;
    top: 50%;
    left: 10px;
    height: 15px
}

.input_icon_right {
    position: absolute;
    top: 50%;
    right: 10px;
    height: 15px
}

.login_title,.login_passcode_title, .login_username, .login_button, .login_forget_password_wrapper, .login_choose_language, .login_browser_version, .login_footer, .forget_username, .forget_email, .login_passphase, .login_passphase_verfication, .login_password_wrapper, .login_password_error_msg, .login_reset_password {
    padding-top: 10px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.login_username {
    position: relative
}

.login_forget_password, .login_forget_passcode a {
    font-size: 12px;
    color: #003e65
}

.login_forget_password, .login_forget_passcode a:hover {
    color: #0181FF;
}

.login_help {
    font-size: 24px;
    color: #7F7F7F;
}

.login_help span:hover {
    color: #0181FF;
}

.login_browser_version, .login_footer {
    font-size: 12px;
}

.login_passphase_verfication {
    display: inline-block;
    width: 100%;
}

#login_password:disabled {
    background-color: #eee;
}

#login_password {
    background-color: white;
}

/*End Input*/
/*override dropdown START*/
.dropdown {
    border: 1px solid #CCC;
    font-size: 14px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}

.dropdown:focus {
    border: 1px solid #0181FF;
}

/*override dropdown END*/
/*NOTE: override button START*/
.btn {
    border-radius: 0 !important;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .25);
    height: 40px;
    color: white;
    outline: none;
    box-sizing:border-box;
    padding:8px 12px;
}

.btn_secondary {
    background-color: white;
    border: 1px solid #0181FF;
    color: #0181FF;
}

.btn:focus, .btn:hover {
    color: #003e65;
    text-decoration: none;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
}

/*button END*/
#wrapper_login {
    margin: auto;
    width: 30%;
    min-width: 400px;
    max-width: 400px;
    padding-top: 5%;
}

#page_title {
    padding-top: 20px;
    text-align: center;
}

.hide_opacity {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    display: none;
}

.alert_button {
    border: 1px solid #D93025 !important;
    color: #D93025 !important;
}

.alert_button:hover {
    color: white !important;
    background-color: #D93025 !important;
}

/* Status End*/
.link_grey a {
    color: #7F7F7F;
    text-decoration: none;
}

.link_grey a:hover {
    color: #0181FF;
    text-decoration: none;
}

.login_title h1 {
    text-align: center;
    /*font-size: 24px !important;*/
    margin-bottom: 10px;
}

.login_footer .link_grey {
    font-size:12px;
    text-align: center;
    margin-bottom: 1rem;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
input[type="text"]:disabled {
    background: #dddddd;
}

/*Passcode*/
.passcode-area {
    text-align: center;
}

.passcode-area > input {
    border: 1px solid #CCC;
    border-radius: 4px;
    padding: 0;
    margin: 25px 4px 0;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 24px;
    line-height: 1.29;
    text-transform: uppercase;
    background-clip: padding-box;
    outline: none;
    font: inherit;
    box-sizing: border-box;
    font-weight: 600;
}

.passcode-area > input:focus {
    -webkit-appearance: none;
    border: 2px solid #0181FF;
    outline: 0;
    box-shadow: 0px 0px 3px rgba(131, 192, 253, 0.5);
}
.input-group .form-control{
    width: auto;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    line-height: 1.2;
}
.input-group{
    display: flex;
}