@font-face {
    font-family: 'NotoSansArabic';
    src: url('../fonts/NotoSansArabic_Condensed-Medium.ttf') format('truetype');
}

body {
    font-family: 'NotoSansArabic', sans-serif;
    margin: 0;
    padding: 0;
    direction: rtl;
    background-color: #f5f5f5;
    text-align: right!important;
}

.form_land{
    background-color: #1a5e51;
}

.register_button {
    background-color: #ccb879;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.register_button:hover {
    background-color: #b89c5e;
}

@media (max-width: 768px) {
    .rotate-text {
        transform: rotate(90deg);
        transform-origin: top left;
        width: 50px;
        position: absolute;
        right: -10px;
    }
    .logo{
        width: 250px;
    }
    .pic1{
        margin-bottom: 20px;
    }

    .form_land {
        margin-top: 70px;
        padding: 20px;
    }

    .register_button {
        font-size: 16px;
        padding: 15px;
    }

    body {
        text-align: center;

    }
    .center_image{
        text-align: center!important;
    }
}