.client-main-fire-down {
	background-image: url('https://app.bozp-po.cz/images/fire-big-bg.png');
	height: 800px; /* You must set a specified height */
  width: 600px; /* You must set a specified width */
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	position: absolute;
  overflow: hidden;
	bottom: -150px;
	left: -50px;
}

.client-main-fire-up {
	background-image: url('https://app.bozp-po.cz/images/fire-big-bg.png');
	height: 800px; /* You must set a specified height */
  width: 600px; /* You must set a specified width */
  transform: rotate(180deg);
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: cover; /* Resize the background image to cover the entire container */
	position: absolute;
  overflow: hidden;
	top: -300px;
	right: -50px;
}

.logoframe  {
	text-align: center;
  display:block;
  }
  .typeframe  {
	text-align: center;
  }
  

#top-logo {
  background-image: url('../../../media/logos/logo-ronet-100.png');
  background-repeat: no-repeat;
  height: 126px;
  width: 100px;
}

.btn, .form-control {border-radius:0px!important;}

.login.login-1 .login-aside .aside-img {
  min-height: 450px;
}
.login.login-1 .login-signin,
.login.login-1 .login-signup,
.login.login-1 .login-forgot {
  display: none;
}
.login.login-1.login-signin-on .login-signup {
  display: none;
}
.login.login-1.login-signin-on .login-signin {
  display: block;
}
.login.login-1.login-signin-on .login-forgot {
  display: none;
}
.login.login-1.login-signup-on .login-signup {
  display: block;
}
.login.login-1.login-signup-on .login-signin {
  display: none;
}
.login.login-1.login-signup-on .login-forgot {
  display: none;
}
.login.login-1.login-forgot-on .login-signup {
  display: none;
}
.login.login-1.login-forgot-on .login-signin {
  display: none;
}
.login.login-1.login-forgot-on .login-forgot {
  display: block;
}

@media (min-width: 992px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 600px;
  }
  .login.login-1 .login-content {
    width: 100%;
    max-width: 500px;
  }
  .login.login-1 .login-content .login-form {
    width: 100%;
    max-width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1399.98px) {
  .login.login-1 .login-aside {
    width: 100%;
    max-width: 450px;
  }
}
@media (max-width: 991.98px) {
  .login.login-1 .login-content .login-form {
    width: 100%;
    max-width: 400px;
  }
  .client-main-fire-up {
    display: none;
  }
}
@media (max-width: 575.98px) {
  .login.login-1 .aside-img {
    min-height: 300px !important;
    background-size: 400px;
  }
  .login.login-1 .login-content .login-form {
    width: 100%;
    max-width: 100%;
  }
}