﻿
@font-face {
    font-family: "DIN";
    src: url("../fonts/FormalFont2024/Eng/DINPro.otf") format("opentype"), url("../fonts/FormalFont2024/Eng/D-DIN-PRO-500-Medium.otf") format("opentype"), url("'../fonts/FormalFont2024/Eng/DIN Medium.ttf'") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "DIN Medium";
    src: url("../fonts/FormalFont2024/Eng/D-DIN-PRO-500-Medium.otf") format("opentype"), url("'../fonts/FormalFont2024/Eng/DIN Medium.ttf'") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "DIN Arabic";
    src: url("../fonts/FormalFont2024/Arabic/DIN Next LT Arabic.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

.arabicfont {
    font-family: "DIN Arabic" !important;
}

.englishfont {
    font-family: "DIN Arabic" !important;
}

body {
    /*    background: #f7f7f7 !important;
*/ direction: ltr !important;
    font-size: 17px !important;
    background-image: linear-gradient(#c2c2c282 -9%,#fff 32%) !important;
}

.wrapper {
    display: flex;
    justify-content: center;
}

#fsaThemeTop {
    position: absolute;
    width: 370px;
    top: 0;
    right: 0;
    opacity: 0.2;
   /* margin-top: -29px;*/
}

#fsaThemeBottom {
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 0;
    opacity: 0.2;
   /* margin-left: -21px;*/
}

#imgVision2040 {
    position: absolute;
    margin: 0px 60px 40px 60px;
    width: 300px;
    bottom: 0;
    right: 0;
}


.h1LoginPage {
    font-size: 65px;
    text-align: left;
    color: #32538D;
    font-weight: 600;
    line-height: 1;
    font-family: DIN Medium;
}

.h3LoginPage {
    font-size: 25px;
    text-align: left;
    color: #2581C4;
    line-height: 0px;
}

.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.hideMobile {
    display: unset;
}

.showIpad {
    display: none;
}

.showMobile {
    display: none;
}

#page {
    position: relative;
    /*overflow-x: hidden;*/
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    padding-left: 3%;
    padding-right: 3%;
    margin-top: 35px;
    margin-bottom: 147px;
}

    #page .page-inner {
        /*max-width: 1200px;*/
        margin: 0 auto;
        overflow-x: hidden;
    }

.gtco-nav {
    margin-top: 25px;
    padding: 0;
}

    .gtco-nav #gtco-logo {
        font-size: 20px;
        margin: 0;
        padding: 0;
        font-weight: bold;
        text-align: center
    }

#gtco-logo {
    text-align: center;
    margin: 0px 35px 0px 35px;
}

.form-control:focus, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus {
    border-color: #2581C4 !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/*Login*/
.signin-container {
    padding: 15px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 20px;
    /*border-left-width: 10px;*/
    /*border-left-color: #32538D;*/
    height: 510px;
    font-size: 13px !important;
}

.signin-container-idCard {
    padding: 60px 35px 45px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 20px;
    /*border-left-width: 10px;*/
    /*border-left-color: #32538D;*/
    height: 210px;
    text-align: center;
}

.signin-container-mobileOTP {
    padding: 15px 35px 45px;
    margin-top: 14px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 20px;
    /*border-left-width: 10px;*/
    /*border-left-color: #32538D;*/
}

#dpImage {
    border-radius: 50%;
    width: 180px;
}

#cardReaderDp {
    width: 200px;
}

#dpImageOTP {
    width: 50px;
}


.checkbox {
    font-weight: normal;
}

.form-control {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
}

    .form-control:focus {
        z-index: 2;
    }

input[type="text"] {
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


#displayImage {
    text-align: center;
}

.gtco-container {
    padding-left: 15px;
    padding-right: 15px;
}

.aboutCMA {
    float: right;
    width: 530px;
    font-size: 13px;
    margin-top: 25px;
    line-height: 22px;
}

.aboutCMAtitle {
    text-align: center;
    color: #575757;
    font-size: 29px;
}

