body {
    background: linear-gradient(-135deg, #ffc618, #fff);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.wrap-login100 {
    background: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
    padding: 30px 30px 30px 50px;
    max-width: 960px;
    margin: auto;
    gap: 30px;
    align-items: center;
}
.login100-form {
    width: 350px;
}
.section-login .form-group {
    margin-bottom: 15px;
}
.accountLayout .form-group div.d-flex {
    border: 1px solid #cfd4d8;
    border-radius: 4px;
    margin-bottom: 0 !important;
    padding-left: 10px;
}
.form-group {
    margin-bottom: 12px;
}
.form-group label {
    margin-bottom: 0;
}
.form-group label svg {
    color: #79797a;
    height: 25px;
    width: 25px;
}
.accountLayout .form-group input {
    background-color: #fff;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #455560;
    font-weight: 500;
    height: 38px;
    padding: 12px 19px;
    flex-grow: 1;
}
input:focus-visible {
    outline: unset;
}

label[disabled] {
    pointer-events: none;
}
