/* Body */
.content {
    padding-bottom: 150px;
    min-width: 250px;
    width: 250px;
    gap: 60px;
}


.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.qr {
    width: 50%;
}


form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
    gap: 15px;

}

.form-group {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 8px;
}

.form-group img {
    display: flex;
    width: 15px;
    height: auto;
    justify-content: space-between;
}

input {
    width: auto;
}


.form-checkbox {
    width: 100%;
    font-size: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: grey;
}

.form-checkbox label {
    width: 80%;
}


.form-button button {
    margin-top: 55px;
    margin-bottom: 10px;
    width: 100px;
}

.form-button button:hover {
    width: 130px;
}

.link-button {
    width: 100%;
    font-size: 11px;
    color: grey;  
}

.form-forgot a {
    width: 90%;
    font-size: 11px;
    color: grey;  
}


