html,
body {
    height: 100%;
    background: #fff;
}
a,
a:hover,
a:focus,
a:visited {
    color: #323a69;
}
.form-signin input {
  border-radius: 0;
}
.btn-outline-success {
    color: #323a69;
    border-color: #323a69;
    border-radius: 0px;
}
.btn-outline-success:hover {
    color: #fff;
    background-color: #323a69;
    background-image: none;
    border-color: #323a69;
    border-radius: 0px;
}

