Preview:
body {
    font-family: Arial, sans-serif;
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 1px;
    max-width: 350px;
    padding: 10px 0;
    text-align: center;
}

.login-container {
    padding: 10px 40px;
}

.logo img {
    width: 175px;
    margin: 20px 0;
}

.login-form input {
    width: 100%;
    padding: 9px 0 7px 8px;
    margin-bottom: 6px;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    background-color: #fafafa;
    font-size: 12px;
}

.login-form button {
    width: 100%;
    padding: 5px 10px;
    margin-top: 8px;
    background-color: #3897f0;
    border: 1px solid #3897f0;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.forgot-password {
    margin-top: 12px;
    font-size: 12px;
}

.forgot-password a {
    color: #00376b;
    text-decoration: none;
}

.signup {
    margin-top: 10px;
    font-size: 14px;
}

.signup a {
    color: #3897f0;
    text-decoration: none;
}

.get-app {
    margin-top: 10px;
    font-size: 14px;
}

.app-links {
    margin-top: 10px;
}

.app-links img {
    width: 135px;
    margin: 0 5px;
}
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter