<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.account-pages {
  background-image: url("../img/login-bg.jpg");
  background-size: cover;
  position: absolute;
  height: 100%;
  width: 100%;
}
.wrapper-page {
  margin: 50px auto 0 auto;
  position: relative;
  width: 420px;
}
.step-form{
  width: 900px;
}

.step-form .wizard &gt; .steps a, .step-form .wizard &gt; .steps a:hover, .step-form .wizard &gt; .steps a:active{
  padding: .5rem;
}
.step-form .wizard &gt; .content &gt; .body{
  height: 100%;
  overflow-x: scroll;
}
.step-form .wizard &gt; .content{
  padding: 20px 0px;
  min-height: 30em;
}
.step-form .logo{
  margin: 1rem 0;
}
.step-form .card-box{
  padding: 20px;
}
.step-form .wizard &gt; .steps::before{
  position: absolute;
  content: "";
  left: 10%;
  top: 45px;
  width: 80%;
  height: 1px;
  border-top: dotted 4px #ddd;
}
.step-form .wizard &gt; .steps ul{
  position: relative;
}
.step-form .form-title{
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}
.step-form .form-title p.sub{
  font-size: 18px;
  font-weight: 400;
  color: #777777;
}
.step-form .form-group label{
  font-size: 15px;
  color: #888888;
}
.step-form .form-group label.error{
  display: block !important;
  text-align: left;
  margin: 0 !important;
  padding: 5px;
  font-size: 13px;
}
.step-form .actions{
  padding-top: 20px !important;
}
.step-form .wizard &gt; .actions .disabled a{
  background-color: transparent;
  border: 2px solid #ff7958;
  border-radius: 0;
  color: #ff7958;
  font-size: 14px;
  font-weight: 700;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.step-form .wizard &gt; .actions .disabled a:hover{
  background-color: #ff7958;
  color: #ffffff;
 
}
.step-form .wizard &gt; .actions a{
  background-color: #ff7958;
  color: #ffffff;
  border: 2px solid #ff7958;
  font-size: 14px;
  font-weight: 700;
  border-radius: 0;
  transition: all .3s ease-in-out;
}
.step-form .wizard &gt; .actions a:hover{
 background-color: transparent;
 color:#ff7958;
}
.step-form .steps ul{
  display: -ms-flexbox!important;
    display: flex!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.step-form .steps ul li{
  text-align: center;
  font-size: 12px;
}
.step-form .wizard &gt; .steps .disabled a{
  background-color: transparent;
  border: none;
}
.step-form  .wizard &gt; .steps .current a{
  background-color: transparent;
  border: none;
}
.step-form .wizard &gt; .steps .number{
  margin: 10px auto;
  display: block;
  background-color: #ffded6;
  color: #ff7958;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bold;
  font-size: 20px;
}
.step-form .wizard &gt; .steps .current a .number{
  background-color: #ff7958;
  color: #ffffff;
  box-shadow: 0px 10px 25px 0px rgba(163, 48, 53, 0.25);
} 
.step-form .wizard &gt; .steps .current a{
  color: #aaa;
}
.step-form .wizard &gt; .steps .done a{
  background-color: transparent;
  color: #aaa;
}
.step-form .wizard &gt; .steps .done a, .step-form .wizard &gt; .steps .done a:hover{
  background-color: transparent !important;
}
.step-form .wizard &gt; .steps .current a, .step-form .wizard &gt; .steps .current a:hover, .step-form .wizard &gt; .steps .current a:active{
  background-color: transparent !important;
  color: #aaa;
}
.step-form .wizard &gt; .steps .disabled a, .step-form .wizard &gt; .steps .disabled a:hover, .step-form .wizard &gt; .steps .disabled a:active{
  background-color: transparent !important;
  color: #aaa;
}
.step-form .wizard &gt; .steps .done a,.step-form  .wizard &gt; .steps .done a:hover{
  color: #aaa;
}
/* for signup  */

label {
  color: #ffffff;
  
}

.singup-page {
  width: 700px !important;
}
/* for signup  */

.wrapper-page .card-box {
  border: 1px solid rgba(54, 64, 74, 0.1);
  background: #ffffff;
  /* color: black; */
}

.panel-pages {
  border-radius: 6px;
}
.panel-pages .panel-body {
  padding: 30px;
}
.panel-pages .panel-heading {
  -moz-border-radius: 6px 6px 0px 0px;
  -webkit-border-radius: 6px 6px 0px 0px;
  border-radius: 6px 6px 0px 0px;
  padding: 40px 20px;
  position: relative;
}
.panel-pages .panel-heading h3 {
  position: relative;
  z-index: 999;
}
.user-thumb {
  position: relative;
  z-index: 999;
}
.user-thumb img {
  height: 88px;
  margin: 0px auto;
  width: 88px;
}
.ex-page-content .text-error {
  color: #252932;
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
}
.ex-page-content .text-error i {
  font-size: 78px;
  padding: 0px 10px;
}
/* signup-signin-page */
.signup-signin-page {
  width: auto;
}



/* Sign up  */
.container__page{
 position: relative;
 width: 100%;
 padding-right: 400px;
}
.container__page .signup--form{
  width: 400px;
  padding:2rem 3rem;
  position: absolute;
  right: 0;
  top: 0;
  height:100vh;
  background-color: #000000;
  color: #ffffff;
  z-index:9998;
}
.container__page .signup--form .panel-heading{
  padding: 0;
}
.container__page .signup--form a{
  color: #ffffff;
  text-decoration: none;
}
.container__page .signup--form a:hover{
  color: #dddddd;
}
.container__page .signup--form .panel-body{
  padding: 0 15px;
}
.container__page .signup--form .mt-3{
  margin-top: 1.5rem;
}
.container__page .signup--form .form-group{
  margin-bottom: 0;
  padding-bottom: 2.5rem;
}
.container__page .signup--form .mt-2{
  margin-top: 1rem;
}
.container__page .signup--form .form-group p{
  position:absolute;
  bottom: 7px;
  margin: 0;
  line-height: 0;
}
.custom-button {
  border: 1px solid #ff7958;
  color: #ffffff;
  opacity: 1;
  background-color: #ff7958;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.custom-button:hover{
    color:#ffffff;
    opacity: 0.9;
}
.text-center{
  text-align: center;
}


/* / Sign up  */


</pre></body></html>