body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.section-login {
    margin: 8rem 0 0 0;
}

.flex-form-login {
    display: flex;
    justify-content: center;
}

.wrapper-form-login {
    width: 440px;
}

.title-login h1 {
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    color: #333;
}

.title-login h6 {
    font-weight: 600;
    font-size: 24px;
    color: #333;
    margin-bottom: 1rem;
}

.form-group {
    position: relative;
    margin-bottom: 1rem;
}

.form-group input {
    width: 100%;
    padding: 18px 40px;
    font-size: 16px;
    border: none;
    border-radius: 15px;
    outline: none;
    box-shadow: 5px 5px 8px #888888;
}

.form-group label {
    position: absolute;
    top: 18px;
    left: 40px;
    font-size: 16px;
    color: #aaa;
    pointer-events: none;
    transition: 0.3s;
    color: #333;
}

.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label {
    top: 4px;
    left: 42px;
    font-size: 11px;
}

.form-group .icon {
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-20%);
    font-size: 18px;
    color: #333;
}

.form-group .toggle-password {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    font-size: 18px;
    cursor: pointer;
    color: #333;
}

.button-login {
    border: 0;
    text-decoration: none;
    padding: 0.4rem 2.5rem;
    border-radius: 25px;
    margin: 0;
    font-size: 1rem;
    font-weight: bold;
    transition: background 0.3s ease;
    background: #ff6666;
    color: #fff;
    outline: none;
    display: block;
    margin-left: auto;
}

.button-login:hover {
    background-color: #e05555;
}
.button-login:focus {
    outline: none;
}

.foot-login {
    margin-top: 1rem;
    display: flex;
    justify-content: center;
}
.desc-login {
    text-align: center;
    width: 660px;
}
.talenta-foot {
    text-align: center;
}
.talenta-foot h4 {
    color: #ff6666;
    font-size: 42px;
    line-height: 1;
    font-weight: bold;
}
.talenta-foot h6 {
    color: #333;
    font-size: 12px;
    line-height: 1;
}