﻿@media (min-width: 576px){
.container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.container {
    max-width: 720px;
}
}

@media (min-width: 992px){
.container {
    max-width: 960px;
}
}
@media (min-width: 1200px){
.container {
    max-width: 1140px;
}
}

#login{
  margin:4em auto;
}
.BaladyLogo
{
  margin: 0 12px;
}

.BaladyHeader
{
  box-sizing:border-box;
color:rgb(60, 60, 59);
display:inline;
font-family:Cairo, sans-serif;
font-size:18px;
font-weight:700;
height:auto;
letter-spacing:normal;
line-height:21.6px;
overflow-wrap:break-word;
text-align:right;

vertical-align:baseline;
width:auto;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

.container {
    width: 40%;
    border-radius: 20px;
    position: relative;
    top: 100px;
    background: white;
  padding:42px;
    margin-right: auto;
    margin-left: auto;
}

 .captchaImg {
                    background: url('<%=captchaURL %>') no-repeat 0 0;
                    width: 155px;
                    height: 50px;
                    margin: auto;
                    background-color: #FFF;
  }
   
   body{
     
     background-image: url(webwb/CRMDashboardBG.jpg);
               content: "";
              position: relative;
               background-size: 1500px 600px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
/* For background color */
.bodyColor
            {
               position: absolute;
                top: 0;
              left: 0;
              width: 100%;
             height: 100%;    
          background-color: #056f6cbd!important;
            }
   .content-container {
    flex-wrap: nowrap;
    flex: 1 0 auto;
    padding-top: 44px;
    background-color: rgba(31, 30, 36, 0.85);
    padding: 20px 35px;
    border-radius: 10px;
}
   .heading-v1 {
    font-size: 32px;
    color: #fff;
    text-shadow: 0px 0px 17px #000000;
    text-align: center;
    margin-bottom: 40px;
}
   .heading-v2 {
    font-size: 22px;
    color: #6bc048;
    padding-bottom: 24px;
    border-bottom: 1px solid #5f6066;
     text-align: right;
     margin-top:0;
     font-weight:normal;
   }
      @media (min-width: 576px){
.content-container {
    max-width: 540px;
}
   }
      @media (min-width: 768px){
.content-container {
    max-width: 720px;
}
   }
      @media (min-width: 992px){
.content-container {
    max-width: 960px;
}
   }
   @media (min-width: 1200px){
.content-container {
    max-width: 1140px;
}
   }




.content-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
   
   /*----- Header -----*/
.content_header{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 35px;
    position: relative;
}
.content_header:before{
    content: '';
    width: 89%;
    height: 3px;
    background-color: #007473;
    position: absolute;
    top: 75px;
    left: 0;
}
.logo_furas{
    position: relative;
}
   
   .logo-container{
     display:none;
   }


.messages_check {
    padding-top: 24px;
    border-top: 1px solid #5f6066;
    font-size: 14px;
    color: #ccc;
    font-family: 'TheSansArabic';
    text-align:right
}

 
.wrapper_btns {
  position: relative;
  
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.813rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.container>.wrapper_btns_mobile {
    margin-top: 25px;
    padding: 15px 20px;
    background: white;
    display: flex;
    justify-content: space-between;
}

.wrapper_btns .btn, .container>.wrapper_btns_mobile>.btn {
    margin-left: 15px;
    padding: 10px 15px;
    border-radius: 50px;
    font-size: 14px;
    color: #fff;
    min-width: 100px;
    font-family: 'TheSansArabic';
    transition: 0.2s;
}
.wrapper_btns .btn.btn-green, .container>.wrapper_btns_mobile>.btn.btn-green {
    background: white;
    background-size: contain;
      width: auto;
    margin: 0;
}
.wrapper_btns .btn.btn-turquoise, .container>.wrapper_btns_mobile>.btn.btn-turquoise {
   float: right;
width: 200px; 
  background: white;
  border-radius: 40px !important;
  color: #098480;
    box-shadow: 0 8px 25px -8px #0c8480;
    border-color: #0c8480;
    background-size: contain;
   width: auto;
    margin: 0;
}


.wrapper_btns .btn.btn-turquoise:hover, .container>.wrapper_btns_mobile>.btn.btn-turquoise:hover {
    background-color: #045454;
} 
.wrapper_btns .btn:hover, .wrapper_btns_mobile>.btn:hover {
    color: white;
    transition: 0.2s;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.form-group {
    margin-bottom: 1rem;
  text-align:right;
}

.form-group label {
 display: flex;
      font-size: 14px;
    color: #03060a;
    margin-bottom: 8px;
    margin-top: 8px;
  font-family: 'JF Flat Regular', Sans-Serif;
}





.form-group label span {
    color: #6bc048;
}




.form-group .form-control {
    
  border-radius: 0.25rem;
  border:1px solid #efeeee;
    height: auto;
}
.form-control {
  outline: initial !important;
    background: #f5f5f5;
    border: 1px solid #efeeee;
    color: #3b3b3a;
    height: calc(2.7rem + 2px);
    padding: 0.5rem 1.3rem;
 display: block;
    width: 100%;
    font-size: 0.813rem;
    line-height: 1.5;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #056f6c;
    background-color: #fff;
    border-color: #85bc46;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(133, 188, 70, 0.11);
}