body {
    font-family: 'Segoe UI', Tahoma, sans-serif;
    background-color: #f3f2f1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.ext-sign-in-box {
    background: white;
    padding: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    text-align: left;
    position: relative;
}

.ext-illustration {
    width: 100%;
    height: auto;
    pointer-events: none;
}

.ext-text-box {
    position: absolute;
    left: 53px;
    top: 170px;
    width: 373px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #888;
    outline: none;
    font-size: 16px;
    background: white;
    color: #333;
}

.ext-text-box:focus {
    border-bottom: 1px solid #0067b8;
}

.ext-text-box-pass {
    position: absolute;
    left: 53px;
    top: 220px;
    width: 373px;
    height: 35px;
    border: none;
    border-bottom: 1px solid #888;
    outline: none;
    font-size: 16px;
    background: white;
    color: #333;
}

.ext-text-box-pass:focus {
    border-bottom: 1px solid #0067b8;
}

.ext-button-primary {
    position: absolute;
    left: 306px;
    top: 293px;
    width: 120px;
    height: 47px;
    opacity: 0;
    cursor: pointer;
}