﻿body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family:'Roboto', sans-serif;
}


h1,
h2,
h3,
h4,
h5,
h6 {
   line-height: 1.5;
}


*{
    font-family: 'Roboto', sans-serif;
};



.profile-content{
    border-left: 1px solid #ddd;
}

.btn.green:not(.btn-outline){
    background-color:#59C4BE;
}

h1{
    font-size:48px;
}

.input-group .form-control:focus {
    z-index: auto;
}

.page-prefooter .subscribe-form .form-control {
    padding-left: 33px;
}

.left-pane{
    background-color:rgba(179, 179, 179, 0.15);
    height: 100%;
    width: 50%;
    z-index: 99;
    left:0;  
}
.full-height{
    min-height:768px;
    position: relative; 
}

.left-pane-background{
    background-image: url(/assets/img/login-bg-image.png);
    background-position: top right;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 450px;
    bottom: 0;
    left: 0;

}


.logo{
   background-image: url("/assets/img/fanaliz-login-logo.png");
   height: 150px;
   width:110px;
   background-size:cover;
   margin-top:10px;
}

.login-desc-text{
    top: 90px;
    left: 60px;
    max-width:500px;
}
.login-desc-text h1{
    font-weight:bold;
    line-height: 1.2;
    font-size: 42px;
}


.login-desc-text p{
    font-size:24px;
    line-height: 1.5;
}

.btn-success{
    color: #fff;
    background-color: #59C4BE;
    border:none;
}

.navbar-nav>li>a{
    color:#333;
}

.header-text{
    font-weight: 500;
}

.login-form input[type="email"].form-control{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;

}

.input-icon>i{
    color:#59C4BE;
}

input{
    border:1px solid #C2CAD8;
}

.login-form input[type="password"].form-control{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top:transparent;
    
}

.login-form input[type="password"].form-control::-webkit-input-placeholder, .login-form input[type="email"].form-control::-webkit-input-placeholder {
    color:#1A1A1A;
    font-size:14px;
}
#query-page .select2-container--bootstrap {
   width: 100%;
   margin: 0 auto;
}

#page-footer .page-prefooter{
    position: relative;
    background-color: #fff;
    bottom: 0;
    min-height: 250px;
    width: 100%;
    padding:25px;
    z-index: 100
}

.footer-logo img{
    width: 200px;
    float: right;
}
.page-prefooter .list-unstyled li{
    line-height: 2;
}
.page-prefooter .list-unstyled li a {
    color:#000;
}


.page-wrapper .page-wrapper-middle{
    background:#fff;
}

#query-page .page-content-wrapper{
    padding-left: 300px;
    overflow-x: hidden;
}

.page-header{
    margin-bottom: 44px;
    height: auto;
    border-bottom:1px solid #ddd;
    padding-bottom:24px;
}


.profile-usermenu ul li.active a{
    color: #fff;
    background-color: #C2CAD8;
    border-right: 7px solid #59C4BE;
    margin-left: -2px;
}

.profile-usermenu ul li a:hover {
    background-color: #fafcfd;
    color: #59C4BE;
}

.login-page-wrapper{
    min-height: 768px;
    position: relative;
}

#wizard {
    margin:0;
    padding:0;
}

#wizard .form-wizard .form-body{
    padding: 0
}

hr{
    margin: 0
}

.page-prefooter{
    background-color: #fff;
    display: block;
    position: relative;
    z-index: 99;
}

@media (max-width: 992px) and (orientation:landscape) {
    .login-desc-text {
        display: none;
    }
    .index-login-fields {
        width: 100% !important;
    }
}