﻿html {
    min-height: 100%;
    background:url(../images/login-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/login-bg.jpg', sizingMethod='scale')";
}
body {
    padding-bottom: 70px;
    font-family: 'akhand_softextralight';
}
#loginForm {
    width: 304px;
    min-width: 304px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-bottom: 30px;
}
#loginForm form {
    position: relative;
}
#loginForm .welcomeMsg {
    position: absolute;
    width:350px;
    right:100%;
    padding-top: 40px;
    text-align: center;
    color: #2b2b2b;
    font-family: 'akhand_softextralight';
    font-size: 60px;
}
#loginForm .welcomeMsg label {
    font-family: 'akhand_softblack';
    display: block;
}
#loginForm div.form {}
#loginForm div.form .type {
    margin-bottom:2px;
}
#loginForm div.form .type:after {
    content: "";
    display: table;
    clear: both;
}
    #loginForm div.form .type a {
        width: 50%;
        display: block;
        float: left;
        text-align: center;
        padding: 10px 0;
        background: rgba(255,255,255,0.23);
        -webkit-border-top-left-radius: 8px;
        -webkit-border-top-right-radius: 8px;
        -moz-border-radius-topleft: 8px;
        -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        font-family: 'akhand_softextralight';
        color: #2b2b2b;
        text-decoration:none;
        font-size: 22px;
    }
    #loginForm div.form .type a.bireysel {
        width:49%;
        margin-right:1%;
    }
        #loginForm div.form .type a.active {
            background: rgba(0,155,224,0.66);
        }
