#content-wrapper {
    min-height: 100vh;
}

#form-login {
    /*margin: 3% 25% 0 25%;*/
    margin: 0 28% 0 28%;
    padding: 2% 10%;
    background-color: #FFF;
}

#act_btns {
    margin: 20px 0 20px 0;
    display: flex;
    justify-content: center;
}

#forgot-wrapper {
    text-align: center;
    font-size: 14px;
}
#forgot-wrapper a {
    text-decoration: underline;
}    

div.apptitle {
    display: flex;
    flex-direction: column;
    align-items: center;    
    margin-bottom: 10px;
}

div.apptitle h1 {
    font-size: 40px;
}
div.apptitle span {
    font-size: 14px;
}
.btn.btn-primary{
    background-color: #1d7aba;
}
.btn.btn-primary:hover{
    opacity: 0.8;
}

#logo-login {
    height: 100px;
    margin-top: 15px;
}

body {
    margin: 0;
    padding: 0;
}
#content-wrapper {
    margin: 0;
    padding: 5% 0 0 0;
    height: 100%;
}

#login-footer {
    text-align: center;
    position: fixed;
    bottom: 30px;
    width: 100%;
    color: #FFF;
}
#login-footer #logo {
    width: 168px;
    margin-right: 15px;
}