html,
body {
  height: 100%;
}
.allign-middle {
  height: 100%;
  width: 100%;
  text-align: center; /* align the inline(-block) elements horizontally */
}
.allign-middle:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.allign-middle > main {
  display: inline-block;
  vertical-align: middle; /* vertical alignment of the inline element */
}

.bg-cover {
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
     the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
     on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
     while the background image is loading */
  background-color: #373c46;
}

.bg-login {
  background: -moz-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(19, 54, 123, 0.45)),
      color-stop(100%, rgba(19, 54, 123, 0.45))
    ),
    url("../img/bg/login-bg1.jpg");
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* IE10+ */
  background: linear-gradient(
      to bottom,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#825b00', GradientType=0), url("../img/bg/login-bg1.jpg");
  /* IE6-9 */
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
      the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
      on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
      while the background image is loading */
  background-color: #373c46;
}

.jumbotron {
  height: 600px;
}

.bg-register-1 {
  background: -moz-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(19, 54, 123, 0.45)),
      color-stop(100%, rgba(19, 54, 123, 0.45))
    ),
    url("../img/bg/login-bg1.jpg");
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* IE10+ */
  background: linear-gradient(
      to bottom,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/login-bg1.jpg");
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#825b00', GradientType=0), url("../img/bg/login-bg1.jpg");
  /* IE6-9 */
  /* Background image is centered vertically and horizontally at all times */
  background-position: center center;
  /* Background image doesn't tile */
  background-repeat: no-repeat;
  /* Background image is fixed in the viewport so that it doesn't move when 
      the content's height is greater than the image's height */
  background-attachment: fixed;
  /* This is what makes the background image rescale based
      on the container's size */
  background-size: cover;
  /* Set a background color that will be displayed
      while the background image is loading */
  background-color: #373c46;
}

.bg-register-2 {
  /*background-image: url("../img/bg/register-bg2.jpg");*/
  background: -moz-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg2.jpg");
  /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(19, 54, 123, 0.45)),
      color-stop(100%, rgba(19, 54, 123, 0.45))
    ),
    url("../img/bg/register-bg2.jpg");
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg2.jpg");
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg2.jpg");
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg2.jpg");
  /* IE10+ */
  background: linear-gradient(
      to bottom,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg2.jpg");
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#825b00', GradientType=0), url("../img/bg/register-bg2.jpg");
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.bg-register-3 {
  /*    background-image: url("../img/bg/register-bg3.jpg");*/
  background: -moz-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg3.jpg");
  /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(19, 54, 123, 0.45)),
      color-stop(100%, rgba(19, 54, 123, 0.45))
    ),
    url("../img/bg/register-bg3.jpg");
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg3.jpg");
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg3.jpg");
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg3.jpg");
  /* IE10+ */
  background: linear-gradient(
      to bottom,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg3.jpg");
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#825b00', GradientType=0), url("../img/bg/register-bg3.jpg");
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.bg-register-4 {
  /*background-image: url("../img/bg/register-bg4.jpg");*/
  background: -moz-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg4.jpg");
  /* FF3.6+ */
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0%, rgba(19, 54, 123, 0.45)),
      color-stop(100%, rgba(19, 54, 123, 0.45))
    ),
    url("../img/bg/register-bg4.jpg");
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg4.jpg");
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg4.jpg");
  /* Opera 11.10+ */
  background: -ms-linear-gradient(
      top,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg4.jpg");
  /* IE10+ */
  background: linear-gradient(
      to bottom,
      rgba(19, 54, 123, 0.45) 0%,
      rgba(19, 54, 123, 0.45) 100%
    ),
    url("../img/bg/register-bg4.jpg");
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#825b00', GradientType=0), url("../img/bg/register-bg4.jpg");
  /* IE6-9 */
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
}

.all-wrapper {
  background-color: #c9d0df;
  margin: 80px auto;
}

.all-wrapper-white {
  background-color: #fff;
}

@media screen and (min-width: 600px) {
  .all-wrapper-white {
    width: 1130px;
  }
}
@media screen and (max-width: 1100px) {
  .all-wrapper-white {
    width: 730px;
  }
  .allign-middle {
    height: unset;
  }
}
@media screen and (max-width: 600px) {
  .all-wrapper-white {
    width: 100%;
  }
}

.register-box {
  width: 1024px;
  height: 600px;
}

.auth-box {
  background-color: white;
  padding: 60px 30px;
  /*height: 70%;*/
  /*width: 100%;*/
}

