*{
	box-sizing: border-box;
}

body {
    direction: rtl;
    background-color: #e8f5e9; /* سبز روشن */
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    font-family: dana, IRANSansFa, serif;
    font-weight: 500;
}

#login-form{
    max-width: 500px;
    margin: 0 auto;
}

button.close{
    position: absolute;
    left: 12px;
    top: 0;
    background: transparent;
    border: 0;
    padding: 0;
    font-size: 200%;
}

.btn-link{
    text-decoration: none;
}
