:root {
  --primary-color:#db404b;
  --secondary-colors:#8c95a5;
  --btn-hover-color:rgba(219,64,75,0.9); 
}* {
    outline: none;
}

body{ font-size:14px;margin:0px;padding:0;}
.main-container{float: left;overflow: hidden;position: relative;width: 100%;}
.main-body{ -webkit-transition:all 0.33s ease-out; -o-transition:all 0.33s ease-out; -ms-transition:all 0.33s ease-out; -moz-transition:all 0.33s ease-out; transition:all 0.33s ease-out; float:left; width:100%;}
ul li {margin: 0;padding: 0;list-style: none;}
ul {margin: 0;padding: 0;}
a, a:active, a:focus, a:hover, input {text-decoration: none;outline: 0;}
.pull_right {float: right;}
img{max-width: 100%; vertical-align: middle;}
.common-new{float: left;width: 100%;}
.modal{display: none;}
.text-center {
  text-align: center;
}
*, :after, :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -15px;
  margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
.container:before, .container:after {
    content: " ";
    display: table; }
.container:after {
    clear: both; }
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #c2cad8;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .whiteBtnNectar .btn-default, .whiteBtnNectar .btn-default:active, .whiteBtnNectar .btn-default:focus, .whiteBtnNectar .btn-default:hover, .whiteBtnNectar .btn-default.start-project-newBtn:hover{-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
    box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);-webkit-transform: translateY(-1px);
    transform: translateY(-1px);}
  .whiteBtnNectar .btn-default,
  .whiteBtnNectar .orange-btn{
      color: #fff; 
    font-weight:600;
    background: #82bc3b;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      border-color: transparent;
      box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
      font-size: 15px;
      -webkit-transition: all .15s ease;
    transition: all .15s ease;
    letter-spacing: 0.2px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    border: 3px solid transparent;
    border-radius:30px;
    line-height: normal;
    text-transform: uppercase;
    padding: 11px 30px;
  }
  
  .whiteBtnNectar .btn-default:active {background-color: #66900d; color: #e6ebf1; background-image: none; -webkit-transform: translateY(1px);
    transform: translateY(1px);
    -webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
  border-color:transparent;
  }
  .whiteBtnNectar .btn-default.btn-white {
      background-color: #fff;
      color: #82bc3b;
      text-decoration: none;
      padding: 11px 30px;
  }
  .whiteBtnNectar .btn-default.btn-white:active {
      color: #82bc3b;
      background-color: #f6f9fc;
      -webkit-transform: translateY(1px);
      transform: translateY(1px);
      -webkit-box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
      box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%), 0 3px 7px -3px rgb(0 0 0 / 30%);
      border-color: transparent;
  }
  .btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default[disabled].active, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
      background-color: #82bc3b;
      border-color: transparent;
      color: #fff;
  }
@media (min-width: 768px) {
  .container {
    width: 750px; } 
    .col-sm-offset-2 {
      margin-left: 16.66666667%;
  }
  }
@media (min-width: 992px) {
  .container {
    width: 970px; }
    .col-md-offset-3 {
      margin-left: 25%;
  }
  }
