/*body{
    background: url("../img/background.jpg");
}*/
html {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #E14A8D;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #E60379;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #E60379;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #E60379;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #E60379;
}
#loading{
    opacity:0.5;
    background-color:#FFF;
    position:fixed;
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index:1000;
    display: none;
}
#loading > .middle{
    position:fixed;
    width:100%;
    height:100%;
    top:50%;
    left:50%;
}
#iletisim-kanallari{
    display: none;
}
label.has-error, label.has-success{
    margin-top:5px;
    font-size: 12px !important;
    padding: 3px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    border-radius: 4px;
    color: #b94a48;
}
.hayir-aciklama{
    display: none;
}
#rc-imageselect
{
    transform:scale(0.77);
    -webkit-transform:scale(0.77);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
}

@media screen and (max-height: 575px)
{
    #rc-imageselect, .g-recaptcha {
        transform:scale(0.77);
        -webkit-transform:scale(0.77);
        transform-origin:0 0;
        -webkit-transform-origin:0 0;
    }
}

.dogum_gun, .dogum_ay, .dogum_yil{
    width:30%;
    float: left;
}
.dogum_gun, .dogum_ay{
    margin-right: 5%;
}

.language-switch {
    z-index: 1;
    width: 96px;
    float: right;
    margin: 0 0 !important;
    padding-right: 2em;
}
.language-options {
    list-style-type: none;
    display: flex;
}
.language-options li {
    color: #FFFFFF !important;
    margin-right: 0.5em;
}
.language-options li a {
    text-decoration-line: none;
}
.language-options li a:hover {
    text-decoration-line: underline;
}
.bold {
    font-weight: bold;
}

.iti {
    width: 100%;
}
.iti__country-list {
    z-index: 10 !important;
}

.iti__flag {background-image: url("../lib/intl-tel-input/img/flags.png");}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {background-image: url("../lib/intl-tel-input/img/flags@2x.png");}
}