﻿@import url("../DroidKufi_Regular/stylesheet.css");
body {
/*    margin-left: 15px;
    margin-right: 10px;*/
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    background-image: url('../Images/AM-bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
}

#LogInText {
    font-family: Arial;
    font-size: 26px;
    font-weight: bold;
    color: #000;
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
}

.CenterContent {
   /*   text-align:right;*/
      align-content:center;

}

.container-lan {
    text-align: left;
}

#lockDiv{
    margin-top:40px;
}

/*footer {
    text-align: center;
    color: #06453a;
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    margin-top: 10px;
    font-weight: bold;
    margin: 5px;
}

footer a{
    text-decoration: none;
    color: #06453a;
}
*/
#lockImg {
    margin: 0 auto;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

.btn-group-lg > .btn, .btn-lg {
    padding: 5px 5px !important;
    font-size: 14px !important;
    line-height: 1.3333333;
    border-radius: 6px;
    margin-top: 5px;
    font-weight:600;
}

.line {
    background-image: url(../images/line.jpg);
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 2px;
   
}



#header {
    width: 100%;
    z-index: 999;
    /* border-bottom: 2px #e1e1e1 solid; 
      border-top: 5px solid #f2797f;*/
    height: 40px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.language-button {
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
    float: right;
    background: none;
    border: 0px;
}

    .language-button:hover {
        color: #d5ebfb;
        text-decoration: none;
    }

.logo-header {
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}


.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}


.footer {
    /*background-color: #2e3190;*/
    position: fixed;
    text-align: center;
    color: #000;
    font-family: 'DroidKufi Regular',Arial !important;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    left: 0;
    bottom: 0;
    padding-top: 5px;
    font-weight: 600;
    padding-bottom: 5px;
}

    .footer a:link {
        color: #000;
    }

    .footer a:visited {
        color: #000;
    }

    .footer a:hover {
        color: #000;
    }

    .footer a:active {
        color: #000;
    }


@media only screen and (max-width : 761px) {
    .footer-sm {
      /*  position: relative !important;*/
        /* bottom: -51%;  
        bottom: -5%;*/
        text-align: center;
        color: #000;
        font-family: 'DroidKufi Regular',Arial !important;
        font-size: 10px;
        width: 100%;
        text-decoration: none;
        vertical-align: middle;
        left: 0;
            padding-top: 5px;
        font-weight: 600;
        padding-bottom: 5px;
    }
}

label {
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    font-size:13px;
}
.modal-title {
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    font-size: 13px;
    font-weight:600;
}
.b-Language {
    color: #000;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
    text-align: center;
    margin-top: 3px;
    font-family: 'DroidKufi Regular', Verdana !important;
    background-color: transparent !important;
    border: 0 !important;
}
    /* visited link */
    .b-Language a:visited {
        color: #000;
    }

    /* mouse over link */
    .b-Language a:hover {
        color: #007e71;
    }

    /* mouse over link */
    .b-Language a:link {
        color: #000;
    }


    .b-Language a:active {
        color: #000;
    }
.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
 /*   padding: 16px;*/
    text-align: center;
    background-color: #fff;
    padding:0;
margin:0;

}
.login-box{
    width:50%;
}
.card-img {
    background-image: url('../Images/login-img.png');
    background-repeat: no-repeat;
    background-position: center center;
 /*   background-attachment: fixed;*/
    background-size: cover;
    width:50%;
    height:400px;
}

@media only screen and (max-width : 761px) {
    .card-img {
            display:none;
    }
    .login-box {
        width: 100%;
        padding:5px;
    }
}
        .form-group-lg .form-control {
    font-size: 12px !important;
}

.index-btn {
    background-image: url('../Images/button-bg2.png');
    background-repeat: no-repeat;
    background-position: center center;
    /*background-attachment: fixed;
    background-size: contain;*/
    text-align: center;
    width: 120px;
    height: 37px;
    border: 0;
    background-color: transparent;
    color:#fff;
}


.form-group-lg .form-control {
    height: 35px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 12px !important;
    border:1px solid #9a9a9a !important;
}
