@import url('https://fonts.googleapis.com/css?family=Raleway:300,400&subset=latin-ext');
*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,body{
    height:100%;
}
body,input[mode=crm],button{
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
}
main{
    display: table;
    width:100%;
    height:100vh;
    position: absolute;
    top:0px;
    right:0px;
    background:url(../images/background.jpg) no-repeat center center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    background-size:cover;
}
section{
    display:table-cell;
    vertical-align: middle;
}
img[responsive=true] {
    display: block;
    max-width: 100%;
    height: auto;
}

h1{
    margin:0 auto 0;
    padding-bottom: 32px;
    color:#fff;
    font-weight: 300;
    text-align: center;
    position: relative;
}
h1::after{
    content: '';
    width:112px;
    height:1px;
    background-color: rgba(255,255,255,.2);
    position: absolute;
    bottom:0px;
    left:50%;
    transform: translate(-50%,0px);
}
::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; }
::-moz-placeholder { color: #fff; }
:-ms-input-placeholder { color: #fff; }

form{
    text-align: center;
}
.form-group{
    margin:0 auto 10px;
    position: relative;
}
label{
    width: 25px;
    height:25px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    top:12px;
    left:25px;
}
label#mail{ background-image: url(../images/icon-mail.png); }
label#password{ background-image: url(../images/icon-password.png); }
input[mode=crm]{
    background-color: rgba(255,255,255,.4);
    outline:none;
}
input[mode=crm],button{
    width:100%;
    padding-top:15px;
    padding-bottom: 15px;
    color:#fff;
    border:none;
    font-size:18px;
    border-radius: 3px;
}
button{
    margin-top: 10px;
    background-color:#189360;
    border:none;
    cursor: pointer;
}
figure{
    text-align: center;
}
figure img{
    margin:0 auto;
}
.kilicoglu{
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 2;
}
.kilicoglu::before{
    content: '';
    float: left;
    display: block;
    width: 91px;
    height: 100%;
    z-index: -1;
    position: absolute;
    left: -45px;
    /* margin-right: -9px; */
    -webkit-transform: skew(-40deg);
    -moz-transform: skew(-40deg);
    -ms-transform: skew(-40deg);
    -o-transform: skew(-40deg);
    transform: skew(-40deg);
    background-color: #fff;
}
.kilicoglu span{
    float:right;
    padding:20px 20px 20px 0px;
    background-color: #fff;
}
#content{
    margin:0 auto;
}
.fish-user{
    display: block; 
    margin-top: 35px;
    text-decoration: none;
    color:#ffffff;
    font-size:13px;
}

@media (min-width: 480px) {
    h1{ padding-top:35px; }
    h1,.form-group,button,#content{
        width:455px;
    }
    input[mode=crm]{
        padding-right:35px;
        padding-left:90px;
    }
    figure{
        margin-top:50px;
        margin-bottom: 60px;
    }
    
}
@media (max-width: 479px) {
    h1{
        font-size:1.5em;
    }
    h1,.form-group,button,#content{
        width:80%;
    }

    figure{
        margin-top: 45px;
        margin-bottom: 35px;
    }
    .fish-user{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    input[mode=crm]{
        padding-left:30%;
    }
    .kilicoglu span{
        width:70%;
    }
    .kilicoglu::before{
        left:20px;
    }
}
@media only screen and (min-width: 480px) and (max-width: 768px) {
    main{
        padding-bottom: 100px;
    }
    .kilicoglu::before{
        left:5px;
    }
    .kilicoglu span{
        width:70%;
    }
}