.loginWrapper {
    float: left;
    width: 300px;
}

.loginWrapperPKI {
    float: left;
    width: 300px;
    margin-left: 17px;
}

.btn-loginTheme {
    background-color: #32538D;
    color: #fff;
    font-size: 14px !important;
    border-radius: 4px !important;
    height: 35px !important;
}

.btn:hover, .btn:focus, .btn.focus {
    color: #AFCFE6 !important;
    text-decoration: none !important;
}
a:hover, a:focus {
    color: #32538D !important;
}
.idCardReader {
    color: #32538D;
}

    .idCardReader > h4 {
        color: #2581C4;
    }

    .idCardReader:hover, .idCardReader:focus, .idCardReader.focus {
        color: #1A2B4C !important;
    }

.form-control, input[type="text"], input[type="password"], select, textarea {
    font-size: 16px !important;
    height: 39px !important;
    letter-spacing: 0.1em;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
    font-size: 15px !important;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#cmalogo {
    width:600px;
}
/*Login*/
/*Footer*/
footer {
    margin-left: 50px !important;
    margin-right: 50px !important;
    margin-top: -100px;
}

.footer-basic {
    padding: 40px 0;
    /*background-color: #fff;*/
    color: #4b4c4d;
}

|

.footer-basic ul {
    padding: 0;
    list-style: none;
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.footer-basic li {
    padding: 0 10px;
}

.footer-basic ul a {
    color: inherit;
    text-decoration: none;
}

    .footer-basic ul a:hover {
        opacity: 1;
    }

.footer-basic .social {
    text-align: center;
    font-size: 26px;
    color: #626465;
}

    .footer-basic .social > a {
        font-size: 24px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        /*border: 1px solid #ccc;*/
        margin: 0 8px;
        color: inherit;
        opacity: 0.75;
    }

        .footer-basic .social > a:hover {
            opacity: 0.9;
        }

.footer-basic .copyright {
    /*margin-top: 40px;*/
    text-align: center;
    font-size: 16px;
    color: #6f6f6f;
    margin-bottom: 50px;
    font-weight: 600;
}

.footerMenu {
    font-size: 20px;
    font-weight:600;
}
/*Footer*/
/*@media only screen and (min-width: 1500px) {
    body {
        background: #32538D !important;
    }

    #cmalogo {
        margin-left:200px !important;
        margin-right:200px !important;
    }
}*/

@media only screen and (max-width: 1700px) {

    #imgVision2040 {
        position: absolute;
        margin-top: 160px;
        width: 270px;
    }

    .wrapper {
        display: flex !important;
        justify-content: center;
    }


    .loginWrapperPKI {
        float: left;
        width: 270px;
    }

    .h1LoginPage {
        font-size: 44px;
        color: #32538D;
        font-size: 29px;
    }


    .h3LoginPage {
        font-size: 16px;
        color: #2581C4;
        line-height: 0px;
    }

    .hideMobile {
        display: unset;
    }

    .showIpad {
        display: none;
    }

    .showMobile {
        display: none;
    }

    #page {
        padding-left: 3%;
        padding-right: 3%;
        margin-top: -40px;
        margin-bottom: 0px;
    }

    .signin-container {
        width: 267px;
        height: 371px;
    }

   /* #cmalogo {
        width: 220px !important;
    }*/

    .signin-container-idCard {
        padding: 45px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 28px;
        height: 150px;
        width: 267px;
        margin-bottom: 16px;
    }

    .signin-container-mobileOTP {
        padding: 15px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 28px;
        width: 267px;
        height: 206px;
    }

    #cmalogo {
        width: 352px !important;
    }

    .loginWrapperPKI {
        margin-left: 0;
    }

    #dpImage {
        border-radius: 50%;
        width: 95px;
    }

    #cardReaderDp {
        width: 150px;
    }

    #dpImageOTP {
        width: 34px;
    }

    .aboutCMAtitle {
        font-size: 23px;
    }

    .aboutCMA {
        width: 575px;
        font-size: 12px;
    }

    .idCardReader > h4 {
        font-size: 12px;
        line-height: 0px;
    }

    .footer-basic {
        padding: 0;
    }

    footer {
        margin-top: -50px;
    }

    .footerMenu {
        font-size: 11px;
    }

    .footer-basic .copyright {
        font-size: 9px;
        margin-bottom: unset;
    }

    .footer-basic .social {
        font-size: 19px;
        display: inline-block;
    }

    #page .page-inner {
        margin: 0 auto;
        overflow-x: unset;
    }

    .form-control, input[type="text"], input[type="password"], select, textarea {
        font-size: 12px !important;
        height: 30px !important;
    }

    .btn-loginTheme {
        font-size: 11px !important;
    }

    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        font-size: 11px !important;
    }
    #fsaThemeBottom {
        width: 133px;
        /* margin-left: -14px;*/
    }

    #fsaThemeTop {
        /*   margin-top: -19px;*/
        width: 246px;
    }
}

