
.wrapper {
    margin-top: 5vh;
    margin-bottom: 5vh;
}

#pr-header {
    overflow: hidden;
    background: #6c3c94;
    display: inline;
    float: left;
    width: 100%;
    overflow-y: scroll;
}

#pr-header::-webkit-scrollbar {
    background: transparent;
}

#pr-header::-webkit-scrollbar-track {
    margin: 5px;
}

#pr-header::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,0.5);
    border-radius: 15px;
}

#pr-header .container {
    height: 630px;
}

#pr-footer .container {
    padding-top: 5px;
    padding-bottom: 5px;
}

.pr-footer-area {
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
}

#pr-footer {
    background-color: #48286d;
    color: #ffffff;
    display: inline;
    float: left;
    width: 100%;
}

#pr-footer .mu-copy-right a {
    color: #a894c3;
}

.form-signin {
    max-width: 380px;
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 10px;
}

.form-signin .logo {
    width: 150px;
    height: 150px;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
    margin-bottom: 30px;
}

.form-signin .checkbox {
    font-weight: normal;
}

.form-signin .form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    z-index: 2;
}

.color-primario {
    color: #a894c3;
}

.btn-primario {
    color: #fff;
    background-color: #48286d;
    border: #48286d;
}

.btn-primario:hover {
    color: #fff;
    background-color: #a894c3;
}

@media only screen and (min-height: 665px) {
    #pr-header .container {
        height: 95vh;
    }

    #pr-footer .container {
        height: 5vh;
    }
}