#wrapping-div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100vw;
    background-color: rgba(255, 255, 255, 0.9);
    background-blend-mode: lighten;
    margin: inherit;
}

.card-login {
    width: 95%;
    max-width: 380px;
    background-color: #5D398A;
    color: #92D06E;
}

.card-signup {
    width: 700px;
    background-color: #5D398A;
    color: #92D06E;
    /*height: 100%;*/
    /*height: 50%;*/
}

.card-header h2 {
    font-weight: bolder;
    font-size: 30px;
    /*height: 50px;*/
}

.card-header {
    height: 55px;
}

#credentials {
    padding: 10px;
    height: 100%;
}

#forget-password {
    float: left;
    padding-top: 25px;
}

#forget-password p {
    color: #92D06E;
}

#button-div {
    width: 50%;
    padding-top: 10px;
    padding-bottom: 20px;
    float: right;
}

#login-btn {
    width: 100%;
    background-color: #92D06E;
    color: #5D398A;
}

#submit-btn {
    width: 100%;
    background-color: #92D06E;
    color: #5D398A;
}

#nav-div {
    height: 18%;
}

#nav-div ul, li {
    height: 100%;
    background-color: #5D398A;

}

#nav-div a {
    color: #92D06E;
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

#user-type-radio {
    font-weight: bolder;
    font-size: 18px;
    margin: auto;
}
