* {
    font-family: Arial, sans-serif;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #0f62ac;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-box {
    text-align: center;
}
