.centered{
    text-align: center !important;
}
.bar-footer{
    height: 64px !important;
}
.login{
    background: url(../img/camp4.jpg);
    background-repeat: none;
    background-size: cover;
    top: 0px;
    color:white !important;
    padding: 12px;
    height: 100% !important;
}
.login-title{
    text-align: center;
    padding-top: 50px;
    color:white !important;
    font-weight: 900;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.login-note{
    margin: 250px auto auto 0;
    text-align: center;
    font-size: large;
    font-weight: 600;
}

.login-input{
    letter-spacing: 1.5px;
    background: #efe;
    font-weight: bold;
    text-align: center;
    margin: 20px auto auto 0;
    border-radius: 4px;
    width: 100%;
}

.login-input::-webkit-input-placeholder {
    color: #676;
    text-align: center;
    text-transform: uppercase;
}

.login-input:-moz-placeholder { /* Firefox 18- */
    color: #121;  
}

.login-input::-moz-placeholder {  /* Firefox 19+ */
    color: #121;  
}

.login-input:-ms-input-placeholder {  
    color: #121;  
}



.login-button{
    margin: 15px auto;
}

.soru{
    padding: 40px 20px;
    font-weight: 400;
    font-size: 16px;
     
    color: #4d4d4d;
    font-size: 24px;
    box-sizing: border-box;
    line-height: 21px;
    font-size: 1.3em;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    background:#1DE9B6;
}
.secenekler{
    background: #fff;
    padding-top: 30px;
    padding-bottom: 100px;
}
.secenek{
    display: block;
    width: 100%;
    padding: 17px;
    font-weight: 400;
    line-height: 19px;
}
.kod{
    display: inline-block;
    margin-right: 18px;
    font-weight: 600;
}

.secili{

    background-color: #b2ebf2;
}

.onay-buton{
    right: 16px;
    padding-right: 16px;
    position: absolute;
    bottom: 40px;

    border-radius: 50%;
    z-index: 999;
    height: 56px !important;
    width: 56px !important;
    -webkit-box-shadow: 5px 5px 43px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 43px -8px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 43px -8px rgba(0,0,0,0.75);
}

.hosgeldin-baslik{
    font-size: 26px;
    font-weight: 700;
    color: #333;
    text-align: center;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.hosgeldin-altbaslik{
    font-weight: 500;
    font-size: medium;
    color: #444;
    text-align: center;

    line-height: 43px;
}

.ozet-grid{
    margin: 45px auto auto 0;
    font-weight: 400;
    font-size: 17px;
}

.ozet-grid .row .col:first-child{
    text-align: right;
}

.hosgeldin-tip{
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1.4px;
    font-size: large;
    color: #515151;

    margin-left: 12px;
}

.kullanici-adi{
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1.4px;
    font-size: large;
    color: #515151;
    padding-left: 80px;
}

.soru-durumu{
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 1.4px;
    font-size: large;
    color: #515151;
    position: absolute;
    right: 16px;
    bottom: 0px;
}

.tesekkur-sayfa{
    background: #ffff8d;
    text-align: center; 
}

.tesekkur-sayfa h1{
    color:#007aff;
    margin-top: 60px;
}
.tesekkur-sayfa img {
 width: 100px;   
 margin: auto !important;
}

.tesekkur-sayfa h2{
    margin-top: 40px;
    opacity: 0.7;
}

.css-class-add, .css-class-remove {
  /*transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s;*/


    display: block;
    height: auto;
    width: 90% !important;
     -webkit-transition: all 1000ms linear;
    -moz-transition: all 1000ms linear;
    -ms-transition: all 1000ms linear;
    -o-transition: all 1000ms linear;
    transition: all 1000ms linear;
}

.css-class,
.css-class-add.css-class-add-active {
   -moz-opacity: 0;
    opacity: 0;
    -moz-transform: scale(0.01);
    -webkit-transform: scale(0.01);
    -o-transform: scale(0.01);
    -ms-transform: scale(0.01);
    transform: scale(0.01);
}

.son-rapor{
    font-size: small;
    background: #eee;
    border-radius: 12px;
    border: 1px solid #aba;
    line-height: 23px;
}

.son-rapor > .row > .col:first-child{
    text-align: right !important;
    font-weight: 600;
} 

.son-rapor > .row > .col:last-child{
    text-align: left;
   
} 


.kurallar{
    font-size: small;
    background: #eee !important;
    border-radius: 12px;
    border: 1px solid #aba;
    line-height: 23px;
    padding: 12px;

    margin-top: 24px;
}

.kurallar h4{
    text-align: center;
    
}
