body {
    background-color: #272727 !important;
}

.container {
    display: flex;
    height: 100vh;
    align-items: center;
    width: 400px;
    justify-content: center;
}

.login-key {
    height: 100px;
    font-size: 80px;
    line-height: 100px;
    background: #4C34DC;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: flex;
    justify-content: center;
    margin-top: -110px !important;
}

input, input:focus, input:active {
    background-color: transparent !important;
    outline: none !important;
    border: 1px solid black;
    border-bottom: 2px solid #0DB8DE;
    font-weight: bold;
    color: #ECF0F5;
    height: 40px;
}

.action {
    margin-top: 25px !important;
}
