body{
   background-color: rgba(53,85,204,1);
}
#login {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
form.form-signin {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.fa {
    color: #FFF;
    font-size: 4rem;
}
input{
    width:16rem;
    max-width: 90%;
    border:none;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-align: center;
    border-radius: .25rem;
    margin: .25rem 0;
    background: #FFF;
    box-sizing: border-box;
}
button{
    background: #ffc341;
    width: 16rem;
    max-width: 90%;
    border: none;
    font-size: 1rem;
    padding: .5rem 1rem;
    text-align: center;
    border-radius: .25rem;
    margin: .25rem 0;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    box-sizing: border-box;
}
form.form-signin footer{
    max-width: 90%;
    width: 20rem;
    text-align: right;
    padding: .5rem 0;
    font-size: .9rem;
}
form.form-signin footer a{
    color:#FFF;
}
form.form-signin footer a:hover{
    text-decoration: none;
}
.data{
        margin: 0;
    padding: 1rem .5rem;
}
.data h3{
    margin-top: 0;
}
.guts{
        background-color: rgba(53,85,204,1);
    color:#FFF;
}
.content {
    max-width: 18rem;
    min-width: 18rem;
    text-align: center;
}
#update_person {
    word-break: break-word;
    line-height: 1.2;
}
#update_person span {
    font-size: .75rem;
}