body a,
html a {
    text-decoration: none;
    outline: 0;
    transition: opacity 150ms linear, color 150ms linear, background 150ms linear;
    color: #fff;
}

a:hover {
    color: #fff;
}

.wraplogin {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #002b56;
}

.login-logo {
    text-align: center;
    margin-bottom: 30px
}

.login-logo img {
    max-width: 150px;
}

.wraplogin .wrap {
    max-width: 500px;
    margin: 0 auto;
    color: #fff;
}

.wraplogin .wrap h1 {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
}

.wraplogin .wrap input {
    padding: 14px 7px;
}

.wraplogin .wrap .form_group {
    margin-bottom: 20px;
}

.wraplogin .wrap input:focus {
    border-color: #ddd;
    box-shadow: none
}

.btn-login {
    line-height: 1.42;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .3em;
    display: inline-block;
    width: 100%;
    cursor: pointer;
    border: 1px solid transparent;
    color: #fff;
    margin-bottom: 10px;
    background: #ff4f33;
    padding: 7px 14px;    border-radius: 0.375rem;
}

.bottom {
    display: flex;
    justify-content: space-between;
}