.login-page, .register-page {
    background-color: #fff;
    background-size: cover;
    background-position: top center;
}
.login-box, .register-box {
    width: 377px;
    margin: 3% auto;
}
.login-box-body {
    background-color: #f5f5f5;
    padding: 20px;
    border-top: 0;
    color: #666;
}
.login-box-title {
    color: #444;
    text-align: center;
    font-weight: 600;
}
.login-box-subtitle {
    color: #444;
    text-align: center;
}
.login-logo {
    width: 377px;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../images/puc-rio-black.png');
}

.login-text {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
