body {
  padding: 40px 20px;
  background: url("../images/blue_background.png");
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container {
  background: white;
  max-width: 800px;
  max-height: 900px;
  border-radius: 30px;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  display: flex;
  padding: 0px !important;
  min-height: 550px;
}

.image-container {
  width: 50%;
  position: relative;
}


@media (max-width: 700px) {
  .image-container {
    display: none;
  }

  .form-signin {
    width: 100% !important;
    padding: 10px 30px !important;
  }
}

.first-image {
  /* background-image: url(../images/login-page-image.jpg);
  border-radius: 30px 0px 0px 30px;*/
  background-image: url("../images/login-1.png");
  border-radius: 30px 0px 0px 0px; 
  background-size: cover;
  width: 100%;
  height: 50%;
}

.second-image {
  background-image: url("../images/login-2.png");
  background-size: cover;
  width: 100%;
  height: 50%;
  border-radius: 0px 0px 0px 30px;
}

.blur-border {
  position: absolute;
  background-color: white;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 100%;
  background: linear-gradient(270deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.form-signin {
  padding: 10px 50px;
  margin: 0 auto;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.axion-login-logo {
  margin-bottom: 30px;
  width: 250px;
}

.contact-section {
  margin-top: 40px;
  text-align: center;
}

.contact-section .phone {
  font-size: 16px;
}

.forgot-password {
  margin-top: 10px;
}

.form-signin .form-group {
  width: 100%;
}

.form-signin .btn-primary {
  background: #00a7e1;
}

.form-signin a {
  color: #00a7e1;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  text-align: center;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
}

p {
  word-break: break-all;
}