body {
    background: linear-gradient(90deg, #8b8b8b 0%, #a3a3a3 100%);
}

div.logo {
    background-image: url(/assets/images/tingo_logo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 80px;
    width: 168px;
}

div.brand-image {
    background-image: url(/assets/images/tingo_brand.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    object-fit: fill;
    min-height: 400px;
}

input.gw-input {
    border: solid 1px #939393;
    background: #ffffff;
    padding: 5px;
    outline: none;
    width: 100%;
}

button.gw-button {
    background: #939393;
    color: white;
    padding: 5px 10px;
}

button.gw-button:disabled {
    background: #d3d3d3;
    cursor: no-drop;
}