.logo_img{
	width: 200px;
}
body {
	background-image: url(../img/fondo.jpg);
    margin: 0;
    padding: 0;
    font-family: roboto, Helvetica, Arial;
    display:flex; /* You delete it on your web page */
    justify-content:center;/* and this - delete */
}
a:hover,
a:focus {
    text-decoration: none;
    color: #eee;
}
#response_alert{
    display: none;
}
.wrapper {
    display: flex;
    width: 100%;
}
.text_input_center{
    text-align: center;
}
.text_center{
    text-align: center;
    font-style: normal;
}
.jumbotron-fluid{
    background: #f7f7f7;
}

.card-body ul{
    list-style-type: initial;
}

.button_action_card{
    float: right;
    color: #ffffff !important;
    position: absolute;
    cursor: pointer;
    background: #623288 !important;
    top: 13px;
    right: 25px;
    color: #ffffff;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}
.login-card {
	box-shadow: 2px 5px 5px 1px #00000059;
	border-radius: 20px;
	margin-top: 30px;
	background: #ffffff;
    background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -wenkit-background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: roboto!important;
}
/*.login-card:after {
    background: linear-gradient(-135deg, rgb(63, 81, 181), rgb(233, 30, 99));
    background: -webkit-linear-gradient(-135deg, rgb(63, 81, 181), rgb(233, 30, 99));
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    z-index: 3;
}*/
.login-card > form {
    z-index: 4;
    position: relative;
    padding: 50px 50px 80px 50px;
    width: 100%;
}
.logo-kapsul {
    text-align: center;
    position: relative;
    opacity: 0.8;
}
.logo {
	width: 250px;
    height: auto;
    padding: 50px 0px;
}
/* form başlangıç stiller ------------------------------- */

.group {
    position: relative;
    margin-bottom: 45px;
}
.group input {
    font-size: 18px;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: none;
    color: #757575;
    font-family: Helvetica, Arial;
}
.group input:focus {
    outline: none;
}
/* LABEL ======================================= */

.group label {
	font-family: Helvetica, Arial;
    color: #000;
    font-size: 18px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: calc(100% -40px);
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active durum */

.group input:focus ~ label,
input:valid ~ label {
    top: -20px;
    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: 2px;
    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 ================================== */

.highlight {
    position: absolute;
    height: 0%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active durum */

.group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* form animasyon ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
@keyframes inputHighlighter {
    from {
        background: rgba(255, 255, 255, 0.7);
    }
    to {
        width: 0;
        background: transparent;
    }
}
.input-ikon {
	color: #000 !important;
    font-size: 18px !important;
    position: relative;
}
.input-sifre-ikon {
	color: #000 !important;
    font-size: 18px!important;
    position: relative;
}
.span-input {
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.giris-yap-buton,
.kayit-ol-buton,
.sifre-hatirlat-buton {
	background: #623288;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff !important;
    font-family: Helvetica, Arial;
    font-weight: 100;
    padding: 10px;
    border-radius: 3px;
    outline: none;
    opacity: 0.8;
}
.giris-yap-buton:hover{
	background: #753ba2;
}
.forgot-and-create {
    margin: 20px 0px;
}
.forgot-and-create a {
    color: #bbb;
    font-size: 12px;
    text-decoration: none;
    font-weight: 100;
    margin-right: 10px;
}
/* Geçiş Links Forgot and Create */

.zaten-hesap-var-link {
    color: #bbb;
    font-size: 14px;
    padding: 20px 0px;
    text-decoration: none;
    display: block;
}
#response_alert{
	font-family: Helvetica, Arial;
	text-align: center !important;
}

.navbar_main{
    width: 100%;
}

.logo_panel{
    width: 150px;
}
.menu_icon{
    position: absolute;
    top: 48px;
    right: 30px;
    cursor: pointer;
}

.user_logged{
    font-weight: bold;
}
.list-group-item{
    padding: 0.75rem 4.8rem 0 10px;
}

.hide{
    display: none;
}
.show{
    display: block;
}
#options{
    list-style: none !important;
}
#options li{
    position: relative;
    cursor: pointer;
}
#options li a{
    padding-bottom: 10px;
}
#options li a span{
    top: 10px;
    right: 30px;
    z-index: 99;
    position: absolute;
}
/*#options li a span.notification_icon{
    top: 30px;
}*/
.buscar_container{
    margin: 0 auto;
}
.close_sesion{
    position: absolute;
    z-index: 99;
    top: 30px;
    right: 25px;
    font-size: 18px;
    padding: 0 15px;
    background: #eaeaea;
}
.close_sesion a{
    padding-top: 38px;
    margin-top: -30px;
    font-size: 13px;
}
.close_sesion{
    display: none;
}
#user_auth:hover .close_sesion{
    display: block !important;
}
.container_main{
    padding: 0;
}
.card-header{
    padding: 10px 15px 5px 15px;
    font-size: 20px;
}
.card-header h2{
    font-size: 24px;
    color: #623288;
}
#navbarSupportedContent{
    height: 15px;
}
.submenu{
    list-style: none;
    /*display: none;*/
}
.submenu li a{
    color: #848484;
}
.submenu li:first-child{
    padding-top: 10px;
}
.submenu li{
    padding: 5px 15px;
    cursor: pointer;
}
.submenu li a:hover{
    color: #623288;
}
.btn_action{
    width: 25px;
    position: relative;
    height: 25px;
}
.buttons_model{
    position: absolute;
    height: 25px;
    right: 15px;
}
#seleccionar_permisos{
    width: 100%;
}
.btn_action i{
    position: absolute;
    top: 5px;
    left: 6px;
    width: 10px;
    height: 10px;
    font-size: 15px;
}
.alerta_response{
    display: none;
}
.modal-header{
    background: #623288;
    color: #ffffff;
}
.close span{
    color: #ffffff;
}
.text_recarga_info{
    font-size: 25px;
    text-align: center;
}
.text_recarga_info span{
    color: #623288;
    font-size: 40px;
    font-weight: bold;
}