@media (min-width: 1200px) {
  .container {
    width: 1170px; } 
    .col-lg-offset-3 {
      margin-left: 25%;
  }
  }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-2 {
    width: 16.66667%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-4 {
    width: 33.333333%;
} 
.col-xs-5 {
      width: 41.66666667%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-10 {
  width: 83.33333%;
}
.col-xs-12 {
  width: 100%;
}
@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
      width: 8.33333333%;
  }
  .col-sm-2 {
      width: 16.66667%;
  }
  .col-sm-3 {
      width: 25%;
  }
  .col-sm-4 {
      width: 33.333333%;
  } 
  .col-sm-5 {
        width: 41.66666667%;
  }
  .col-sm-6 {
      width: 50%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
      width: 8.33333333%;
  }
  .col-md-2 {
      width: 16.66667%;
  }
  .col-md-3 {
      width: 25%;
  }
  .col-md-4 {
      width: 33.333333%;
  } 
  .col-md-5 {
        width: 41.66666667%;
  }
  .col-md-6 {
      width: 50%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-12 {
    width: 100%;
  }
}
@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
      width: 8.33333333%;
  }
  .col-lg-2 {
      width: 16.66667%;
  }
  .col-lg-3 {
      width: 25%;
  }
  .col-lg-4 {
      width: 33.333333%;
  } 
  .col-lg-5 {
        width: 41.66666667%;
  }
  .col-lg-6 {
      width: 50%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-12 {
    width: 100%;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

/* START CODE FOR LOGIN FORM */

.nt-referral {background: #fff; float: left; margin-bottom: 20px; padding: 20px 20px 20px 300px; text-align: left; width: 100%; position:relative; overflow:hidden;}
.nt-referral .referralTitle {margin-top: 0;}
.nt-referral ul, .refferalCommon ul{padding: 0 0 0 15px; text-align:left; list-style-type:disc;}
.refferalCommon ul{padding: 0 0 0 30px;margin: 25px 0px 30px;font-size: 16px;}
.nt-referral ul li, .refferalCommon ul li{margin-bottom: 5px; list-style-type: disc;  overflow:visible;}
.loginform .dhLogoLogin {width: 180px;}
.referralTitle {font-size: 30px; font-weight: 500;margin-bottom:10px;}
.refferalCommon p {font-size: 20px; opacity: 1;margin-bottom: 0px;}
#registrationForm{ height:auto !important;}
/* .pageuser{ 
background:rgba(0, 0, 0, 0) -webkit-linear-gradient(61deg, #2c3f50 0%, #0c1f30 75%) repeat scroll 0 0 / cover; 
background:rgba(0, 0, 0, 0) -webkit-o-gradient(61deg, #2c3f50 0%, #0c1f30 75%) repeat scroll 0 0 / cover; 
background:rgba(0, 0, 0, 0) -ms-linear-gradient(61deg, #2c3f50 0%, #0c1f30 75%) repeat scroll 0 0 / cover; 
background:rgba(0, 0, 0, 0) linear-gradient(61deg, #2c3f50 0%, #0c1f30 75%) repeat scroll 0 0 / cover;
} */
@media (min-width:576px) {
  .page703{background-image: url('https://cdn1.designhill.com/assets/dh/images/b-1-background.svg');}
  .pageuser{background-image: url('https://cdn1.designhill.com/assets/dh/images/b-2-background.svg');}
}
.page703, .pageuser{background-repeat: no-repeat;background-size: cover;}
.pageuser{background-color: #3F73E5;}
.page703{background-color: #65CAEA;}
.page703.reset-password{height:100vh;overflow-y: auto;-webkit-scrolling-touch:auto;}
.reset-password-wrapper{
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 30px 12px;
    border-radius: 4px;
    margin-top:20px;
 }
 .reset-password-info{
    font-size: 16px;
    line-height: 1.6;
    color: #686b6c;
    position: relative;
    padding-left: 56px;
    -webkit-box-shadow: 0 1px 8px rgb(87,182,241);
    box-shadow: 0 1px 8px rgb(87,182,241);
    padding: 12px 12px 12px 56px;
    border-radius: 4px;
    background: #fff;
    margin-top: 20px;
    margin-bottom:0;
 }
 .icon-warning-sign2{
    position: absolute;
    top: 50%;
    font-size: 32px;
    color: #eecd48;
    left: 12px;
    transform: translateY(-50%);
 }
 .reset_pwd_error .reset-password-info{
font-size:14px;
line-height: 1.6;
color: #686b6c;
position: relative;
padding-left: 56px;
-webkit-box-shadow:0 1px 8px rgb(0,0,0,0.2);
box-shadow: 0 1px 8px rgb(0,0,0,0.2);
padding: 12px 12px 12px 56px;
border-radius: 4px;
background: #fff;
margin-top:24px;
text-align:left;
margin-bottom:24px;
}
.reset_pwd_error .reset-password-info .icon{
    position: absolute;
top: 50%;
font-size: 32px;
color: #eecd48;
left: 12px;
transform: translateY(-50%);
}

.reset_pwd_error .reset-password-info a:hover{text-decoration: underline;}
.loginform .reset-password-wrapper label{display:none;}
.loginform {height:100%; color:#fff; font-weight:normal; padding:60px 0 !important; }
.container.change-container-props {width: 100%;max-width: 1400px;}
.login-container{display: flex;}
.loginform .form-group {clear: both; float: left; margin: 0 0 30px;width: 100%;position: relative;}
.loginform label { font-weight:normal; font-size:14px; }
.loginform .rightLabel {float: right; font-size: 13px;margin-top: 10px;}
.loginform .rightLabel a, .loginform .doHaveAcc a, .termsofuse a, .loginform .haveAcc a { color:#fff; }
.loginform .rightLabel a:hover, .loginform .doHaveAcc a:hover, .termsofuse a:hover, .loginform .haveAcc a:hover { text-decoration:underline; }
.loginform .form-control { padding:0 0 0 10px; border: medium none; border-radius: 0; box-shadow: none !important; border-bottom:2px solid #dae1e7;font-size: 16px;}
.loginform .form-control:focus { -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 1); -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 1); -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 1); -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 1); box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 1); }
.loginform .input-group .form-control { border:1px solid #ccc; }
.loginform .doHaveAcc {font-size: 13px;width: 100%;background-color: #f8fafc;color: #8795a1;border-radius: 0px 0px 5px 5px;padding: 15px;}
.loginform .has-error .form-control { border:1px solid #e74c3c; }
.reset-password-get-design{
border-radius: 4px 4px 0 0;
background: #fff;
padding: 30px 30px 0;
margin-top:24px;
}
.loginform .reset-password-get-design label{display:none;}
.loginform .has-error .control-label { color:#e74c3c; }
.loginform .haveAcc { width:100%; float:left; font-size:12px; font-weight: 300; margin-bottom:10px;color:#8795a1;}
.loginform .allRightRes { float:left; font-size:16px; color:#fff; font-weight: 300; }
/* .termsofuse { float:left; width:100%; } */
.termsofuse a{ font-size:12px; margin:0 10px 50px; color:#fff; text-decoration:underline;}
.loginform label.chooseusertype {font-size:16px; }
.loginform label.chooseusertype input{top:2px;}
.dhLogoLogin { margin-bottom:30px; }
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label { color: #e74c3c; }
.forgottxt { margin-bottom:20px; float:left; clear:both; font-size:13px; }
.forgottxt .reset-css { font-size: 15px; font-weight: 600; text-transform: uppercase; display:block; margin:15px 0 5px; }
.text-center.doHaveAcc > a, .loginCommon, .form-group .rightLabel > a, #registrationForm .haveAcc.common-new > a {color: #777;}
.loginCommon {background: #fff;color: #525f7f;margin-top: 25px;padding: 30px 30px 20px;border-radius: 5px 5px 0px 0px;box-shadow: 0 15px 30px 0 rgba(0,0,0,.11), 0 5px 15px 0 rgba(0,0,0,.08);}
.loginCommon .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #dae1e7;
}
.loginCommon .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #dae1e7;
}
.loginCommon .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #dae1e7;
}
.loginCommon .form-control:-moz-placeholder { /* Firefox 18- */
  color: #dae1e7;
}
.login-container .refferalCommon{margin-top: 72px;display: flex;align-items: center;padding-left: 50px;}
.copyRightCss {margin-top: 50px;}
.loginform .copyRightCss{margin-top: 30px;display: flex;justify-content: center;}
#registrationForm .haveAcc.common-new > a {text-decoration: underline;color:#8795a1;}
.user-type .radio {margin-top: 0;}
.user-type .radio {margin-bottom: 15px;}
.user-type{margin-bottom: 8px;margin-top: 5px;}
.loginCommon .help-block {margin-bottom: 0;position: absolute;top: 100%;font-size: 13px;left:10px;}
.loginform .form-control:focus {border-bottom: 2px solid #66900d;}
.loginform select.form-control:focus, .loginform select.form-control{border: 2px solid #eee;}
#boxTxt_agency .btn_radio a, .text-center.doHaveAcc > a{color: #777; text-decoration: underline;}
.text-center.doHaveAcc > a {color: #0c8de2;}
/* .refferalCommon .btn-default{padding: 8px 20px;} */
.nt-referral .btn.btn-default.btn-white, .refferalCommon .btn-default.btn-white {margin-left: 10px;}
.refferalCommon .whiteBtnNectar {margin-top: 20px;}
.loginform.change-props-error .loginCommon .help-block {position: relative;}

.pass-group{position: relative;}
.pass-group .pass-eye{position: absolute;right: 10px;top: 0;display: flex;align-items: center;height: 100%;}
.pass-group .eyes{display: flex;cursor:pointer;}
.pass-group .show-eye{display: none;}
.pass-group .pass-eye ~ .tooltip > .tooltip-inner {min-width: 85px;padding: 5px;font-size: 10px;}
.frm-popup-login .pass-group{width: 100%;height: 44px;}
.frm-popup-login .pass-group .pass-eye{right: 15px;z-index: 2;}
#logomaker_login_box .frm-popup-login .pass-group .pass-eye, #editor_login_box .frm-popup-login .pass-group .pass-eye{right: 0px;}
#editor_login_box .frm-popup-login .pass-group{height: 34px;}
.sign-titleCss {display: inline-block;font-size: 30px;margin: 0 0 20px;position: relative;}
.sign-titleCss::after {border-bottom: 4px solid #ffffff;bottom: -12px;content: "";left: 0;position: absolute;width: 49px;}
button.login-button, #button_register {width: 100%;}
.social-icon-login {display: flex;justify-content: center;align-items: center;}
.text-center.fb-reg-btton {margin-bottom: 12px;margin-top: 12px;border-radius: 3px;}
.loginCommon .text-center.fb-reg-btton {margin-right: 0px;margin-top: 30px;}
.loginCommon .text-center.fb-reg-btton + .text-center.fb-reg-btton{margin-left: 15px;}
.text-center.fb-reg-btton a {border-radius: 2px;color: hsl(0, 0%, 100%);display: inline-block;width: 35px;height: 35px;line-height: 35px;}
.social-icon-login .sign-fb {background-color: #3e5a97;}
.social-icon-login .sign-fb:hover {background-color: #5675ba;}
.social-icon-login .sign-twit {background-color: #0c8de2;/*margin-left: 15px;margin-right: 15px!important;*/}
.social-icon-login .sign-twit:hover {background-color: #35a8f4;}
.social-icon-login .sign-google {background-color: #DC4C3C;}
.social-icon-login .sign-google:hover {background-color: #e36f62;}


@media (max-width: 767px){
  .login-container {
      display: block;
  }
}

@media screen and (max-width: 360px){
  .container.change-container-props .loginCommon {
      padding: 20px 15px 20px;
  }
}
/* END CODE FOR LOGIN FORM */