body {
    background-color: #010300;
    color: #fff;
    line-height: 2
}

p {
    line-height: 2 !important;
    margin-bottom: 0
}

.page {
    margin: 50px auto
}

.image-container {
    display: flex;
    justify-content: center
}

.image {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    border-radius: 25px;
    box-shadow: 0 0 20px #ffe400
}

.form-group {
    margin: 10px 0 20px
}

.btn {
    margin-bottom: 20px
}

.logo img {
    max-width: 150px;
    margin: 0 auto 50px;
    display: block
}

.row .col-md-7,
.row .col-md-5 {
    padding: 20px
}

.alert {
    margin-top: 20px !important;
    display: block
}

.alert a {
    text-decoration: none !important
}

h4 {
    margin-top: 20px
}