html{
    height: 100%;
}
.body{
    margin: 0px !important;
    height: 100%;

}

#captcha {
    padding: 0px 10px 3px 10px;
}

/* *****  Üst Menü **** */
.top-menu{
    font-family: inherit;
    width: 100% !important;
    height: 60px !important;
    line-height: 60px;
    background: #5E5751 !important;
}
.logo{
    margin-left : 300px;
    margin-top: 6px;
    width: 176px;
    height: 48px;
    cursor: pointer;
}
.topmenu-btndiv{
    float: right;
    margin-right: 15%;
    margin-top: -50px;
    height: 60px;
    background:transparent;
}

.topmenu-btn{
  
    margin-top: 12px;
    float: right;
    border: transparent;
    background: transparent;
    color: #fff;
    font-size: 16px;
    height: 36px;
    width: 148px;
    font-weight: 500;
    border-radius: 3px;
}

/* **** Content **** */
.content{
    width: 100% !important;
    height: 100% !important;
    background: white;
    text-align: center;
}
.section{
    font-size: 15px;
    margin-top: 100px;
    width: 376px;
    position: relative;
    margin-left:auto; 
    margin-right:auto;
    text-align: left;
    color: #666666;

    font-family: sans-serif;
}
.section-lbl{
    width: 100%;
    float: left;
    height: 33px;
}
.section-inp{
    width: 370px !important;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    padding-left: 5px;
    height: 38px;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    color: #808080;
    border-radius: 3px;
    font-style: italic;
    margin-bottom: 10px;
}
.section-btn{
    float: right;
    width: 192px; height: 46px; 
    background-color: #973129; 
    border-radius: 3px;
    font-size: 16px; 
    border: transparent;
    color: #FFF;
    margin-right: 37px;
    margin-top: 10px;
}

/* **** Register **** */
.section-inp2{
    width: 177px;
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    height: 38px;
    padding-left: 5px;
    border: 1px solid #E6E6E6;
    font-style: italic;
    background: #FAFAFA;
    color: #808080;
    border-radius: 3px;
    margin-bottom: 10px;
}
.izicheckdiv{
    float: left;
    margin-bottom: 8px;
}
.checkdiv{
    width: 100%;
    margin-top: 10px;
    display: grid;
 /* float: left; */
}
.passwordControl{
    color: #aaaaaa;
    font-size: 13px;
    font-family: inherit;
    text-align: justify;
    display: inline-block;
    width: 380px;
}
.emailControl {
    display: contents;
}
.section-check{
    float: left;
}
.section-check-link{
    color: #973129 !important;
}
.section-checklbl{
    color: #aaaaaa;
     font-size: 13px;
     font-family: inherit;
}
.valid{
    font-style: italic;
    color: #973129;
    font-size: 13px;
    display: none;
}
.question-icon{
    width: 26px;
    margin-left: 10px;
    margin-top: 108px;
}
.visibleDiv{
    width: 415px;
}
.visibleDiv:hover{
    cursor: pointer;
}
.question-icon-text{
    height: 25px;
    width: 276px;
    position: absolute;
    right: 23%;
    border: 1px solid #AAAAAA;
    font-size: 13px;
    color: #808080;
    padding: 5px;
    display: none;
    top: 407px;
    background: #FAFAFA;
    line-height: 25px;
    font-family: sans-serif;
}

/* *** Modal **** */

.md-modal {
    margin: auto;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 50%;
      max-width: 100%;
      min-width: 320px;
      height: auto;
      z-index: 2000;
      visibility: hidden;
      text-align: center;
      -webkit-backface-visibility: hidden;
      -moz-backface-visibility: hidden;
      backface-visibility: hidden;
  }
  
  .md-show {
      visibility: visible;
  }
  
  .md-overlay {
      position: fixed;
      width: 100%;
      height: 100%;
      visibility: hidden;
      top: 0;
      left: 0;
      z-index: 1000;
      opacity: 0;
      background: #000000a1 !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  .closeicon{
         top: 4px;
  right: 4px;
  width: 25px;
  position: fixed;
  cursor: pointer;
}
  
  .md-show ~ .md-overlay {
      opacity: 1;
      visibility: visible;
  }
  .md-close{
      float: right;
      margin-top:7px;
      margin-right: 7px;
      width: 30px;
      height: 30px;
      border-radius: 15px;
      font-weight: bold;
      color: white;
      border: 2px;
      font-family: inherit;
      line-height: 30px;
      text-align: center;
      background: #ffffff2a;
      cursor: pointer;
  }
  
  .md-effect-12 .md-content {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      transform: scale(0.8);
      opacity: 0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s;
  }
  .md-content{
      margin-bottom: 20px;
      padding: 20px;
      position: relative;
      text-align: left;
  }
  .md-content-text{
    display: none;
    padding: 20px;
    position: relative;
    text-align: justify;
  }
  
  .md-effect-12 .md-content h3,
  .md-effect-12 .md-content {
    background: white;
    margin-top: 20px;
  }
  
  .md-show.md-effect-12 .md-content {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1;
      height: auto !important;
  }
  

/* **** DOM Element ****  */
button,a{
    cursor: pointer;
    outline: 0;
}
input,select{
    outline: 0;
}

.select2-selection__rendered {
    line-height: 38px !important;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    color: #808080;
}
.select2-container .select2-selection--single {
    height: 38px !important;
    border: 1px solid #E6E6E6;
    background: #FAFAFA;
    color: #808080;
}
.select2-selection__arrow {
    height: 38px !important;
    
}
.select2-container {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: italic;
    color: #808080 !important;
    font-weight: 100;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #808080 !important;
}