﻿@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html body {
    direction: rtl;
    font-family: "Heebo", sans-serif;
    font-size: 13px;
    color: #006DB7;
    background-image: url("/reg/img/bg.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.mainDiv,
#mainDiv {
    margin-left: auto;
    margin-right: auto;
    overflow-x: auto;
    position: absolute;
    top: 101px;
    bottom: 30px;
    left: 10px;
    right: 10px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* White background with 50% opacity */
    padding: 20px; /* Optional padding */
    box-sizing: border-box; /* Ensures padding is included within width and height */
    filter: alpha(opacity=80); /* Fallback for older versions of Internet Explorer */
}

.logo {
    max-width: 70%;
}

#divPowered {
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    height: 10px;
    bottom: 15px; /* Aligns it to the bottom of the page */
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    direction: unset;
    color: white;
}

#divLogo {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    position: absolute;
    top: 10px;
    height: 90px;
    left: 10px;
    left: 10px;
    right: 10px;
    max-width: 430px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px black;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8); /* White background with 50% opacity */
    padding: 20px; /* Optional padding */
    box-sizing: border-box; /* Ensures padding is included within width and height */
    filter: alpha(opacity=80); /* Fallback for older versions of Internet Explorer */
}

h3 {
    left: 0;
    right: 0;
    padding: 10px;
    box-shadow: 0px 0px 0px black;
}

input[type="text"], .tb1 {
    width: 100%;
    padding: 10px;
    margin: 1px 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

    /* Additional styling for focus state */
    input[type="text"]:focus, .tb1:focus {
        border-color: #66afe9;
        outline: none;
        box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
    }

h2, h3, h4, h5 {
    padding: 0;
    margin: 0;
}

h4 {
    font-weight: normal;
}

h5 {
    font-weight: normal;
}

.btns1 {
    border-radius: 10px;
    font-size: 120%;
    padding: 10px;
    width: 49%;
}

.btnsClose {
    font-size: 120%;
    padding: 10px;
    background-color: lightcoral;
    color: darkred;
}

#tbChildBirthay {
    width: 150px;
}
