body,
html {
    margin: 0px;
    width: 100%;
    height: 100%;
    min-width: inherit !important;
    font-size:16px;
    color:#a7a9ac;
    background-color: #fafafa;
}


.topluMail:hover{
    background-color:rgba(19, 158, 204, 0.2) !important;
   
}
.topluMesaj:hover{
    background-color: rgba(255, 209, 102, 0.2) !important;
}
.sesServisleri:hover{
    background-color: rgba(255, 102, 139, 0.2) !important;
}
.izinliPazarlama:hover{
    background-color: rgba(6, 214, 160, 0.2) !important;
}
.opacityHalf:hover{
    opacity: 50% !important;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}


.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.divWidth50{
    position: relative;
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color:#858C94;
  opacity: 1; /* Firefox */
}
input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#858C94;
}

input::-ms-input-placeholder { /* Microsoft Edge */
  color: #858C94;
}


input[type="text"],
input[type="password"] {
    width: 100%;
    padding: 6px 10px;
    height: 30px;
}

input[type="text"]:focus::-webkit-input-placeholder,
input[type="password"]:focus::-webkit-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::placeholder,
input[type="password"]:focus::placeholder {
    color: transparent;
}

input[type="text"]:focus:-ms-input-placeholder,
input[type="password"]:focus:-ms-input-placeholder {
    color: transparent;
}

input[type="text"]:focus::-ms-input-placeholder,
input[type="password"]:focus::-ms-input-placeholder {
    color: transparent;
}

.alertDiv {
    margin-top: 10px;
}
.loginHeaderLogo {
    background: url(login_img/iletisimmakinesi.png) no-repeat;
    display: block;
    height: 73px;
    width: 220px;
    margin: 20px auto;
}
#loading {
    background: none repeat scroll 0 0 #F1F1F1;
    height: 200%;
    left: -50%;
    overflow: hidden;
    position: fixed;
    top: -50%;
    width: 200%;
    z-index: 100;
}
#loading img {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.iecondition {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
.iecondition .lead {
    padding: 20px;
    clear: both;
}
.iecondition a:hover {
    text-decoration: none;
}
.iecondition span {
    font-size: 16px
}
#firefoxlogo {
    padding: 20px;
}
#chromelogo {
    padding: 20px;
}
.error {
    background: transparent url('404.png') 0 0 no-repeat;
    padding-left: 350px;
    text-align: center;
    height: 350px;
    margin: 100px 0 0;
    color: #333;
    text-shadow: 0px 2px 3px #555;
}
.error .a {
    font-size: 200px;
    line-height: 1em;
}
.error .b {
    font-size: 62px;
    line-height: 1em;
}

.cb-container {
  display: inline-block;
  float:left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 3px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100px;
}

/* Hide the browser's default checkbox */
.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cb-container span{
  font-size:16px;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #fff;
  border: 1px solid #fdc14c;
  border-radius: 8px;
}

/* On mouse-over, add a grey background color */
.cb-container:hover input ~ .checkmark {
  background-color: #eee;
  border: 1px solid #fdc14c;
}

/* When the checkbox is checked, add a blue background */
.cb-container input:checked ~ .checkmark {
  background-color: #fdc14c;
  border: 1px solid #fff;
}

.login-footer span{
    color:#58595b;
    margin-left:20px;
    margin-right:20px;
}
.login-footer span a{
    color:#58595b;
    margin-left:5px;
    margin-right:5px;
}

.login-footer span a:hover{
    color:#fdc14c;
}

a{
    color:#a7a9ac;
}
a:hover{
    color:#fdc14c;
}
.login-footer span:first-child{
    margin-left:0;
}
.login-footer span:last-child{
    margin-right:0;
}

