body {
    overflow: auto;
    background-position: initial!important;

    color: rgb(0, 131, 87)!important;
    font-family: "Roboto", "Helvetica Neue", Arial, sans-serif!important;
    font-size: 16px;
}

h2 {
    font-size: 36px;
}
h4 {
    font-size: 22px;
}

.media {
    margin-bottom: 45px;
}

.row {
    flex-direction: column;
    align-items: center;
}

.register-form-row {
    flex-direction: initial;
    align-items: initial;

    max-width: 850px;
    margin: auto;
}
.login-page-content-wrapper{
    background-color: white;
    padding-top: 1em;
}

.header {
    font-size: 22px;
    margin-top: 1em;
}

.intro-register-account {
    text-align: center;
}

body>.wrapper-full-page>*,
 .content {
    padding: 2em;
}

.login-page {
    padding-top: 50px;
}

body>.wrapper-full-page
{
    min-height: 100%;
}

.card .content {
    position: initial!important;
}

.card {
    margin-top: 0;
}

.pull-left {
    float:left!important;
}
.pull-right {
    float: right!important;
}

#air-image-logo {
    height: 150px;
    width: 150px!important;
    max-width: none!important;
}

.login-page>.content,
.lock-page>.content {
    padding: 0;
}

.full-page:before {
    background: none;
}

#login-button,
.create-account-button {
    color: white;
    background-color: #517bd5;
    border-color: #4171d5;
    font-size: 120%;
    margin: 0 auto;
}

footer * {
    color: #015b3b!important;
}

#logo-wrapper {
    text-align: center;
    clear: both;
}


.register-form-row .icon i {
    font-size: 80px;
    margin-right: 20px;
    margin-top: 10px;
}

a{color:#008357;}