@media only screen and (max-width: 1200px) {

    body {
        font-size: 11px !important;
        background: #f7f7f7 !important;
    }

    .wrapper {
        display: block !important;
        justify-content: center !important;
    }


    .loginWrapperPKI {
        width: 300px;
    }

    .h1LoginPage {
        font-size: 30px;
        text-align: center;
        color: #32538D;
        margin-bottom: 33px;
    }


    .h3LoginPage {
        font-size: 15px;
        color: #2581C4;
        line-height: 0px;
    }

    .wrapper {
        margin-top: 50px;
    }

    .hideMobile {
        display: none;
    }

    .showIpad {
        display: unset;
    }

    .showMobile {
        display: none;
    }

    .loginWrapper {
        float: left;
        margin-bottom: 19px;
        margin-right: -37px;
        margin-left: 100px;
    }

    #page {
        padding-left: 3%;
        padding-right: 3%;
        margin-top: 10px;
        overflow-x: unset;
    }

        #page .page-inner {
            overflow-x: unset;
        }

    .signin-container {
        padding-top: 17px !important;
        width: 240px;
        height: 300px;
        height: 355px;
    }

    .signin-container-idCard {
        padding: 45px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 28px;
        height: 140px;
        width: 243px;
        margin-bottom: 20px;
    }

    .signin-container-mobileOTP {
        padding: 15px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 28px;
        width: 240px;
        height: 192px;
    }

   /* #cmalogo {
        width: 300px;
    }*/

    .loginWrapperPKI {
        margin-left: 0;
        margin-right: unset;
    }

    #dpImage {
        border-radius: 50%;
        width: 60px;
    }

    #cardReaderDp {
        width: 110px;
    }

    #dpImageOTP {
        width: 34px;
    }

    .aboutCMAtitle {
        font-size: 25px;
        margin-bottom: 35px;
    }

    .aboutCMA {
        width: 400px;
        font-size: 11px;
    }


    .idCardReader > h4 {
        font-size: 12px;
    }

    .footer-basic {
        padding: 0;
    }

    .btn {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }

    .form-control, input[type="text"], input[type="password"], select, textarea {
        font-size: 9px !important;
        height: 28px !important;
    }

    .btn-loginTheme {
        font-size: 9px !important;
        height: 28px !important;
    }

    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        font-size: 9px !important;
    }

    .gtco-container {
        /*float: right;*/
        width: 60%;
        padding-left: 5px;
        padding-right: 5px;
    }

    .footer-basic .social > a {
        font-size: 17px;
        height: 10px;
    }

    .footer-basic .copyright {
        margin-top: 15px;
        font-size: 10px;
    }

    /*.footer-basic .social {
        padding-bottom: 15px;
    }*/

    .footer-basic ul {
        font-size: 10px;
    }

    .footer-basic {
        margin-top: 80px;
    }

    #imgVision2040 {
        display:none;
    }

    footer {
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: center;
    }

    .social {
        font-size: 17px !important;
    }

    .copyright {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }
    #imgVision2040Ipad {
        width: 205px;
        display: block;
    }

    #fsaThemeBottom {
        position: absolute;
        width: 141px;
        bottom: 0;
        left: 0;
        margin-bottom: -140px;
    }
}
@media only screen and (max-width: 705px) {
    .loginWrapper {
        margin-left: unset;
    }
}
@media only screen and (max-width: 600px) {
    body {
        font-size: 11px !important;
        min-width: 379px !important;
        background: #f7f7f7 !important;
    }

    .wrapper {
        display: unset !important;
        justify-content: center;
    
    }

    #imgVision2040 {
        width: 206px;
        margin-bottom: -202px;
        margin-right: 130px;
    }

    .h1LoginPage {
        font-size: 24px;
        color: #32538D;
        display: inline-block;
    }


    .h3LoginPage {
        font-size: 11px;
        color: #2581C4;
        line-height: 0px;
    }

    .wrapper {
        margin-top: 15px !important;
        margin-bottom: 0px !important;
    }

    .hideMobile {
        display: none;
    }

    .showIpad {
        display: none;
    }

    .showMobile {
        display: unset;
    }


    .loginWrapper {
        float: left;
        margin-bottom: 19px;
        /*width: 327px !important;*/
    }

    #page {
        padding: unset;
        margin-bottom: 0px;
        padding-left: 15%;
        padding-right: 15%;
    }

        #page .page-inner {
            /*overflow-x: unset;*/
            margin-left: unset;
        }

    .signin-container {
        margin-top: 30px;
        border-radius: 15px;
        width: 100%;
        height: 320px;
    }

    .signin-container-idCard {
        padding: 45px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 15px;
        height: 140px;
        width: 100%;
        margin-bottom: 20px;
    }

    .signin-container-mobileOTP {
        padding: 15px 35px 45px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid rgba(0,0,0,0.1);
        border-radius: 15px;
        width: 100%;
        height: 220px;
    }

    #cmalogo {
        width: 100px !important;
    }

    .loginWrapperPKI {
        margin-left: 0;
        margin-right: unset;
    }

    #dpImage {
        border-radius: 50%;
        width: 70px;
    }

    #cardReaderDp {
        width: 110px;
    }

    #dpImageOTP {
        width: 35px;
    }

    .aboutCMAtitle {
        font-size: 24px;
        margin-bottom: 35px;
    }

    .aboutCMA {
        width: 280px;
        font-size: 10px !important;
    }

    .idCardReader > h4 {
        font-size: 13px;
    }

    .footer-basic {
        padding: 0;
    }

    .btn {
        padding: 5px 12px !important;
        font-size: 12px !important;
    }

    .form-control, input[type="text"], input[type="password"], select, textarea {
        font-size: 10px !important;
        height: 29px !important;
    }

    input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
        font-size: 10px !important;
        height: 29px !important;
    }

    .gtco-container {
        float: inherit;
    }

    .footer-basic .social > a {
        font-size: 17px;
        height: 10px;
    }

    .footer-basic .copyright {
        margin-top: 15px;
        font-size: 10px;
    }

    /*.footer-basic .social {
        padding-bottom: 15px;
    }*/

    .footer-basic ul {
        font-size: 10px;
    }

    .footer-basic {
        margin-top: 80px;
    }

    footer {
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-align: center;
    }

    .social {
        font-size: 17px !important;
    }

    .copyright {
        margin-top: 0px !important;
        margin-bottom: 20px !important;
    }

   /* .list-inline {
        padding: 0px !important;
    }*/
    #fsaThemeBottom {
   /*     margin-left: -15px;
        margin-bottom: -328px;*/
        width: 85px;
    }

    #fsaThemeTop {
     /*   margin-top: -9px;
        margin-left: -9px;*/
        width: 134px;
    }
    #imgVision2040Mobile {
        width: 205px;
        display: block;
        margin-right: 69px;
    }
}