input[type="text"], input[type="password"]{
    background-color: #babdbf;
    border: 0px solid #babdbf;
    color:white;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    box-shadow: inset 0 0px 0px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
input[type="text"]:focus, input[type="password"]:focus{
    border-color: rgba(82,168,236,0.8);
    outline: 0;
    outline: thin dotted \9;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(158,158,158,1);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(158,158,158,1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(158,158,158,1);
}

.btn-gradient{
    line-height: 20px;
    padding:5px 20px 5px 20px;
    color:#ffffff;

    background: rgb(255,205,6); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(255,205,6,1) 0%, rgba(250,164,25,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,205,6,1) 0%,rgba(250,164,25,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,205,6,1) 0%,rgba(250,164,25,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcd06', endColorstr='#faa419',GradientType=1 ); /* IE6-9 */
}
.btn-gradient:hover{
    color:#ffffff;
    cursor: pointer;
}
.btn-gradient:focus{
    outline: unset;
}

.btn-login{
    border-radius:15px;
    border:0;
    display:inline-block;
    float: right;

}

.motto span{
    color:#1d2f35;
}

.logo-section{
    padding:5%;
}



.background-section{
    position: absolute;
    background-image: url(login_img/im-background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
}

.foreground-section{
    position: absolute;
    background-image: url(https://live.iletisimmakinesi.com/duyuru/wp-content/uploads/im-foreground.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 70%;
    height: 80%;
    left:10%
}

.mobile-foreground{
    display: none;
}

.form-section-wrapper{
    display:block;
    width: 100%;
    text-align: right;
    padding-right:5%;
    position:absolute;
    top:50%;
    margin-top:-150px;
}

.form-section{
    display: inline-block;
}

.motto{
    position:absolute;
    bottom:27%;
    left:30%;
    text-align:left;
    margin-top:30px;
    margin-bottom:10px;
    text-align: center;
}
.motto .t1{
    display: inline-block;
    font-size:39px;
}
.motto .t2{
    display: inline-block;
    font-size:51px;
    font-weight: bold;

}

.login-footer{
    width:100%;
    margin:0 auto;
    text-align:center;
    position:absolute;
    bottom:5%
}

.login-footer span{
    display: inline-block;
}

.services-footer{
    display:block;
    padding-left:10%;
    padding-right:10%;
    padding-top:10px
}

.grecaptcha-badge{
    display:none!important;
}
.border0{
    border: 0;
    margin-bottom: 4px;
    margin-right: 3px;
}
.iysDiv{
    background: white;
    border-radius: 8px;
    margin-right: 2px;
    margin-left: 2px;
    padding-bottom: 21px;
    padding-top: 25px;
    box-shadow: 0px 4px 40px rgba(83, 83, 83, 0.15);
}

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px;
  }
}


@media(max-width: 992px) {  
    body,html{
        overflow-y:scroll; 
        padding-left: 0px;
        background-color: #FAFAFA;
    }
    #contentLeft{
        display: none;
    }
    .row{
        width: 100%;
    }
    #contentForm{
        margin-left: 20px;
    }
    .col-md-6{
        width: 100% !important;
    }
    .divWidth50{
        width: 50%;
        padding-bottom: 8px;
        padding-top: 8px;
    }
    .col-md-8{
        width: 70% !important;
    }
    .col-md-4{
        width: 30% !important;
    }
   
    .logo-section{
        padding-top:5%;
        width: 45%;
    }
    .form-section-wrapper{
        text-align: center;
        padding-right:0;
        position:initial;
        top:0;
        margin-top:0;
    }
    .form-section{
        width: 100%;
        right:0;
        left:0;
        margin:0 auto;
        text-align: center;
    }
    .motto{
        position:initial;
        bottom:27%;
        left:30%;
        text-align:center;
    }
    .motto .t1{
        font-size:22px;
    }
    .motto .t2{
        font-size:24px;
    }
    .services-footer{
        padding-left:0%;
        padding-right:5%;
    }
    .login-footer{
        font-size:12px;
        position:initial;
    }
    .login-footer span{
        display: block;
        margin-bottom:5px;
    }
    .login-footer span:first-child {
        margin-left:20px;
    }
    .foreground-section{
        display: none;
    }
    .mobile-foreground{
        display: block;
    }
}