body {
    margin: 0;
    padding: 0;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 400px;
    max-width: 100%;
}

.back-icon {
    color: #3F424B;
    display: flex;
    justify-content: flex-start;
    cursor: pointer;
}

.infoText {
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.infotextCreate {
    font-size: 24px;
    font-weight: 600;
    color: #3F424B;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.form-group label {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.form-control {
    border-radius: 5px;
    height: 45px;
    border-color: #ffb524 !important;
}

.btn-primary {
    background-color: #FF5733;
    border: none;
    height: 50px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 800;
}



.signin-btn {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 310px;
    font-weight: 500;
    background-color: #80CC28;
    color: #fff;
    padding: 10px;
    border: none;
    border-radius: 20px;
    margin: 0 auto; 
}
.signin-btn:hover{
    background-color: #ffb524;
}