body {
    font-family: Arial, sans-serif;
    background-color: #343a40;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    width: 100%;
    max-width: 400px;
    padding: 20px;
}

.divider {
    border-top: 1px solid #6c757d;
    width: 80%;
    margin: 30px auto;
}

h2 {
    font-weight: normal;
    margin-bottom: 40px;
}

.input-container {
    position: relative;
    margin-bottom: 30px;
}

input[type="email"] {
    width: 100%;
    padding: 12px 12px 12px 50px;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
}

.email-icon {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #e9573f;
    height: 100%;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.button-container {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.btn {
    padding: 10px 20px;
    border: none;
    color: white;
    font-size: 14px;
    cursor: pointer;
}

.btn-back:hover {
    background-color: #408d60;
}

.btn-verify {
    background-color: #3498db;
    color: white;
}

.btn-verify:hover {
    background-color: #2980b9;
    }
.btn-back {
    background-color: #27ae60;
}

.username-group {
    position: relative;
    margin-top: 32px;
}

.username-icon-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    background-color: #da542e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    margin: 1px;
}

.username-icon {
    color: white;
    font-size: 17px;
}
.size{
    font-weight:800;
}