body{
    background: linear-gradient(to bottom right, #173674, #5171b0);
    background:url('../../../images/gybackground4.jpg');
    background-repeat: no-repeat;
    background-size: cover;
   
}
html,body{
    position: relative;
    height: 100%;
}

#topContainer{
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding:0px 10px;
}


.image_container{
    flex: 3; 
    display: flex;
    justify-content: center;
    align-items: center;
}


#login-head-info{
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
}

.login-container form {
    margin-top: 25%;
}

.image_container img{
   filter:drop-shadow(0px 2px 5px white);
} 
.login-container{
    position: relative;
    width: 300px;
    margin: 80px auto;
    padding: 20px 40px 40px;
    text-align: center;
    border: 1px solid #007178;
    width: 400px;
    height: 500px;
    box-shadow: 0 0 6px #000;
    background: linear-gradient(to bottom right,#007178,#015459);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.form-box {
    width: 100%;
}

#output{
    position: absolute;
    width: 300px;
    top: -75px;
    left: 0;
    color: #fff;
}

#output.alert-success{
    background: rgb(25, 204, 25);
}

#output.alert-danger{
    background: rgb(228, 105, 105);
}


/*.login-container::before,.login-container::after{
    content: "";
    position: absolute;
    width: 100%;height: 100%;
    top: 3.5px;left: 0;
    background: #fff;
    z-index: -1;
    -webkit-transform: rotateZ(4deg);
    -moz-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    border: 1px solid #ccc;

}

.login-container::after{
    top: 5px;
    z-index: -2;
    -webkit-transform: rotateZ(-2deg);
     -moz-transform: rotateZ(-2deg);
      -ms-transform: rotateZ(-2deg);

}*/
#logingContainer{
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
   
}

#topContainer .container{
    width: auto;
}
#logingContainer input{
   
    border-radius: 0 !important;
    margin-top: 0;
    background-color: inherit;
    border: none;
    color: white;
}
#logingContainer input{
 
/*    width: 175px;
    height: 20px;
    padding: 10px 10px 10px 65px;
    line-height: 22px;*/
}
#logingContainer input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: .5; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
  opacity: .5; 
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  opacity: .5; 
}

.avatar{
    width: 100px;height: 100px;
    margin: 10px auto 30px;
    border-radius: 100%;
    border: 2px solid #aaa;
    background-size: cover;
}
#logingContainer .btn.btn-info.btn-block.login {

    border-radius: 0;
    /*background-color: #051c3a !important;*/
    background-color:#223b5c !important;
    border: none;
    color: #94b0dd !important;
    font-weight: bold;
    margin-top: 0px;

}

#login_btn_container{
    background-color:transparent;
    border: none;
}
#login_btn_container > button{ 
    width: 100%;
    font-weight: bold;
}

.loginicon{
    font-size: 2.5em;

/*    border: 1px solid black;*/

    display: inline-block !important;

/*    border: 1px solid black;*/

    height: 40px;

    color: white;

    padding-top: 2.4px;

    padding-left: 5px;
    
}

.login_input_container {

    border: 1px solid #fff;
    margin-top: 30px;
    border-radius: 5px;

}

.login_input_container2 {
    display: flex;
    justify-content: space-between ;
    align-items: center;
    border: none;
    margin-top: 30px;
    border-radius: 5px;

}

.login_input_container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.form-box input{
    width: 100%;
    padding: 10px;
    text-align: center;
    height:40px;
    border: 1px solid #ccc;;
    background: #fafafa;
    transition:0.2s ease-in-out;
    width: 80%;

}

.form-box input:focus{
    outline: 0;
    background: #eee;
}

.form-box input[type="text"]{
    border-radius: 5px 5px 0 0;
}

.form-box input[type="password"]{
    border-radius: 0 0 5px 5px;
    border-top: 0;
}

.form-box button.login{
    margin-top:15px;
    padding: 10px 20px;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}


.image_container a {
    color: #337ab7;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

label.remember-me {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    color: #fff;
    font-weight: normal;
    box-shadow: 0px 3px 3px  1px #000;
    border-radius: 5px;
    padding: 5px;
    height: 40px;

}

.label-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 40%;
    color: #fff;
    font-weight: normal;
    box-shadow: 0px 3px 3px 1px #000;
    border-radius: 5px;
    padding: 5px;
    height: 40px;
}

.label-container button {
    background-color: transparent;
    border: none;
    color: inherit;
    cursor: pointer;
    outline: none;
}

/* İsteğe bağlı: Butona özel stillendirmeleri burada ekleyebilirsiniz */


.form-control.remember-me-input {
    width: 20px;
    height: 25px;
    
}

.loginTopIcon{
    background-color: #006D74;
    padding: 15px;
    box-shadow: 0px 2px 3px  1px #000;
    margin-top: -40px;
    border-radius: 5px;
    
}

footer > .pull-right{
    color:#2a3f54;
    border: 1px solid#2a3f54;
    border-radius: 25px;
    padding: 3px;
}