html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


@font-face {
    font-family: KafalahBold;
    src: url("TheSansArabic-Bold.otf");
}

@font-face {
    font-family: KafalahLight;
    src: url("TheSansArabic-Light.otf");
}

/* Style all input fields */
input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
}

    /* Style the submit button */
    input[type=submit] {
        background-color: #04AA6D;
        color: white;
    }

/* Style the container for inputs */
.container {
/*    background-color: #f1f1f1;
*/    padding: 20px;
}

/* The message box is shown when the user clicks on the password field */
#message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "\2714";
    }

/* Add a red text color and an "x" icon when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "\2716";
    }


.content {
    width: 50%;
    height: auto;
    margin: 0;
    padding-top: 30px;
}

.nav-pills {
    width: 100%;
}

.nav-item {
    width: 50%;
}

.nav-pills .nav-link {
    font-weight: bold;
    padding-top: 13px;
    text-align: center;
    background: #fff;
    color: #031b37;
    /*        border-radius: 15px;
            */
    height: 120%;
}

    .nav-pills .nav-link.active {
        background: #031b37;
        color: #fff;
    }

.tab-content {
    /* position: absolute;
                        width: 450px;*/
    /*        height: auto;
            */
    margin-bottom: 25px;
    background: #fff;
    color: #000;
    border-radius: 20px;
    z-index: 1000;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    padding-top: 30px;
}

    .tab-content button {
        width: 100px;
        margin: 0 auto;
        float: left;
        background: #031b37;
        color: #fff
    }

.centered-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@font-face {
    font-family: KafalahBold;
    src: url("TheSansArabic-Bold.otf");
}

@font-face {
    font-family: KafalahLight;
    src: url("TheSansArabic-Light.otf");
}


@media screen and (max-width: 768px) {
    /* Styles for mobile devices */


    .container {
        min-width : 300px;
    
    } 



}