html{

    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    /* height: 100%; */
    background: -webkit-linear-gradient(#286ef9 0%, #20293a 100%);
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
    font-family: 'Roboto', sans-serif;
}
.active-back {
    color: #919cb2 !important;
}
.active-back:hover {
    cursor: pointer;
    color: #286efa !important;
}
.back {
    position: absolute;
    height: 20px;
    width: 40px;
    color: #d6dae4;
    display: block;
    transition: 0.3s;
    margin-left: 20px;
    /* margin-top: -30px; */
    font-size: 24px;
    top: 15px;
}
.shift {
    left: -330px !important;
}
h3 {
    position: relative;
    margin-left: 65px;
    margin-top: 60px;
    font-size: 22px;
    font-weight: 200;
    color: #4f5c76;
    margin-bottom: 0;
}
input {
    width: 250px;
    height: 35px;
    border-radius: 3px;
    border: 1px solid #ccc;
    font-size: 14px;
    padding-left: 10px;
    transition: 0.3s;
}
input::-webkit-input-placeholder {
    font-size: 14px;
}
input:focus {
    border: 1px solid #286efa !important;
    outline-width: 0;
}
button {
    margin-top: 30px;
    width: 262px;
    height: 40px;
    background: #286efa;
    color: #fff;
    font-size: 14px;
    border: 1px solid #286efa;
    border-radius: 3px;
}
button:hover {
    background: #3c82ff;
    cursor: pointer;
}
.form {
    position: relative;
    margin: 0 auto;
    margin-top: calc(50vh - 190px);
    width: 400px;
    height: 400px;
    background: #fff;
    box-shadow: 0px 5px 80px 0px #132f4a;
    border-radius: 5px;
    overflow: hidden;
}
.form form {
    margin-top: 30px;
    width: 750px;
}
.form form .inputs {
    position: relative;
    left: 65px;
    top: 30px;
    transition: 0.3s;
}
.form form .inputs .email {
    float: left;
    position: relative;
    width: 350px;
}
.form form .inputs .password {
    float: right;
    position: relative;
    width: 350px;
}
.warning {
    color: #f8a304;
    text-align: center;
    font-size: 15px;
    margin-top: 70px;
    font-weight: 500;
    width: 100%;
}
.loader {
    margin-left: 22%;
    margin-top: 15%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 5px solid #e8ebf1;
    border-top-color: #286efa;
    animation: spinner 1s infinite linear;
}
@-moz-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-o-keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes spinner {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.logo-container{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.logo-container img{
    max-width: 110px;
}

body:before {
    content: "";
    /*background: url(http://hasan.kodpit.com/secpire-web/web/assets/site/security-tema/images/pattern.png);*/
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    z-index: 0;
    /* background: url('../img/pattern/2.png'); */
    /* background-size: cover; */
}
#logo{display: inline-block;}
.clear{
    clear: both;}

button.next.disabled{
    opacity: 0.5;
    pointer-events: none;
}

.animate-geciktir{
    -webkit-animation-delay: 0.2s; animation-delay: 0.2;
}



@media only screen and (max-width: 993px) {

}
@media only screen and (max-width: 600px) {
    .form {
        width: 90%;
        margin-left: 5%;
        height: auto;
    }
    .form form .inputs .email{
    width: 90vw;
    padding: 15px;
}
    .form form .inputs .password{
    width: 90vw;
    padding: 15px;
    float: left;
}

    input{width: 100%;}

    *{box-sizing: border-box;}

    h3{
    width: 100%;
    text-align:center;
    margin-left: 0px;
    margin-top: 20px;
}
    .logo-container{
    margin-top: 50px;
}
    .logo-container img{
    max-width: 40%;
}


    .form form .inputs .email button{
    width: 100%;
}
    .form form .inputs .password button{
    width: 100%;
}

    .form form .inputs{
    left: 0;
    top: 0;
}


    .form form{
    width: 200vw;
}

    .warning{
    margin-top: 20px;
}
    .loader{
    margin-left: calc(50vw - 50px);
    margin-top: 50px;
    margin-bottom: 90px;
}
    .shift{
    left: -90vw !important;
}
}