body{
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
	background: #0b141d;
}
.wrapper{
	background-size: cover;
	min-height: 800px;
}
.header{
	padding: 16px 40px;
	border-bottom: 1px solid #0d9d63;
	background: rgba(11, 20, 29, 0.9);
	display: flex;
	justify-content: space-between;
}
.header_left img{max-width: 240px;}
.header_right .giris_text{
	color: #fff;
	font-weight: 600;
}
.header_right .giris_text a.kayit_link{
	background: #00d370;
    border-radius: 3px;
    text-decoration: none;
    color: #0b141d;
    padding: 7px 16px;
    margin-left: 6px;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.header_right .giris_text a.kayit_link:hover{
	background: #02bd65;
}
.header_right .giris_text a.giris_link{
	color: #fff;
	text-decoration: none;
	
}
.header_right .giris_text a img{margin-left: 6px;}
.header_right{display: flex;align-items: center;}
.header_right .lang-icon{
	max-width: 35px;
    margin-left: 10px;
}
.banner-section{
	padding: 50px 0 60px;
}
.content-container{
	max-width: 1200px;
	margin: 0 auto;
}
.content-container-full{
	max-width: 1200px;
}
.d-flex{
	display: flex;
	align-items: center;
}
.content-left-col h1{
	font-size: 60px;
    font-weight: 300;
    margin: 0;
    color: #fff;
    line-height: normal;
}
.icon-group h4{
	display: flex;
	align-items: center;
	font-size: 22px;
	font-weight: 300;
	color: #fff;
}
.icon-group h4 img{margin-right: 12px;}
.icon-group-right{
	margin-left: 40px;
}
.app-icon img{
	display: inline-block;
	margin-right: 10px;
}
.img-fluid{
	max-width: 100%;
	height: auto;
}
.content-container .content-right-col,.content-container .content-left-col{flex: 0 0 50%;}
.social-section {
	padding: 0px 0 70px;
}
.social-section h3{
	color: #fff;
	font-size: 18px;
	font-weight: 400;
}
.social-section img{margin-left: 10px;max-width: 48px;}
.licence-section{color: #fff;padding-top: 50px;}
.licence-section .licence-section-left{flex: 0 0 190px;}
.social-section .licence-section img{max-width: 100%}
.social-section .licence-section p{
	font-weight: 300;
    line-height: 22px;
    text-align: justify;
}

.login_box{
   max-width: 1200px;
   margin: 40px auto;
}
.login_box_under{
    background: #0b141d;
    padding: 50px 60px;
    border-radius: 20px;
    box-shadow: 0 0 30px rgba(0, 211, 112, 0.8);
    border: 2px solid #01ff90;
}
.login_box label{
    font-size: 20px;
    color: #fff;
    margin-bottom: 10px;
    display: block;
}
.login_box .form-group{margin-bottom: 30px;}
.login_box .form-group2{margin-bottom:0px;}
.login_box .form-control{
    width: 100%;
    height: auto;
    padding: 22px 20px;
    box-sizing: border-box;
    background: #232a2f;
    outline: 0;
    box-shadow: none;
    border: none;
    color: #fff;
    font-size: 18px;
}
.submit_btn{
    background: #00d370;
    border: none;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}
.submit_btn:hover{
    background: #03f785;
}
.color_green{
    color: #03fa85 !important;
}
.promotion-section{
	padding: 0px 40px;
	margin-top: -30px;
}
.sponsor_row{
	display: flex;
    align-items: center;
    padding: 70px 0 0px;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
}
.sponsor_left .header_right{
	justify-content: end;
    margin-top: 20px;
    margin-right: 10%;
}
.footer_socail_parent{
	display: flex;
    justify-content: end;
    margin-top: -50px;
}
.footer_socail{text-align: right;}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    margin-top: 20px;
}
.form-group.two-input{
    display: flex;
    justify-content: space-between;
    align-items: end;
    position: relative;
}
.form-group.two-input .two-input-left{
    flex: 0 0 50%;
}
.time_uptext{
    color: #fff;
    font-size: 20px;
    text-align: center;
}
.countdown-timer{
   color: #00d370;
    position: absolute;
    left: 52%;
    top: 78px;
}