html, body, .container-fluid, .row, .d-flex {
    height: 100% !important;
    max-width: 100% !important;
}

.row {
    max-height: 100vh;
    --bs-gutter-x: 0;
    margin: 0 !important;
}

.col-md-4, .col-md-8 {
    padding: 0;
}

.center-group {
    width: 75%;
    margin: auto;
    text-align: left;
}

.form-container{
    background: #fff;
    padding: 30px;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #c9c9c9;
}

.logo-properties {
    max-width: 16vw;
    max-height: 30vh;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.5rem;
    display: block;
}

.btn-primary {
    background-color: #26c6da;
    border-color: #26c6da;
    width: 100px;
}

.center-text {
    text-align: center;
}

.left-text {
    text-align: left;
}

.font-properties {
    font-family: 'Raleway';
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

p {
    color: #777;
}

.bold-text {
    font-weight: 600;
}

#my-form {
    padding-right: 5vw;
    padding-left: 5vw;
    padding-top: 10vw;
}

#my-button {
	background-color: #26c6da;
    border-color: #26c6da;
    width: 100px;
    color: white;
}

#my-button:hover {
	filter: brightness(1.1);
}

#my-button:active {
	filter: brightness(0.9);
}

.wave-props {
    opacity: 0.4; 
    top:0; 
    max-height: 20vh;
    margin-left:auto;
    margin-right: auto;
}