/**
 * Pimcore
 *
 * This source file is available under two different licenses:
 * - GNU General Public License version 3 (GPLv3)
 * - Pimcore Enterprise License (PEL)
 * Full copyright and license information is available in
 * LICENSE.md which is distributed with this source code.
 *
 * @copyright  Copyright (c) Pimcore GmbH (http://www.pimcore.org)
 * @license    http://www.pimcore.org/license     GPLv3 and PEL
 */

 @font-face {
  font-family: 'Arial';
  src: url('/static/login/fonts/arial.ttf');}


@font-face {

font-family: 'FontAwesome';

src: url('/static/login/fonts/fontawesome-webfont.woff');}

  *{font-family: 'Open Sans', sans-serif;}
body{margin:0;
font-family: 'Open Sans', sans-serif;
}
.background{background-image: url("/static/frontend/images/images/image 1.png");
    background-repeat: no-repeat;
    height: 100vh;
    background-size: 61%;
    background-position: 740px 0;
}
.logo{
 width:200px;
}
img{height:auto; max-width:100%}
.contact{width: 210px; height: auto; margin-top: 8px; margin-bottom: 56px}
.contact-form{
           width: 80%;
    padding:10px;
    background-color: #fff;
    padding-top: 0px;
    margin: 0 auto;
    height: 80%;
    /* display: flex; */
    align-items: center;
}
@media (max-width:767px){
.contact-form{
width:90%;
}
}
h4{margin-top: 0; margin-bottom: 5px}
/*input[type="text"], input[type="password"] {
    padding: 4px 6px;
    padding-left: 40px;
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
}*/
.login-btn{
padding: 15px 12px;
    width: 33%;
    border-radius: 5px;
    background-color: #10024b;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
}
.login-btn:hover{
  background-color: #1e2346;
}
#_username, #_password{
padding: 0px 5px;
height: 40px;
line-height: 40px;
font-size:14px;
font-weight: normal;
}
    a{text-decoration: none;
    color: #000;
    margin-top: 10px;
    display: block;
    text-align: center} 
.input-group:before{
   background: #303030;
    width: 35px;
    font-family: 'FontAwesome';
    position: absolute;
    border-radius: 4px 0 0 4px;
    color: #ffa100;
    text-align: center;
    padding: 6.5px 0;
    border: 1px solid #484848;
    font-size: 12px
}
.input-group.username:before{content: '\f007';}
.input-group.password:before{content: '\f084';}
h4 img{width:auto;}
.wrapper{
    display: flex;
 
    height: 100%;
    background-color: rgb(255,255,255);
  flex-direction: column;
    width: 40%;
    position: relative;
}
@media (max-width:767px){
.wrapper{
width:100%;
}
}
/* .wrapper:after{
    content: "";
    background-image: url(/bg_file.png);
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 100%;
    background-repeat: no-repeat;
    height: 100%;
    background-position: left;
} */
input[type="checkbox"] + label{color:#9ca098; margin-left: 3px}
input[type="checkbox"]{vertical-align: middle}

.error{
    color: red;
    font-size: 13px;
       margin-bottom: 8px;
}
.input-group.username{
    margin-top: 5px;
}
input[type="email"], input[type="password"] {
        padding: 8px 6px;
    /* padding-left: 40px; */
    border-radius: 4px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
    background-color: rgb(255,255,255) !important;
font-weight: bold;
margin-top: 5px;
}
 input:-internal-autofill-previewed, input:-internal-autofill-selected{
    background-color: rgb(255,255,255) !important;
}
.username-field label, .password-field label{
    color: #8f8f8f;
margin-bottom:0 !important;
font-size: 15px;
}
.username-field, .password-field{
      /* padding: 15px; */
    font-size: 12px;
/* border: 1px solid #eee; */
color: #8f8f8f;
}
.password-field{
 margin-top:15px;
}

.username-field input, .password-field input{
    border: 1px solid #ddd;
}
.username-field{
    border-bottom: 0px solid #eee;

}
.forgot{
    font-size: 15px;
    float: right;
    color: #000;
    font-weight: bold;
width:100%;
float: right;
    width: 50%;
}
.forgot a:hover {color : #28458e;}
.forgot p{
   float: right;
}
/*.panel-logo{
    height: 60px;
    width: auto;
    position: absolute;
    left: 0px;
    border: 2px solid #c6cacc;
    border-radius: 8px;
    top: 2px;
} */
.panel-heading h3{
    margin: 0px;
    font-size: 18px;
    color: #0c2b82;
}
.panel-heading{
        background: #e8e8e8;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -10px;
    margin-right: -10px;
    border: 1px solid #e8e8e8;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    margin-bottom: 10px;
    position: relative;
    border-bottom: 5px solid #e8e8e8;
    height: 65px;
}
.panel-body{
    margin-top: 15px;
}
.panel-title{
       letter-spacing: 1.25px;
letter-spacing: 1.25px;
    /* text-align: center; */
    font-weight: normal;
    margin: 10px 0 30px 0;
}

.navbar-header a{
    display:block;
    width:100%;
    height:100%;
    text-indent: 188px;
    padding-top: 20px;
    padding-bottom:0px;
}
.navbar-header a:hover{
    text-decoration: none;
}
.navbar-header a span{
    color:#cdcdcd;
    font-size:26px;
    line-height: 28px;
    font-weight: normal;
    padding-right:10px;
    vertical-align: 1px;
    *vertical-align:-1px;
}
.navbar-header a strong{
    font-size:22px;
    line-height: 28px;
    font-weight: normal;
    color: #0099cf;
}


.language-dropdown{ 
    position:absolute; 
    top: 5px;
    right: 70px;
    list-style: none; 
    padding: 0 0 10px; 
}
.language-dropdown .dropdown-toggle:after{content: ""; width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
    border-top: 5px solid #000;   display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
}
.language-dropdown ul{list-style: none;}
.language-dropdown ul.dropdown-menu{  
    position: absolute;
    padding: 0 10px 10px 10px;
    margin: 0;
    border: solid 1px #ddd;
    background: #efefef;
    width: 63px;
    /*top: 38px;*/
    right: 10px;
    display: none;
    z-index: 200;
    left: auto;
}

.language-dropdown:hover ul.dropdown-menu{ display:block;}

#nav-span{
    min-width: 180px;
}

#logo {
    position: statis;
    top: 140px;
    left: 212px;
    width: 200px;
    z-index: 200;
}

#logo img {
    max-width: 300px;
    max-height: 120px;
}

.logo-head{ display:flex; align-items:center;     justify-content: flex-start;
    flex-wrap:wrap;
    margin: 20px auto; width:80%}
.logo-head img{ width:150px;}
.logo-head span{
/* border-left:1px solid #eee; */
font-size:30px;
padding:0 10px;
color: #eb4260;
flex:1 0 100%;
/* text-align: center; */
}


button.primary-button{ margin-left:0 !important; width:auto !important; background-color: #AE5AF0 !important; 
border-color: #AE5AF0 !important; border-radius: 3px !important;
}

.forget-pwd.bottom{
    text-align: center;
    border-top:1px solid #dedede;
    padding-top:1em;
    margin-top:1em;
    margin-left: 0;
    justify-content: center;
}
.flex{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}

.footertm{
    margin: 5px auto; 
    width:80%;
    text-align: right;
}