﻿body {
    background: rgb(64, 97, 102);
    font-family: nauss, sans-serif;
}

.header_title {
    background-color: #c6a778;
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
    font-family: nauss, sans-serif;
    color: #fff;
}

.btnLang {
    float: left;
    background-color: #ad936c;
    margin: 0 20px;
    font-size: 15px;
    padding: 5px 10px;
    color: #fff;
   
}
.form-control {
    height: 40px;
}

.form-group {
    margin-bottom: 20px;
    font-family: 'Greta Text Arabic AR+LT',tahoma;
}

.bg_light {
    background-color: rgb(255, 247, 240);
    background-image: url('admission-bg-ar.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0px 0 50px 0;
    background-size: contain;
    background-attachment: scroll;
}

@media (max-width: 1200px) {
    .bg_light {
        background-image: none;
    }
}

.result_section {
    background-color: #fff;
    padding: 20px 40px;
    margin-top: 20px;
}

    .result_section div {
        margin-bottom: 10px;
    }

    .result_section label {
        width: 105px;
        font-size: 12px;
        font-weight: bold;
        vertical-align: -webkit-baseline-middle;
        color: rgb(64, 97, 102);
        font-family: 'Greta Text Arabic AR+LT',tahoma;
    }

    .result_section input {
        width: 300px;
        font-size: 13px;
        font-weight: normal;
        border: 0;
        font-family: 'Greta Text Arabic AR+LT',tahoma;
        background-image: url('dashed.jpg');
        background-position: center bottom;
        background-repeat: repeat-x;
    }

.page_title {
    font-size: 30px;
    font-weight: bold;
    color: #c6a778;
    text-align: center;
    margin: 40px 0;
}

.footer_title {
    text-align: center;
    margin: 50px 0;
}

    .footer_title h2 {
        font-size: 28px;
        font-weight: bold;
        color: #c6a778;
        text-align: center;
        margin: 0;
    }

    .footer_title p {
        margin-top: 10px;
        margin-bottom: 15px;
        color: #fff;
        font-size: 16px;
        line-height: 50px;
        font-weight: 400;
        text-transform: none;
        font-family: 'Greta Text Arabic AR+LT',tahoma;
    }

.footer_title_copyright {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    color: #fff;
    font-family: 'Greta Text Arabic AR+LT',tahoma;
}

.footer-button {
    padding: 16px 35px;
    border-radius: 8px;
    background-color: #c4a97c;
    color: #FFF;
    box-shadow: 0 3px 9px -5px rgb(0 0 0 / 63%);
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 2px;
    text-decoration: none;
    font-family: sans-serif;
}

    .footer-button:hover {
        color: #FFF;
    }

@media (min-width: 992px) {
    .col-md-offset-1 {
        margin-right: 8.33333333%;
        margin-left: 0 !important
    }

    .col-md-offset-2 {
        margin-right: 16.66666667%;
        margin-left: 0 !important;
    }
}

.toast-top-center {
    top: 40%
}