.auth-box-left {
  /*border: 1px solid red;*/
  background-image: linear-gradient(to right top, #373b44, #4286f4);
  /*background: url("../img/bg/blue-gradient-bg.png") no-repeat ;*/
  background-position: right top;
  background-size: auto;
  /*height: 550px;*/
}

.auth-box-right {
  /*border: 1px solid red;*/
  float: left;
  padding: 20px 30px;
}

.logo-w {
  /*border: 1px solid red;*/
  text-align: center;
  margin: 0px auto;
  padding: 20px 30px;
}

.logo-w-login {
  margin: 0px auto;
  padding: 100px 30px;
}

.logo-w img {
  width: 100px;
}
.logo-w-login img {
  width: 175px;
}

.logo-w .phrase {
  color: #709be7;
}
.logo-w-login {
  color: #fff;
  padding: 0;
}
.logo-w-login .phrase {
  color: #fff;
}

.logo-w .phrase2 {
  color: #fff;
  font-size: 18px;
}

.logo-w h1 {
  color: #13367d;
  font-weight: bold;
}

.logo-w-login h1 {
  color: #fff;
  font-weight: bold;
}

.form-control {
  /* background-color: #E6E8EE; */
  border-radius: 0px;
  height: 2.78571429em;

  -webkit-appearance: none;
  background: #fcfcfc;
  padding: 0.46428571em;
  /* border: 1px solid #ececec; */
}

.small-grey {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.btn-square {
  height: 100px;
  width: 100%;
  margin-top: 10px;
  word-wrap: break-word;
}

/* --------- REGISTRATION -------------- */

.register-wrapper {
  height: 100%;
  background-color: #fff;
}

.register-box-right {
  /*border: 1px solid red;*/
  /*background: url("../img/bg/blue-gradient-bg.png") no-repeat ;*/
  background-color: #fff;
  background-position: right top;
  background-size: auto;
  /*height: 550px;*/
  /*padding: 50px;*/
}

/* -------- New Login page code ----------*/

.login-page {
  width: 100%;
  background: #fff;
}

.login-page .login-inside {
  display: flex;
  min-height: 100vh;
}

/* Login Left Side */

.login-page .login-inside .login-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 40px;
  background: linear-gradient(to top, rgba(14, 102, 200, 0), rgba(6, 53, 152, 0.5)), url(../img/bg/register-bg1.jpg) ;
  /* background: url(../img/bg/register-bg1.jpg); */
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  z-index: 1;
}

.login-page .login-inside .login-left .login-content .login-logo {
  margin-bottom: 16px;
  /*
  width: 95px;
  height: 95px;
  */
}

.login-page .login-inside .login-left .login-content {
  text-align: center;
}

.login-page .login-inside .login-left .login-content h1 {
  font-size: 54px;
  font-weight: bold;
  color: #ffffff;
}

.login-page .login-inside .login-left .login-content p {
  margin: 0;
  margin-top: 8px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
}

/* Login Right Side */

.login-page .login-inside .login-right {
  position: relative;
  padding: 40px;
  z-index: 1;
}

.login-page .login-inside .login-right .create-account p {
  font-size: 12px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.53);
}

.login-page .login-inside .login-right .create-account p a {
  text-decoration: none;
  margin-left: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #005bff;
}
.login-page .login-inside .login-right .create-account p a:hover {
  opacity: 0.7;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.login-page .login-inside .login-right .right-inside {
  height: calc(100vh - 128px);
  display: flex;
  align-items: center;
}
.login-page .login-inside .login-right .right-inside .form-content {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.login-page .login-inside .login-right .right-inside h2 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

.login-page .login-inside .login-right .right-inside p {
  font-size: 16px;
  color: #4a4a4a;
}

.login-page .login-inside .login-right .right-inside form {
  margin-top: 24px;
}

.login-page .login-inside .login-right .right-inside form .form-control {
  height: 50px !important;
  padding: 0.375rem 1rem;
  font-size: 14px;
  font-weight: 600;
  color: #000000;
  /* border-radius: 4px; */
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 600;
}
::-moz-placeholder {
  /* Firefox 19+ */
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 600;
}
:-ms-input-placeholder {
  /* IE 10+ */
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 600;
}
:-moz-placeholder {
  /* Firefox 18- */
  font-size: 12px !important;
  color: rgba(0, 0, 0, 0.53);
  font-weight: 600;
}

.login-page .login-inside .login-right .right-inside form .checkbox {
  display: flex;
  align-items: center;
  font-size: 11px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.53);
  cursor: pointer;
}
.login-page .login-inside .login-right .right-inside form .checkbox input {
  width: auto;
}
.login-page .login-inside .login-right .right-inside form .checkbox:hover {
  color: #005bff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.login-page .login-inside .login-right .right-inside .forgot-password {
  display: block;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.53);
}
.login-page .login-inside .login-right .right-inside .forgot-password:hover {
  color: #005bff;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}

.login-page .login-inside .login-right .right-inside .login-btn {
  text-decoration: none;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
}
.login-page .login-inside .login-right .right-inside .login-btn:hover {
  box-shadow: 0 4px 14px #c9e1ff;
}

/* Responsive Design */

/* @media only screen and (min-width:320px) and (max-width:480px) { */
@media only screen and (max-width: 480px) {
  .login-page .login-inside .login-right .right-inside {
    height: unset;
    display: unset;
  }
  .login-page .login-inside .login-right .right-inside .form-content {
    min-width: unset;
    max-width: unset;
  }
}

@media only screen and (min-width: 480px) and (max-width: 728px) {
}

@media only screen and (min-width: 728px) and (max-width: 1024px) {
}

.input-group-text{
  background-color: #fcfcfc !important;
}