body {
    margin: 0;
    padding: 0;
    font-family: "Quicksand", sans-serif;
}

.btn-green {
    background-color: #48cfae !important;
    border-color: #48cfae;
    color: #fff;
}

.btn-green:focus {
    box-shadow: 0 0 0 0.25rem rgb(72 207 174 / 50%);
    border-color: #48cfae;
    color: #fff;
}

.btn-green:hover {
    box-shadow: 0 0 0 0.25rem rgb(72 207 174 / 50%);
    border-color: #48cfae;
    color: #fff;
}

label {
    color: #999;
    margin-bottom: 5px;
}

.sub-line {
    color: #AAAAAA;
    font-size: 14px;
}

.cgu-text {
    color: #333;
    font-size: 13px;
}

.cgu-text a {
    color: #1f69c0;
    text-decoration: none;
}

.max-w-login {
    max-width: 450px;
}

.text-gray {
    color: #999;
}

.text-green {
    color: #2cb191;
}

.start-component {
    color: #ffcc00;
}

.bg-paper {
    background-color: #dae3eb;
}

.clickable {
    cursor: pointer;
}