/* CSS Document */

#login{
background:#eeeeee;
border: 5px solid #eeeeee;
border-radius:0.5em;
padding:50px 0 0 0;
}
.logintxt{
color:#333333;
}
.txtlogin_atas {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 36px;
color:#333333;
}
.txtlogin_atas p {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 16px;
color:#333333;
}
#login img {
width: 96px;
height: 96px;
margin: 0px auto 10px;
display: block;
border-radius: 50%;
}
#txt_Password_lama
{
width: 80%;
height: 44px;
font-size: 16px;
}

#txt_Password_baru
{
width: 80%;
height: 44px;
font-size: 16px;
}

#txt_Konf_Password
{
width: 80%;
height: 44px;
font-size: 16px;
}


#txt_UserName {
width: 80%;
height: 44px;
font-size: 16px;
}
#txt_Password {
width: 80%;
height: 44px;
font-size: 16px;
}
#btnLogin {
width: 80%;
display: block;
margin-top:10px;
margin-bottom: 30px;
z-index: 1;
-moz-box-sizing: border-box;
}
.button {
    display: inline-block;
    min-width: 46px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 700;
    height: 36px;
    padding: 0px 8px;
    line-height: 36px;
    border-radius: 3px;
    transition: all 0.218s ease 0s;
    border: 1px solid rgb(220, 220, 220);
    background-color: rgb(73, 134, 231);
    background-image: -moz-linear-gradient(center top , rgb(73, 134, 231), rgb(73, 134, 231));
    -moz-user-select: none;
    cursor: default;
}
.button-submit:hover{
    border: 1px solid rgb(220, 220, 220);
    color: rgb(255, 255, 255);
    text-shadow: 0px 1px rgba(0, 0, 0, 0.3);
    background-color: rgb(53, 122, 232);
    background-image: -moz-linear-gradient(center top , rgb(77, 144, 254), rgb(53, 122, 232));
}