﻿body
{
    /*background-color: #ebebeb;*/
    padding:0;
    margin:0;
    height: 100%;
    background: url('../../Content/Icon/Poster.jpg');
    background-size: cover;
  
}

.form 
{
    padding-bottom: 0;
    padding-right: 600px;
    width: 1300px;
    
}

.content-wrapper 
{
    padding-bottom: 0;
}

.content 
{
    display: table;
    height: calc(100vh - 3.13rem - 22px); /* 3.13rem is the Header size, 22px is the MD Notice height */
}

.div-title {
    text-align: center;
    border-bottom: groove;
    margin: 0 5%;
    padding-top: 15px;
}

.lbl-title {
    font-size: 22px;
    font-weight: bold;
}

.formLayout-verticalAlign
{
    display: table-cell;
    vertical-align: middle;
}

.formLayout-container
{
    background-color: white;
    margin-left: 550px;
    margin-right: 200px;
    max-width: 1000px;
    min-width: 490px; /*230px*/
    width: 90%;
    box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2) !important;
    border-radius: 2px;
    opacity:0.9;
}

@media (max-width:1900px){
    .formLayout-container{
        width:80%;
    }
}

@media (max-width:1760px){
    .formLayout-container{
        width:80%;
    }
}

@media (max-width:1690px){
    .formLayout-container{
        width:70%;
        margin: 0 400px;
    }
}

@media (max-width:1440px){
    .formLayout-container{
        width:60%;
    }
}

@media (max-width:1200px){
    .formLayout-container{
        margin: 0 auto;
        width:80%;
    }
}

.formLayout-groupBox
{
    margin: 0;
    padding: 0 !important;
}

.formLayout-generalErrorText
{
    color: red;
    padding-top: 1em;
}

.eye-button
{
    background: none;
}

.eye-button > div
{
    background: url('../Content/Icon/eye-button.svg') no-repeat center;
    width: 18px;
    height: 12px;
    vertical-align: baseline;
    pointer-events: none;
    user-select: none;
}
.eye-button.show-password > div
{
    background: url('../Content/Icon/eye-button-hide.svg') no-repeat center;
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}

.item-left {
    width: 95%;
}

.item-right {
    width: 100%;
}

.item-txt-code {
    width: 100%;
    max-width: 150px;
}

.item-txt-person {
    width: 100%;
}

.div-code{
    display:inline-flex;

}

.lbl-code-txt{
    display: block;
}

.btn-check{
    margin-left: 10px;
}

.img-check{
    margin-left: auto;
    margin-right: auto;
}

.lbl-check{
    margin-left: auto;
    margin-right: auto;
}

.div-check{
    display:flex;
    justify-content:center;
    flex-direction: column;
}

.lbl-exp{
    display:block;
}

#page1{
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

#page2 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#page2.fade {
  opacity:1;
}

#page3 {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
#page3.fade {
  opacity:1;
}

@media (max-width: 794px) {
    .item-left {
        width: 100%;
    } 
}

@media (max-width: 1200px){
    body{
        background:url('../../Content/Icon/Poster.jpg') center;
    }
    .form{
        width: 70%;
        padding: 0;
        margin: auto;     
    }
}

@media (max-width: 600px) {
    .form {
        width: 100%; /*90%*/
    }
}

.footer-wrapper
{
    position: static;
    display: table-row;
}

.btn-next{
    float: right;
    margin-right: 20px;
}

.page-1{
    margin-left: 40px;
    padding-bottom: 208px;
    margin-top: 10px;
    margin-bottom: 30px;
}

.page-2{
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -182px;
}

.page-3{
    /*margin: 10px;*/
    margin-left: 10px;
    margin-right: 10px;
}

.lg-btn{
    display:flex;
    justify-content: space-around;
}

.btn-back, .btn-next2{
    margin-top: 40px;
    margin-bottom: 20px;
}

.btn-next2{
    float: right;
    /*margin-right: 20px;*/
}

.btn-complete{
    float: right;
}

.div-complete{
    display:flex;
    justify-content:center;
}

.div-step{
    margin-left: 40px;
    margin-top: 10px;
}

.lbl-step{
    font-size: 24px !important;
    color: darkgreen;
}

@media (max-width: 473px){
    .btn-check{
        margin-right:30px;
    }
}

@media (max-width: 464px){
    .lg-btn{
        justify-content: center;
        flex-direction: column;
        margin-left: 66px;
    }

    .btn-next2{
        float: none;
        margin-top: 0px;
    }

    .btn-complete{
        float: none;
    }
}

@media (max-width: 382px){
    .lg-btn{
        margin-left: 41px;
    }
}

.progress-bar {
  display: flex;
  margin-bottom: 8px;
  justify-content: space-between;
  margin-left: 56px;
  margin-right: 43px;
  margin-top: 25px;
}
 
.step {
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  display: block;
  width: 25px;
  height: 25px;
  margin-bottom: 30px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #efefef;
}
 
.step:after {
  position: absolute;
  z-index: -1;
  top: 5px;
  left: 22px;
  width: 362px;
  height: 6px;
  content: '';
  background-color: #efefef;
}
 
.step:before {
  color: #2e2e2e;
  position: absolute;
  top: 25px;
}
 
.step:last-child:after {
  content: none;
}
 
.step.current{
    background-color: #1abc9c;
}
.step.active {
  background-color: #1abc9c;
}
.step.active:after {
  background-color: #1abc9c;
}
.step.active:before {
  color: #1abc9c;
}
.step.active + .step {
  background-color: #1abc9c;
}
.step.active + .step:before {
  color: #1abc9c;
}
 
.step:nth-child(1):before {
  content: 'Corp Code';
  min-width: max-content;
}
.step:nth-child(2):before {
  /*right: -40px;*/
  content: 'Account Information';
  min-width: max-content;
}
/*.step:nth-child(3):before {
  right: -30px;
  content: 'Payment';
}*/
.step:nth-child(3):before {
  right: 0;
  content: 'Corp Information';
  min-width: max-content;
}

@media (max-width: 1800px){
    .step:after{
        width: 553px;
    }
}

@media (max-width: 1706px){
    .step:after{
        width: 522px;
    }
}

@media (max-width: 1616px){
    .step:after{
        width: 489px;
    }
}

@media (max-width: 1526px){
    .step:after{
        width: 456px;
    }
}

@media (max-width: 1428px){
    .step:after{
        width: 420px;
    }
}

@media (max-width: 1320px){
    .step:after{
        width: 384px;
    }
}

@media (max-width: 1220px){
    .step:after{
        width: 354px;
    }
}

@media (max-width: 1132px){
    .step:after{
        width: 322px;
    }
}

@media (max-width: 1042px){
    .step:after{
        width: 287px;
    }
}

@media (max-width: 942px){
    .step:after{
        width: 263px;
    }
}


@media (max-width: 876px){
    .step:after{
        width: 231px;
    }
}


@media (max-width: 786px){
    .step:after{
        width: 200px;
    }
}

@media (max-width: 700px){
    .step:after{
        width: 174px;
    }
}

@media (max-width: 626px){
    .step:after{
        width: 146px;
    }
}

@media (max-width: 540px){
    .step:after{
        width: 114px;
    }
}

@media (max-width: 450px){
    .step:after{
        width: 86px;
    }
}