*{
    margin: 100;
    padding: 0;
    box-sizing: border-box;
    font-family: 'cakefront', sans-serif;
}


body{
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #7f7f7f;
}

body{
    background-image: url(../assets/img/header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}


.wrapper{
    position: relative;
    max-width: 600px;
    max-height: 700px;
    width: 100%;
    background: #fff;
    padding: 60px;
    border-radius: 12px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    opacity: 0.9;
}

.wrapper h2{
    position: relative;
    font-size: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.wrapper h2 ::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 28px;
    background: #ffffff;
    border-right: 12px;
}

.wrapper form{
    margin-top: 40px;
}

.wrapper  form .input-box{
    height: 52px;
    margin: 20px 0;
}


.input-box.button input:hover{
    background: #96b3b1;
}

.btn-primary {
    display: inline-block;
    width: 100%;
    background-color: #5579C6;
    border: none;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
}

.btn-about {
    display: inline-block;
    width: 100%;
    background-color: #3d6462;
    border: none;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 5px;
    color: #333;
    text-align: center;
    font-size: 12px;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
}

.input-box input:focus,
.input-box input:valid{
    border-color: #5579C6;
}


.wrapper h3{
    color: #333;
    width: 100%;
    text-align: center;
    font-size: 22px;
    margin-top: 25px
}

.wrapper .text h3 a:hover{
    text-decoration: underline;
}

.button-clear {
    display: block;
    margin-top: 1rem;
    text-align: center;
    font-size: 12px;
    color: #5579C6 !important;
}

.container.register {
    max-width: 700px;
    margin: 2rem auto;
    padding: 2rem;
    background-color: transparent;
}

.users form {
    display: flex;
    flex-direction: column;
}

.form-signup {
    width: 100%;
    align-items: center;
}

.form-group {
    margin-bottom: 1rem;
    width: 450px;
    padding-right:10px;
}

.form-control {
    height: 50px;
    padding: 0.5rem 1rem;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.btn-primary {
    display: inline-block;
    width: 100%;
    background-color: #5579C6;
    border: none;
    padding: 0.75rem 1rem;
    margin-top: 1rem;
    border-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    vertical-align: middle;
    cursor: pointer;
}


.link-back {
    display: block;
    margin-top: 1rem;
    text-align: center;
    color: #5579C6;
}

.terms {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1rem;
}

.terms .form-check-input {
    margin-right: 0.5rem;
}

.terms .form-check-label {
    margin-right: 0.5rem;
}

body{
    background-image: url(../assets/img/header-bg.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

.content {
    padding-top: 4rem;
    padding-bottom: 4rem;
    padding-right: 8rem;
    padding-left: 8rem;
    opacity: 0.85;
}

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #5579C6;
    border: 0.1rem solid #5579C6;
}

.button.button-outline {
    color: #5579C6;
    padding-left: 1rem;
    padding-right: 1rem;
}

input[type='email']:focus {
    border-color: #5579C6;
}

.error-message {
    color: red;
}

#password-strength-message {
    color: #FF0000;/* Change this to your desired color */
}

