/***************************/


/********** LOGIN **********/


/***************************/

body, html {
    background-image: url("../images/latar.jpg");
    height: 100%;                        
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; 
}

.login-box {
    width: 550px;
    cursor: url(g/hot.ani), pointer;
    /* font-family:Arial, Helvetica, sans-serif; */
    font-family: "Century Gothic", Helvetica, sans-serif;
    font-size: 13px;
    margin: 0px auto;
    background: url("../images/bck_attention.png");
    margin-top: 100px;
    padding: 10px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 10px 10px 10px 10px;
}

input {
    font-family: "Century Gothic", Helvetica, sans-serif;
}

.login-border {
    border: 1px solid #cccccc;
    background: url("../images/bck_white_50.png");
}

.login-style {
    border: 2px solid #ffffff;
    background: url("../images/login.jpg") center center no-repeat;
}

.login-header {
    height: 110px;
    background: url("../images/login_header1.png") center bottom no-repeat;
    padding: 15px 15px 0px 15px;
}

.login-header .logo {
    width: auto;
    margin: 0px;
    padding-top: 0px;
}

.login-header .logo .title {
    width: 400px;
}

.login-header .logo .text {
    width: 400px;
    color: #333333;
}

.login-inside {
    height: 200px;
    padding-top: 35px;
    border-bottom: 1px solid #627603;
}

.login-inside p {
    text-align: center;
    padding-bottom: 10px;
}

.login-data {
    width: 220px;
    padding: 40px 0px 0px 0px;
    background: url("../images/bck_white_50.png");
    margin: 5px auto;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    margin-left: 160px;
}

.login-data label {
    display: block;
    width: 80px;
    float: left;
    line-height: 22px;
    text-align: right;
    margin-right: 10px;
}

.login-data .row {
    padding-bottom: 10px;
}

.login-data .submit {
    margin-left: 90px;
}

.login-footer .remember {
    color: #ffffff;
    line-height: 22px;
    display: block;
    float: left;
    font-weight: bold;
}

.login-footer .remember label {
    margin-left: 3px;
}

.login-footer a {
    color: #ffffff;
    text-decoration: none;
    background: url("../images/bck_white_20.png");
    font-size: 11px;
    font-weight: bold;
    display: block;
    padding: 0px 15px 0px 15px;
    line-height: 22px;
}

.login-footer a:hover {
    color: #ffffff;
    text-decoration: none;
    background: url("../images/bck_white_30.png");
}