.login-page, .register-page {
    background-color: #F1F1F1;
    height: 100%;
    width: 100%;
    position: fixed;
}
.login-box {
    width: 100%;
    max-width: 380px;
    height: calc(100vh - 30px);
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.login-box-lg {
    max-width: 500px;
}
.login-logo, .register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
    width: 100%;
}
.login-box-body, .register-box-body {
    width: 100%;
    background: rgba(255, 255, 255, .9);
    padding: 20px;
    border-top: 0;
    color: #67757c;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 rgb(169, 169, 169), 0 3px 1px -2px rgb(169, 169, 169), 0 1px 5px 0 rgb(169, 169, 169);
}
.carousel-caption {
    text-align: left;
    top: 10%;
    font-size: 32px;
    left: 10%;
}
.footer {
    font-weight: 400;
    font-size: 13px;
    color: #67757c;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.logo {
    max-width: 280px;
    width: 100%;
    height: auto;
}
