body.login
{
    margin: 0;
    padding: 0;
    background: url(../img/background.jpg);
    background-size: cover;
	background-color: #fff; /* Used if the image is unavailable */
    height: 670px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover;
}
.row.navi {
	margin-top: 10px;
}
.row.main {
	margin-top: 70px;
}
.bold, .result {font-weight:bold;}
.divresult {display:none;}
.input-group-addon
{
    background-color: rgb(50, 118, 177);
    border-color: rgb(6, 3, 167);
    color: rgb(255, 255, 255);
}
.form-control:focus
{
    background-color: rgb(230, 238, 113);
    border-color: rgb(40, 94, 142);
    color: rgb(8, 8, 8);
}
.form-signup input[type="text"],
.form-signup input[type="password"] { 
	border: 1px solid rgb(50, 118, 177); 
}
.panel.panel-info{
    margin-top: 220px;
    width: 320px;
    height: 320px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    
}
.text-normal{
    font-size: 14px;
    font-weight: 600;
}
.text-keterangan{
    font-size: 11px;
}