#loginForm div.form input, #loginForm div.form select {
    box-sizing: border-box;
    background: rgba(255,255,255,0.23);
    color: #2b2b2b;
    width: 100%;
    display: block;
    border: 0;
    padding: 15px 15px;
    font-family: 'akhand_softextralight';
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 2px;
}
#loginForm div.form input::placeholder {
    color: #2b2b2b;
}
#loginForm div.form input#firmnumber {
    display:none;
}
#loginForm div.form .ilkdefa {
    margin-bottom:10px;
    /*margin-top:-10px;*/
}
#loginForm div.form input#firmnumber,
#loginForm div.form input#username {
    /*-webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;*/
}
#loginForm div.form input#password {
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    /*margin-bottom: 20px;*/
}
.captchaDiv {
    margin-bottom: 20px;
}
.captchaDiv div { margin:0 auto; }
#loginForm div.form button {
    background: rgba(0,155,224,0.66);
    border:0;
    display: block;
    width: 100%;
    color: #2b2b2b;
    padding: 15px 0;
    font-family: 'akhand_softblack';
    font-size: 30px;
    cursor: pointer;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#sonucUyari {
    padding: 10px;
    box-sizing: border-box;
    color: #c20303;
    font-family: 'akhand_softextralight';
    font-size: 20px;
    background: rgba(255,255,255,0.23);
    border: 1px #c20303 solid;
    margin-bottom:5px;
}
#sonucUyari a {
    color: #c20303;
}
#loginForm.regForm {
    position: static;
    top: auto;
    left: auto;
    transform: none;
    /*margin: 0 auto;*/
    float:left;
    padding: 15px 0;
    margin-left:30px;
}
.aboneliksec {
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: 'akhand_softextralight';
    font-size: 20px;
    line-height: 26px;
}
.aboneliksec label {
    cursor:pointer;
}
.icheckbox_square-aero, .iradio_square-aero {
    vertical-align:text-bottom;
}
#footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,0.3);
    height: 60px;
    text-align:center;
}
#footer .copyright {
    color:#2b2b2b;
    font-family: 'akhand_softextralight';
    font-size:18px;
    line-height: 22px;
    padding-top:19px;
}
#loginInfo {
    text-align: center;
    float: right;
    margin-right: 30px;
    color: #4a4a4a;
}
#loginInfo h3 {
    font-family: 'akhand_softblack';
    font-size: 28px;
    margin-bottom: 5px;
}
#loginInfo .desc {
    width: 380px;
    margin: 0 auto;
    font-family: 'akhand_softextralight';
    font-weight:bold;
}
#loginInfo .boxes {
    position: relative;
    width: 1080px;
}
#loginInfo .boxes .box {
    width: 280px;
    position:absolute;
    top: 100px;
    font-size: 15px;
    font-family: 'akhand_softextralight';
    padding-bottom:150px;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align:center;
    font-weight:bold;
}
#loginInfo .boxes .box label {
    font-size: 19px;
    font-family: 'akhand_softbold';
    display:block;
}
#loginInfo .boxes .box.box1 {
    background-image:url(../images/icon1.png);
}
#loginInfo .boxes .box.box2 {
    background-image:url(../images/icon2.png);
    top: 260px;
    left: 210px;
}
#loginInfo .boxes .box.box3 {
    left:50%;
    transform:translateX(-50%);
    background-image:url(../images/icon3.png);
}
#loginInfo .boxes .box.box4 {
    background-image:url(../images/icon4.png);
    top: 260px;
    right: 210px;
    width: 260px;
}
#loginInfo .boxes .box.box5 {
    right: 0;
    background-image:url(../images/icon5.png);
}
#loginInfo .boxes .line {
    position: absolute;
    background: #4a4a4a;
    width:3px;
    height:3px;
    top: 30px;
}
#loginInfo .boxes .line.line0 {
    width:800px;
    left:140px;
}
#loginInfo .boxes .line.line1 {
    left:140px;
    height:60px;
}
#loginInfo .boxes .line.line2 {
    left:340px;
    height:220px;
}
#loginInfo .boxes .line.line3 {
    height:60px;
}
#loginInfo .boxes .line.line4 {
    right: 340px;
    height: 220px;
}
#loginInfo .boxes .line.line5 {
    right:140px;
    height:60px;
}
#regContainer {
    max-width: 1500px;
    margin: 0 auto;
}
.swal-text {
    font-size:20px;
}
#loginForm div.form input#captchaCode {
    width: 50%;
    float: left;
}
#captchaImg {
    float: right;
}
.captchaDiv {
    height: 56px;
}
@media only screen and (max-width : 1480px) {
    #loginInfo .boxes {
        width: 900px;
    }
    #loginInfo .boxes .box  {
        background-size:40%;
        padding-bottom:115px;
        width: 250px;
    }
    #loginInfo .boxes .line.line0 {
        width: 620px;
    }
    #loginInfo .boxes .box.box2 {
        left: 160px;
    }
    #loginInfo .boxes .box.box4 {
        right: 160px;
    }
    #loginInfo .boxes .line.line2 {
        left:290px;
    }
    #loginInfo .boxes .line.line4 {
        right:290px;
    }
}
@media only screen and (max-width : 1285px) {
    #loginInfo {
        width: calc( 100% - 400px);
        margin-right:0;
    }
    #loginInfo .desc {
        margin-bottom:50px;
    }
    #loginInfo .boxes {
        width: 90%;
    }
    #loginInfo .boxes .line {
        display:none;
    }
    #loginInfo .boxes .box {
        position: static;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 90px;
        background-position: left top;
        background-size: auto 75px;
        margin-bottom: 30px;
        text-align: left;
        width: auto !important;
        min-height:55px;
    }
    #loginInfo .boxes .box.box3 {
        left:auto;
        transform: none;
    }
}
@media only screen and (max-width : 940px) { 
    #loginForm {
        width: 100%;
        padding-top: 50px;
        position: static;
        transform: none;
        margin: 0 auto;
    }
    #loginForm.regForm {
        width:auto;
    }
    #loginForm .welcomeMsg {
        position: static;
        width: 100%;
        font-size: 50px;
        padding-bottom: 30px;
    }
    #loginForm .welcomeMsg br {
        display: none;
    }
    #loginForm div.form {
        width:304px;
        margin:0 auto;
    }
    #loginInfo .desc {
        width: 100%;
        max-width: 380px;
    }
}
@media only screen and (max-width : 768px) {
    #loginInfo .boxes .box {
        background-image:none !important;
        padding:0;
        min-height: unset;
        margin-bottom:30px;
    }
    #loginInfo {
        width: calc( 100% - 350px);
    }
}
@media only screen and (max-width : 650px) {
    #loginInfo {
        display:none;
    }
    #loginForm.regForm {
        width: 100%;
        margin-left:0;
    }
}
@media only screen and (max-width : 480px) { 
    #loginForm .welcomeMsg {
        font-size: 40px;
    }
}