﻿@import url("../DroidKufi_Regular/stylesheet.css");
body {
    margin-left: 15px;
    margin-right: 10px;
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
}

#LogInText {
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    font-size: 26px;
    font-weight: bold;
    color: #000;
}

.CenterContent {
      /*text-align:right;*/
      align-content:center;
}


#lockDiv{
    margin-top:40px;
}

footer {
    text-align: center;
    color: #000;
    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;
    color: #fff;
}

footer a{
    text-decoration: none;
    color: #fff;
}

#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: #000;
    text-align: center;
    color: #FFF;
    font-family: 'DroidKufi Regular',"Myriad Pro Regular" !important;
    font-size: 12px;
    width: 100%;
    text-decoration: none;
    vertical-align: middle;
    height: 50px;
    padding-top: 8px;
}

    .footer a:link {
        color: #fff;
    }

    .footer a:visited {
        color: #fff;
    }

    .footer a:hover {
        color: #fff;
    }

    .footer a:active {
        color: #fff;
    }
@media only screen and (max-width : 761px) {
    .footer-sm {
        position: relative !important;
        /* bottom: -51%;  */
        bottom: -5%;
        background-color: #000;
        padding: 10px;
        font-family: DroidKufi Regular,Arial,Tahoma, Geneva, sans-serif !important;
        font-weight: 300;
        /* border-top:3px solid #0b756e; */
        color: #fff;
        font-size: 10px;
        width: 100%;
        clear: both;
        text-align: center;
        height: 50px;
    }
}

p {
    margin: 0 0 0px !important;
}