﻿body {
}



.login-view {
padding-top:15px
}

.loginItem {
    margin-left: 5px;
    display: inline-block;
}

.username, .password {
    height: 28px;
    border-radius: 5px;
    display: inline-block;
    margin: 0px 2px;
    background-color: #ffffff;

}

    .username *, .password * {
        color: #3f97ff;
    }






.HeaderUsername, .HeaderPassword {
    border-radius: inherit;
    font-size: 11px;
    margin: 0px;
    color: #000000;
    display: inherit;
    background-color: white;
    border: 0px !important;
    box-shadow: inset 0 0px 0px transparent;
    height: auto;
    outline:none !important;
    padding-left:10px !important;
}

body.th #txtUsername, body.th .HeaderPassword {
    padding: 6px 0px 0px 10px;
}

body.ja #txtUsername, body.ja .HeaderPassword {
    padding: 6px 0px 0px 10px;
}

.HeaderUsername:focus, .HeaderPassword:focus {
    background-color: white;
    border: 0px solid #ffffff;
    box-shadow: inset 0 0px 0px transparent;
}

.HeaderUsername {
    width: 140px !important;
}


.HeaderPassword {
    width: 70px !important;
}

a.forgotpassword {
    font-size: 11px;
    color: #3f97ff;
    padding: 0 5px 0 0px;
}

    a.forgotpassword:hover {
        color: #3f97ff;
        text-decoration: none;
    }

.btnLogin {
    border-radius: 5px;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    padding: 4px 8px;
    margin: 0 2px;
    background-color:#25aae1;
}

    .btnLogin:hover {
        color: #25aae1;
        background-color: white;
        border-color: #25aae1;
        text-decoration: none;
    }



    .HeaderUsername{
      
    }


