/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 12.04.2019, 17:38:12
    Author     : studio2
*/
body, html {
    font-size: 13px;
}
html {
    height: 100%;
    overflow: hidden;
}

body {
    height: 100%;
    overflow: auto;
    background: #e4e4e4;
}

.FrontendAuthcontrollerContent,.ManagerAuthcontrollerContent {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.FrontendAuthcontrollerContentInner,.ManagerAuthcontrollerContentInner {
    box-sizing: border-box;
    line-height: 0;
    width: 10em;
    height: 10em;
}

.FrontendAuthcontrollerContentInner svg,.ManagerAuthcontrollerContentInner {
    width: 100%;
    height: 100%;
}
.FrontendAuthcontrollerContentInner svg,
.ManagerAuthcontrollerContentInner {
    width: 100%;
    height: 100%;
}

span.EFOFooterButton.SystemGoLoginFooterButton {
    border: 1px solid #ff9d00 !important;
    color: #fff !important;
}


span.EFOFooterButton.SystemGoLoginFooterButton:hover {
    color: #000 !important;
}

.EFOFooter.SystemGoLoginFooter {
    border-top: 0 !important;
    position: absolute;
    bottom: 0;
    left: 0;
}

.EFOWindow.SystemGoLoginWindow {
    padding-bottom: 0 !important;
    height: 100% !important;
}

.SystemGoLogin-component-content {
    padding-bottom: 4em !important;
}

.EFOBackdrop.SystemGoLoginBackdrop {
    justify-content: left !important;
}

.EFOBackdrop.SystemGoLoginBackdrop {
    background-image: url(/assets/images/main_bg.png) !important;
}

.EFOBackdrop.SystemGoLoginBackdrop {
    background-position: center right!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}
.SystemGoLogin-input-wrapper input[type=text], .SystemGoLogin-input-wrapper input[type=password] {
    min-width: auto!important;
}

.SystemGoLogin-comonent-body-content {
    width: 100%;
}
.EFOFooter.SystemGoLoginFooter {
    z-index: 1;
}

/* Мобильная версия */

@media only screen and (max-width: 768px){

.EFOWindow.SystemGoLoginWindow {width: 100%!important;max-width: 100%!important;}

.EFOWindowContent.SystemGoLoginWindowContent {
    width: 100%!important;
}
.RegisetrContentBodyContent {
    width: 100%!important;
    max-width: 100%!important;
}

}
.SystemGoLogin-input-wrapper input[type=text], .SystemGoLogin-input-wrapper input[type=password] {
    border: 0!important;
    border-bottom: 1px solid #ccc!important;
}
.RegisterIndexcontroller-window-content-header-content svg,.SystemGoLogin-component-header-logo svg {
    fill: #000!important;
}

.RegisterIndexcontroller-window-content-header {
    height: 5em!important;
}

.SystemGoLogin-component-header {
    height: 5em!important;
}
.SystemGoLogin-component-header-inner {
    padding: 10px!important;
}

.SystemGoLogin-component-content {
    padding: 5em 10px!important;
}

.EFOWindowContent.SystemGoLoginWindowContent {
    width: 320px!important;
}
@media only screen and (max-width: 1000px){

.EFOWindowContent.SystemGoLoginWindowContent {

    width:100%!important;
}
}