body {
}

h1 {
    color: rgb(210, 128, 46);
    font-size: 55px;
}

h4 {
    color: rgb(46, 81, 125);
}

h3 {
    color: #ffffff;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
    color: rgb(79, 116, 163);
}

.sign-in-panels {
    min-height: 100vh;
}

.info-panel {
    background-color: rgb(250, 250, 250);
    min-height: 100vh;
}

.sign-in-panel {
    background-color: rgb(46, 81, 125);
    min-height: 100vh;
}

label {
    color: #ffffff;
    margin-bottom: 5px;
}

.sign-in-button {
    color: rgb(46, 81, 125);
    border-radius: 25px;
}

.form-control:focus {
    outline: none;
}