body {
    height: 100vh;
    width: 100%;
}

.title {
    background-color: aquamarine;
    color: blue;
}


.input {
    border: none;
    background: none;
    outline: none;
    width: 100%;
    padding-left: 25px;
    border-bottom: 1px solid #000000;
}

.icon-input {
    display: flex;
    align-items: center;
    position: relative;
}

.user-icon {
    display: flex;
    position: absolute;
}

.enter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bg-color {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: rgb(108, 108, 250);
}

.forms {
    display: flex;
    flex-direction: column;
    background-color: blanchedalmond;
}

.icon-user {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
