/* Body */
.content {
    padding-bottom: 150px;
    min-width: 360px;
    width: 360px;
    gap: 60px;
}

.title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

p {
    width: 90%;
    font-family: Arial, sans-serif;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 15px;
}

.details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 88%;
}

.details .form-group {
    display: flex;
    flex-direction: row;
    width: 50%;
}



.form-group {
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 8px;
}

.form-group img {
    display: flex;
    width: auto;
    height: 15px;
    justify-content: space-between;
}

input {
    width: auto;
}

textarea {
    width: 100%;
}


.form-forgot {
    width: 100%;
    text-align: center;
}

.form-forgot a {
    width: 100%;
    font-size: 11px;
    color: grey;
    
}


