.page-register-v2 {
  height: 100%;
   
    height: -webkit-calc(100%);
  height: calc(100% - 44px); 
   
}

body {
   background: #f3f5f7 !important;
}
.page {
    position: relative;
    min-height: -webkit-calc(100%);
  min-height: calc(100% - 44px); 
    background: #fff !important;
    
}

.page-dark.layout-full::after {
   
    background-color: rgba(255, 255, 255, 0.19);
}



.page-register-v2 .page-brand-info {
  margin: 220px 100px 0 90px;
}

.page-register-v2 .page-brand-info .brand-img {
  vertical-align: middle;
}

.page-register-v2 .page-brand-info .brand-text {
  display: inline-block;
  margin: 11px 0 11px 20px;
  vertical-align: middle;
}

.page-register-v2 .page-brand-info p {
  max-width: 650px;
  opacity: .6;
}

.page-register-v2 .page-register-main {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  min-height: 100%;
  padding: 150px 60px 180px;
  color: #757575;
  background: #fff;
}

.panel {
}

.page-register-v2 .page-register-main .brand {
  margin-bottom: 60px;
}

.page-register-v2 .page-register-main .brand-img {
  vertical-align: middle;
}

.page-register-v2 .page-register-main .brand-text {
  display: inline-block;
  margin: 11px 0 11px 20px;
  color: #3f51b5;
  vertical-align: middle;
}

.page-register-v2 form {
	width: 100%;
}

.page-register-v2 form > button {
  margin-top: 38px;
}

.page-register-v2 footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 50px 60px;
  text-align: center;
}

.page-register-v2 .social .icon, .page-register-v2 .social .icon:hover, .page-register-v2 .social .icon:active {
  color: #fff;
}





.steps-sm .step-number~.step-desc {
	margin-top: 9px;
}

@media (min-width: 1129px){
.show-logo-min {
    display: none!important;
}
}

@media (max-width: 1129px){
.hidden-desc {
    display: none!important;
}
}




.step {
    position: relative;
    padding: 0px 20px;
    margin: 0;
    font-size: inherit;
    color: #9e9e9e;
    vertical-align: top;
    background-color: #fff;
    border-radius: 25px;
}

.step.current .step-title {
    color: #2abd45;
}


.steps-sm .step {
    font-size: 12px;
}

.step.current .step-number {
    color: #ffffff;
    background-color: #2abd45;
}

.steps-sm .step-number {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 24px;
}

.steps-sm .step-title {
    font-size: 16px;
    font-weight: 600;
}

.step.done {
      color: #2abd45;
    background-color: #ffffff;
    border: 1px solid #fff;
}

.step.done .step-number {
    color: #ffffff;
    background-color: #2abd45;
}

.step.done .step-title {
    color: #2abd45;
}


.step.current {
    color: #fff;
    background-color: #ffffff;
    border: 1px solid #3ad857;
}

.step.disabled {
    color: #bdbdbd;
    pointer-events: none;
    cursor: auto;
}

.step.error .step-number {
     color: #ffffff;
    background-color: #2abd45;
}

.step.error {
     color: #fff;
    background-color: #ffffff;
    border: 1px solid #3ad857;
}

#reg .btn-primary {
   color: #fff !important;
    background-color: #3ace55 !important;
    border-color: #3ace55 !important;

}

#reg .btn-primary:hover {
    color: #fff !important;
    background-color: #2abd45 !important;
    border-color: #2abd45 !important;
}

#reg .btn-primary.active, .btn-primary:active, .open>.btn-primary.dropdown-toggle {
   color: #fff !important;
    background-color: #11c26d !important;
    border-color: #3bca85 !important;
}

#reg .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.btn-primary.dropdown-toggle.focus, .open>.btn-primary.dropdown-toggle:focus, .open>.btn-primary.dropdown-toggle:hover {
   color: #fff !important;
    background-color: #11c26d !important;
    border-color: #3bca85 !important;
}

.font-size-11 {
	font-size: 11px;
}

.steps {
    display: block;
    margin: 10px 0 50px 0;
    -webkit-box-shadow: none;
    box-shadow:  none;
}

.m-w-1000 {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.steps-sm .step-number ~ .step-desc {
    min-height: 33px;
    margin-left: 35px !important;
}


::-webkit-input-placeholder { /* Edge */
  color: #727477 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #727477 !important;
}

::placeholder {
  color: #727477 !important;
}


.brighttheme-success {
  visibility: hidden;
}


#reg .btn-outline-success, .btn-outline.btn-success {
   color: #fff !important;
    background-color: #3ace55 !important;
    border-color: #3ace55 !important;
}

#reg .btn-outline-success:hover, .btn-outline.btn-success:hover {
    color: #fff !important;
    background-color: #2abd45 !important;
    border-color: #2abd45 !important;
}