@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");


/*GEREKLÝ*/

html, body {
    height: 100%;
    /*font-family: 'Open Sans',sans-serif;*/
}

body {
    background-image: url('../img/bg6.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 100;
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 16px;
}

h4 {
    font-size: 14px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 10px;
}

h3,
h4,
h5 {
    margin-top: 5px;
    font-weight: 600;
}


.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}

.lockscreen.middle-box {
    width: 200px;
    padding-top: 110px;
}

.loginscreen.middle-box {
    width: 400px;
    padding: 15px;
    /*margin-top: 30px;*/
    padding-bottom: -30px;
    border: 1px solid #d0d0d0;
    /*border-radius: 6px;*/
    background-color: rgba(255, 255, 255, 0.89);
    /*-webkit-box-shadow: 0px 0px 2px 1px rgba(128,128,128,0.8);
    -moz-box-shadow: 0px 0px 2px 1px rgba(128,128,128,0.8);
    box-shadow: 0px 0px 2px 1px rgba(128,128,128,0.8);*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.loginColumns {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.passwordBox {
    max-width: 460px;
    margin: 0 auto;
    padding: 100px 20px 20px 20px;
}

.logo-name {
    color: #e6e6e6;
    font-size: 180px;
    font-weight: 800;
    letter-spacing: -10px;
    margin-bottom: 0;
}

.middle-box h1 {
    font-size: 170px;
}

.wrapper .middle-box {
    margin-top: 140px;
}

.lock-word {
    z-index: 10;
    position: absolute;
    top: 110px;
    left: 50%;
    margin-left: -470px;
}

    .lock-word span {
        font-size: 100px;
        font-weight: 600;
        color: #e9e9e9;
        display: inline-block;
    }

    .lock-word .first-word {
        margin-right: 160px;
    }

.bg-white {
    background-color: rgba(255, 255, 255, 0.79);
}

.text-small {
    font-size: 11px;
}

.m-t-none {
    margin-top: 0;
}

.m-t-xxs {
    margin-top: 1px;
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t {
    margin-top: 15px;
}

.m-t-md {
    margin-top: 20px;
}

.m-t-lg {
    margin-top: 30px;
}

.m-t-xl {
    margin-top: 40px;
}

.m-t-n-xxs {
    margin-top: -1px;
}

.m-t-n-xs {
    margin-top: -5px;
}

.m-t-n-sm {
    margin-top: -10px;
}

.m-t-n {
    margin-top: -15px;
}

.m-t-n-md {
    margin-top: -20px;
}

.m-t-n-lg {
    margin-top: -30px;
}

.m-t-n-xl {
    margin-top: -40px;
}

.block {
    display: block;
}

.full-width {
    width: 100% !important;
}

.m-b-none {
    margin-bottom: 0;
}

.m-b-xxs {
    margin-bottom: 1px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 15px;
}

.m-b-md {
    margin-bottom: 20px;
}

.m-b-lg {
    margin-bottom: 30px;
}

.m-b-xl {
    margin-bottom: 40px;
}

.m-b-n-xxs {
    margin-bottom: -1px;
}

.m-b-n-xs {
    margin-bottom: -5px;
}

.m-b-n-sm {
    margin-bottom: -10px;
}

.m-b-n {
    margin-bottom: -15px;
}

.m-b-n-md {
    margin-bottom: -20px;
}

.m-b-n-lg {
    margin-bottom: -30px;
}

.m-b-n-xl {
    margin-bottom: -40px;
}

input[type=checkbox] {
    vertical-align: middle;
    margin-top: -2px;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #1e2633;
    padding: 10px;
    color: #9faabb;
}

.tema-degistir {
    position: absolute;
    right: 15px;
    bottom: 50px;
    width: auto;
    height: auto;
}

    .tema-degistir a {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        text-align: center;
        vertical-align: middle;
        padding-left: 4px;
        padding-right: 4px;
        padding-top: 9px;
    }

    .tema-degistir .fa {
        vertical-align: middle;
    }

.validate-message {
    color: #c83a3a;
    font-size: 1rem;
}
