﻿/* CSS Document */
/*================ Subhapriyo =============== */
.error {
  color: red;
  font-size: 0.8em;
}
textarea {
  resize: none;
}
.notes {
  display: block;
  color: #737373;
  font-size: small;
  font-style: italic;
}
.up {
  text-transform: uppercase;
}
.intl-tel-input {
  width: 100%;
}
.intl-tel-input .country-list > ul, li {
  padding: 0px 10px !important;
  margin: 0px auto !important;
}
.intl-tel-input .country-list {
  max-width: 350px;
  overflow-x: hidden;
}
.loading-indicator {
  height: 80px;
  width: 80px;
  background: url("../images/loading.gif");
  background-repeat: no-repeat;
  background-position: top center;
}
.loading-indicator-overlay {
  background-color: #FFFFFF;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
/*================ Circular Images with CSS =============== */
/*https://www.webfx.com/blog/web-design/circular-images-css/*/
.circular--square {
  border-radius: 50%;
}
.circular--landscape {
  display: inline-block;
  position: relative;
  width: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
}
.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
.circular--portrait {
  position: relative;
  /*width: 200px;
  height: 200px;*/
  width: 260px;
  height: 260px;
  overflow: hidden;
  border-radius: 50%;
}
.circular--portrait img {
  width: 90%;
  height: auto;
  border-radius: 50%;
}
/*================ END OF Circular Images with CSS =============== */
.logo {
  float: left;
  /*padding: 10px 0;*/
  width: auto;
}
.left_logo {
  width: 75%;
  /*border: 1px solid red;*/
}
.div_left_site_logo {
  float: left;
  margin: 0px 10px 2px 0px;
}
.site-logo {
  /*max-height: 80px;*/
  object-fit: contain;
  height: 45px;
}
.site-logo-link, .mark {
  display: inline-block;
  vertical-align: middle;
  margin: auto;
  font-size: 0;
}
.site-description {
  display: inline-block;
  vertical-align: middle;
}
.site-logo-link + .site-description {
  /*margin-left: 10px;*/
}
.site-logo-link + .site-description .sitename {
  font-size: 2.5rem;
  font-weight: 300;
}
h3.sitename {
  margin: 0;
}
.tagline {
  color: #666666;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  text-transform: lowercase;
}
.sitename a {
  color: #232c30;
  text-transform: lowercase;
  text-decoration: none;
  font-size: 2.5rem;
  font-weight: 300;
}
.btn-fahad {
  background-color: #0a2435;
}
.fixed-top {
  height: 108px;
}
@media screen and (max-width: 768px) {
  .site-logo {
    max-height: 60px;
  }
  .site-description {
    display: block;
  }
  .sitename a {
    font-size: 1.5rem;
  }
  .site-logo-link + .site-description .sitename {
    font-size: 1.5rem;
  }
  #mainContent {
    /*padding-top: 11%;*/
    padding-top: 16%;
  }
  .logo {
    /*width: 85%;*/
  }
  .countdown-container {
    top: 65%;
  }
}
.modal-body p {
  word-wrap: break-word;
}
#password-strength-status {
  padding: 5px 10px;
  border-radius: 4px;
  margin-top: 5px;
}
.medium-password {
  background-color: #fd0;
}
.weak-password {
  background-color: #FBE1E1;
}
.strong-password {
  background-color: #D5F9D5;
}