body {
    background-color: #eee;
}

#access {
    background-color: white;
    border-radius: 5px;
    width: 375px;
    box-shadow: 2px 2px 5px #999;
}
     
    .has-error{color:#343A40 !important;}
    .has-success{color:#17A2B8 !important;}
    .has-error input{border:1px solid #343A40 !important;}
    .has-success input{border:1px solid #17A2B8 !important;}