.wrapper {
  background: #50a3a2;
  /* background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%); */
  /* background: linear-gradient(to bottom right, #125faa 0%, #00b5cb 100%); */
  background: linear-gradient(to bottom right, #395bbf 0%, #248aa1 50%, #102c68 100%) !important;
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wrapper.form-success .container h1 {
  transform: translateY(85px);
}

.container {
  max-width: 600px;
  margin: 0 auto;
  padding: 80px 0;
  height: 100vh;
  text-align: center;
}

.container h1 {
  font-size: 40px;
  transition-duration: 1s;
  transition-timing-function: ease-in-put;
  font-weight: 200;
}


.login-heading-text h3 {
  color: #2b46bd;
  font-size: 29px;
  font-weight: 600;
  font-family: sans-serif;
}
.login-heading-text h5{
  color: #2b46bd;
  font-size: 22px;
  font-weight: 600;
  font-family: sans-serif;
}



.video-wrapper{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
}

.video-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3);
    background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23000000' fill-opacity='0.4' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}



.bg-bubbles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.bg-bubbles li {
  position: absolute;
  list-style: none;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.15);
  bottom: -160px;
  -webkit-animation: square 22s infinite;
  animation: square 22s infinite;
  transition-timing-function: linear;
}

.bg-bubbles li:nth-child(1) {
  left: 6%;
}

.bg-bubbles li:nth-child(2) {
  left: 20%;
  width: 80px;
  height: 80px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 17s;
  animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) {
  left: 25%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  -webkit-animation-duration: 22s;
  animation-duration: 22s;
  background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) {
  left: 60%;
}

.bg-bubbles li:nth-child(6) {
  left: 80%;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) {
  left: 42%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) {
  left: 55%;
  width: 20px;
  height: 20px;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) {
  left: 25%;
  width: 10px;
  height: 10px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 40s;
  animation-duration: 40s;
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) {
  left: 90%;
  width: 160px;
  height: 160px;
  -webkit-animation-delay: 11s;
  animation-delay: 11s;
}

@-webkit-keyframes square {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}

@keyframes square {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-700px) rotate(600deg);
  }
}






/*-------Login Box--------*/



@import url('https://fonts.googleapis.com/css?family=Poppins');

/* BASIC */

html {
  background-color: #56baed;
}

body {
  font-family: "Poppins", sans-serif !important;
  height: 100vh;
  background: linear-gradient(to bottom right, #125faa 0%, #00b5cb 100%) !important;
}

a {
    color: #cacaca !important;
    display: inline-block;
    text-decoration: none !important;
    font-weight: 400;
    font-size: 15px;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin: 40px 8px 10px 8px;
  color: #cccccc;
}

.login-header {
  position: absolute;
  z-index: 9;
}

.image-wrapper {
  display: flex;
  width: 100%;
  padding-left: 0;
}

.image-wrapper img {
    width: 100%;
    max-height: 600px;
    position: fixed;
    bottom: 0;
        z-index: 1;
}


.container.login-absolute-section{
position: absolute;
    left: 0;
    right: 0;
    padding: 0;
    top: 0;
}

.video-section{
max-width: 500px;
    height: 300px;
    background-color: #0d0d0d;
    border-radius: 46px;
    border-bottom-right-radius: 0;
    overflow: hidden;
    display: flex
;
    align-items: center;
    justify-content: center;
    border: solid 4px #047c79;
    margin-top: calc(50% - 150px);
}


.suzlon-logo {
position: absolute;
    top: 10px;
    left: 10px;
}
.suzlon-logo img{
height: 50px;
}





.content-section{
text-align: left;
    margin-top: calc(50% - 35px);
    max-width: 500px;
}
.content-section h2{
    font-size: 38px;
    font-weight: 700;
    margin: 0;
    color: #16978c;
    text-align: left;
    margin-bottom: 15px;
}
.content-section p{
color: #106e67;
}

/* STRUCTURE */

.inner-wrapper {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: end;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  position: absolute;
  z-index: 2;
}

#formContent {
     background: rgb(24 24 24 / 85%);
    width: 90%;
    max-width: 380px;
    position: absolute;
    padding: 0px;
    -webkit-box-shadow: 0 30px 60px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0px 25px 4px rgb(49 164 136 / 60%);
    text-align: center;
    height: calc(85vh - 30px);
    display: flex
;
    margin: 10px;
    top: 67px;
    border-radius: 18px;
    min-height: 200px;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    max-height: 403px;
    right: 60px;
}

#formFooter {
    background-color: #f6f6f6;
    border-top: 1px solid #dce8f1;
    padding: 20px 20px;
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0;
    font-size: 14px;
    line-height: 20px;
}

.logo {
    width: 190px;
    margin: 30px 20px 10px 20px;
}

/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #5fbae9;
}



/* FORM TYPOGRAPHY*/

.login-btn {
    width: calc(100% - 65px);
    background-color: #fa0041;
    background: linear-gradient(to bottom right, #00c5b6 0%, #00c5b6 100%);
    border: none;
    color: #ffffff;
    padding: 10px 80px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    box-shadow: 0 10px 30px 0 rgb(95 225 233 / 40%);
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    margin: 15px 20px 12px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 10px;
    color: #16978c;
    background-color: #fff;
    color: #ffffff;
    font-weight: 700;
}

.login-btn:hover {
  background-color: #798c9c;

}

.login-btn:active {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text],
input[type=password] {
 background-color: rgba(0, 0, 0, 0);
    border: none;
    color: #ffffff;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    margin: 8px 5px;
    width: 85%;
    border: 1px solid #888888;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 14px;
    font-size: 16px;
}

input[type=text]:focus,
input[type=password]:focus {
  /* background-color: #fff; */
  border-bottom: 2px solid #a8ddd0;
}

input[type=text]:placeholder,
input[type=password]:placeholder {
  color: #1b1b1b !important;
  font-size: 18px;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}




/*==== FADE IN RIGHT ===*/
/*=== Trigger  ===*/
.animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


/*==== FADE IN RIGHT ===*/
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

/*=== FADE IN  ===*/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}








/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  opacity: 0;
  -webkit-animation: fadeIn ease-in 1;
  -moz-animation: fadeIn ease-in 1;
  animation: fadeIn ease-in 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #777777;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after {
  width: 100%;
}

.underlineHover {
  margin-bottom: 15px;
}


/* OTHERS */

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}



.lams_logo {
  padding: 15px
}

.lams_logo img {
  width: 285px
}

.captcha-section #captcha {
    margin: 0px !important;
    padding: 4px 0px 3px 3px !important;
    width: 85%;
}


#captcha-image-container #captcha-image{
width: 120px;
}
.refresh-button-container .btn{
    padding: 2px 8px;
    font-size: 16px;
}
.refresh-button-container .btn i{
    font-size: 12px;
}





.rfq-wrapper .login-heading-text{
margin-top: 30px;
}

.rfq-wrapper #login_form{
    width: 100%;
}

.rfq-wrapper #formFooter{
    display: none;
}
.rfq-wrapper .login_form{
    margin-bottom: 20px;
}
