.sign-up-container {
    max-width: 350px;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
}

#password-Help {
    text-align: right;
}

.sign-in-button .btn {
    padding: 0.275rem 4.75rem !important
}

.sign-in-button .btn-primary {
    background-color: #FFCB00 !important;
    color: black !important;
    border-radius: 19px !important;
    border-color: #FFCB00 !important;
    font-weight: 600;
}

.title-signup {
    color: white;
    text-align: center;
}

.Signup-body {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), linear-gradient(113deg, #4483ED 0%, #7ACC8F 100%);
}

.signup-form .form-text {
    color: white !important;
}

.sigunup-page-logo {
    display: flex;
    justify-content: center;
    padding-bottom: 29px;
}

.sigunup-page-logo img {
    max-width: 110px;
    width: 100%;
    height: 100%;
}

.sign-in-button {
    display: flex;
    justify-content: center;
}

.addHeight{
    height: 100%;
    min-height: 100%;
}