



/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: OpenSans-Regular;
  src: url('../fonts/OpenSans/OpenSans-Regular.ttf'); 
}


/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	/* height: 100%; */
	font-family: OpenSans-Regular, sans-serif;
	background-size:cover;
	background: url(../images/bg.jpg) center no-repeat;

}


.container-contact100 {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    position: relative;
    z-index: 1;
	background: url(../images/bg.jpg) center no-repeat;
    background-size: cover;
}
 
 .wrap-contact100 {
    width: 960px;
    background: #6da2b800;
    border-radius: 2px;
    position: relative;
    margin-top: 20px;
	margin-bottom: 60px;
    padding: 20px 30px 20px 30px;
    box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
	border: 1px solid #07bff9;
	
}
 .logo{
    text-align: center;
    position: relative;
	margin-bottom: 28px;
	
	}
	
 .logo img{height: 85px;
    } 
	 


	 
/* form başlangıç stiller ------------------------------- */

.group {
    position: relative;
    margin-bottom: 34px;
}
.group input {
    font-size: 16px;
    padding: 6px 6px 6px 6px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    color: #eee;
	border-radius: 0; 
}
.group input:focus {
    outline: none;
}

#twitter-widget-holder {
    height: 490px;
	overflow:auto;
	border-radius: 8px;
}
/* LABEL ======================================= */

.group label {
    color: #c9d5ef;
    font-size: 20px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 0px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
	letter-spacing: 1px;
}
/* active durum */

.group input:focus ~ label,
input:valid ~ label {
    top: -30px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
}
/* BOTTOM BARS ================================= */

.bar {
    position: relative;
    display: block;
    width: 100%;
}
.bar:before,
.bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}
/* active durum bar */

.group input:focus ~ .bar:before,
.group input:focus ~ .bar:after {
    width: 50%;
}
/* HIGHLIGHTER ================================== */


/* form animasyon ================ */

.input-icon {
    font-size: 28px!important;
    position: relative;
}
.input-sifre-icon {
    font-size: 22px!important;
    position: relative;
}
.span-input {
    margin-left: 18px;
    position: relative;
    top: 0px;
}

.btn-border {
    padding: 12px 40px;
    background: transparent;
    border: 1px solid #c9d5ef;
    border-radius: 16px;
    color: #c9d5ef;
    text-transform: uppercase;
}
.forgot-pass {
	color: #c9d5ef;
    font-size: 18px;
    margin-top: -22px;
    margin-right: 18px;
	text-decoration:none
}
.forgot-pass a{ color:#c9d5ef; }

.input-group {
    padding: 10px;
    display: block;
    margin-top: 40px;
}

.container-checkbox input {
 position: absolute;
 opacity: 0;
 cursor: pointer;
}
.checkmark-box {
    position: absolute;
    top: -5px;
    left: -32px;
    height: 28px;
    width: 28px;
	border: 1px solid #c9d5ef;
}
.container-checkbox {
    position: relative;
    padding-left: 20px;
    margin-top: 5px;
    /* cursor: pointer; */
    font-size: 14px;
    /* font-weight: bold; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.1;
    color: #c9d5ef;
    font-size: 18px;
    font-weight: normal;
}
.container-checkbox input:checked ~ .checkmark-box:after {
 color: #fff;
}
.container-checkbox input:checked ~ .checkmark-box:after {
 display: block;
}
.container-checkbox .checkmark-box:after {
 left: 10px;
 top: 4px;
 width: 7px;
 height: 15px;
 border: solid white;
 border-width: 0 3px 3px 0;
 -webkit-transform: rotate(45deg);
 -ms-transform: rotate(45deg);
 transform: rotate(45deg);
}
.checkmark:after, .checkmark-box:after {
 content: "";
 position: absolute;
 display: none;
}
.container-checkbox input:checked ~ .checkmark-box {
 border: 1px solid #fff;
}
.remb-me {
margin-top: 40px;
    padding: 0px 30px 0px 60px;
}

.pass {color:#c9d5ef;font-size:18px;float: right;}
.pass a {color:#c9d5ef}

/* width */
::-webkit-scrollbar {
  width: 10px;
  height: 554px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #e1e8ed; 
  border-radius: 0px 10px 10px 0px; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #07bff9; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #07bff9; 
}

.btn-border:hover {
    padding: 12px 40px;
    background: #54667b8a;
    border: 1px solid #c9d5ef;
    border-radius: 16px;
    color: #c9d5ef;
    text-transform: uppercase;
}

.login-form {
    text-align: center;
}

.our-logo {  text-align: center;}
.our-logo img {
   width: 184px;
   position:absolute;
   margin-top:70px;
   margin-left: -85px;
   }

  
.equal-img  img{
background-color: #fff0;
/*border-radius: 50%;*/
}

#eye {
   color: #a9d868;
    float: right;
    position: relative;
    right: 2%;
    top: -25px;
    z-index: 5;
    cursor: pointer;
    font-size: 18px;
}
 
 #info  {
   color: #a9d868;
    float: right;
    position: relative;
    right: 2%;
    top: -25px;
    z-index: 5;
    cursor: pointer;
    font-size: 18px;
}

@media only screen   and (min-width: 1030px)   and (max-width: 1366px)  
{  

.wrap-contact100 {
   width: 900px;
   background: #6da2b800;
   border-radius: 2px;
   position: relative;
   margin-top: -40px;
   margin-bottom: 0px;
   padding: 10px 20px 10px 20px;
   box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
   -webkit-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
   -o-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
   -ms-box-shadow: 9px 7px 20px 16px rgba(0, 0, 0, 0.1);
   border: 1px solid #07bff9;
}
#twitter-widget-holder {
    height: 470px;
}
.remb-me {
        margin-top: 8px;
    padding: 0px 25px 0px 48px;
}
.our-logo img {
	  margin-top: 50px;
}
}



@media only screen and (max-device-width: 767px)
{
	
  .wrap-contact100 {
	  margin-bottom: 60px;
  }
 .group label {font-size: 18px; }
 .remb-me {
    margin-top: 40px;
    padding: 0px 10px 0px 30px;
    margin-bottom: 20px;
}
.our-logo { margin-top: 30px;}
.our-logo img {
    width: 184px;
    position: absolute;
    margin-top: 40px;
    margin-left: -87px;
}
}

.error {
	color: #f77d7d;
    margin-bottom: 40px;
    font-size: 16px;
}

#facebook-widget-holder {
height: 509px;
/* overflow: auto; */
border-radius: 8px;
}


