body{

background:#eef2f7;

}

.container{

max-width:430px;

margin:auto;

padding-top:35px;

}

.login-box{

background:#fff;

padding:30px;

border-radius:20px;

box-shadow:0 5px 20px rgba(0,0,0,.12);

}

.logo{

width:90px;

}

.biru{

color:#0d6efd;

font-weight:bold;

}

.silver{

color:#888;

font-weight:bold;

}

.subjudul{

color:#666;

line-height:24px;

}

.form-control{

height:50px;

}

.input-group-text{

width:50px;

justify-content:center;

}

.btn{

height:50px;

font-weight:bold;

border-radius:12px;

}

.copyright{

margin-top:20px;

text-align:center;

font-size:13px;

color:#888;

}