body {

    background: linear-gradient(180deg, #ADA4E5 -9.5%, #ADA4E5 -6.51%, #7477DE 99.52%, #7477DE 100.01%);
    font-family: Work Sans, serif !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #626670;
    height: 100%;
    width: 100%;
}

body.bancard {
    background: linear-gradient(270deg, #00B8FF 0%, #0069B4 100%);
}

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

html {
    height: 100%;
    width: 100%;
}

#main-container {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 21rem;
    height: 60%;
    border-radius: 3rem;
    background: white;
}

body.bancard #form-container {
    width: 60rem;
}

#form-container > * {
    align-self: center;
    text-align: center;
}

.logo {
    width: 60%;
}

input, label {
    display: block;
    margin: 0.5rem auto;

}

#toggle-password-checkbox, #toggle-password-text {
    display: inline-block;
}

#toggle-password-checkbox {
    width: 1rem;
}

.title {
    font-size: 1.5rem;
    margin: 1.5rem auto;
    font-weight: bold;
}