
body{
    margin: 0; padding: 0;
    background: url(../images/background/login.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover; 
    -moz-background-size: cover; 
    -o-background-size: cover; 
    background-size: cover;
    font-family: "Roboto",sans-serif;
    color: #333;
}

.login-container{
    padding: 70px 10px;
    
}

.header{
    text-align: center; 
    color: #333333;
    position: relative;
}

.header h1{color: #DDDDDD; font-size: 38px; font-family: 'Roboto', sans-serif; font-weight: 100; line-height: 0px;}
.header h1 span{font-weight: 100; font-family: 'Roboto', sans-serif;}
.header .description{color: #CCCCCC; font-family: "Roboto",sans-serif; font-size: 16px; font-weight: 300; line-height: 20px; text-align: center;}

.body{
    border: 0px;
    border-radius: 8px;
    width: 600px;
    margin-left: calc(50% - 300px);
    margin-top: 40px;
    background-color: rgba(77, 77, 77, 0.71);
}

.body .top {
    background: url(../../../images/logo-bawaslu.png) right 30px center no-repeat;
    background-size: 80px 80px;
    background-color: rgba(44, 45, 45, 0.64);
    border-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    padding: 10px 25px 10px 25px;
}
.body .top h1{
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 400;
    line-height: 20px;
}
.body .top h2{color: #AAAAAA; font-size: 16px; font-weight: 300; line-height: 16px;}

.body .form {padding: 20px}
.body .form input{
    width: 542px;
    margin: 8px;
    border: 1px solid #555555;
    padding: 12px 10px;
    color: #222222;
    background-color: rgba(255, 252, 252, 0.81);
}

.body .form .btn {
    background: rgba(201, 20, 20, 0.52);
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 15px;
    font-weight: 400;
    border: 0px solid #ccc;
    margin-bottom: 0px;
}

.footer{
    margin: 15px; 
    text-align: center; 
    color: #999; font-size: 13px;
}

@media screen and (max-width: 700px) {
    .header h1{font-size: 28px;}
    .login-container{padding-top: 30px}
    .body{width: 300px; margin-left: calc(50% - 150px); }
    .body .top{background-color: rgba(44, 45, 45, 0.64); padding: 10px 15px 10px 15px; }
    .body .form {padding: 10px}
    .body .form input{width: 258px;}
}

@media screen and (max-width: 350px) {
    .header h1{font-size: 18px;}
    .header .description{font-size: 13px;}
    .login-container{padding-top: 20px}
    .body{width: 250px; margin-left: calc(50% - 125px); }
    .body .top{background-color: rgba(44, 45, 45, 0.64); padding: 10px 15px 10px 15px; }
    .body .form {padding: 10px}
    .body .form input{width: 208px;}
}





