@import url('https://fonts.googleapis.com/css?family=Titillium+Web:400,700&subset=latin-ext');

body {
    font-family: 'Titillium Web', sans-serif;
    background-color: #fff;
}
a {
        color: #591E4A !important;
}
.login-panel{
    padding: 40px 20px 30px 20px;
    background-color: #F8F8F8;
    border: 1px solid #eaeaea;
    box-shadow: 0 4px 10px 4px #F8F8F8;
    margin-top: 15%;
}
.panel-heading {
    background-color: #eaeaea !important;
    color: #999 !important;
    border: 0;
    margin-bottom: 20px;
}
.panel-title {
    text-align: center;
    font-size: 30px;
}
.bt-buton {
    background-color: #eaeaea;
    color: #999;
    transition: 1s background-color, 1s color;
}
.bt-buton:hover {
    background-color: #333;
    color: #fff;
}
#captcha {
    margin-top: -5px;
}
.w100p {
        width: 100%;
}
.islem_sonuc, .islem {
    display: none;
    padding: 30px;
    font-size: 20px;
}