html {
    background-color: #117a8b;
    background-size: cover;
}

body {
    height: 100%;
}

body {
    position: relative;
    padding: 0;
    background-color: #117a8b;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 100vh;
}

.login-shell {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-shell > .row {
    flex: 1;
    align-items: center;
}

.form-signin {
    width: 100%;
    max-width: 450px;
    padding: 15px;
    margin: 0 auto;
}

.login-panel {
    width: 100%;
}

.login-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.25rem 1rem 1rem;
    background-color: #ffc107;
    border-radius: 0.25rem 0.25rem 0 0;
}

.login-logo {
    width: auto;
    max-width: 280px;
    max-height: 120px;
    height: auto;
    margin: 0 auto;
    display: block;
}

.login-card {
    border-radius: 0 0 0.25rem 0.25rem;
    border-top: none;
}

.login-footer {
    margin: 1.5rem 0 0;
    padding-bottom: 1rem;
    color: #fff;
    font-size: 13px;
}

.form-signin .checkbox {
    font-weight: 400;
}

.form-signin .form-control {
    position: relative;
    box-sizing: border-box;
    height: auto;
    padding: 10px;
    font-size: 16px;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.form-signin input[type="email"] {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
