@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');

* {
  box-sizing: border-box;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  display: block;
  content: '';
  clear: both;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(../images/registration.jpg) no-repeat;
  background-size: cover;
  padding: 45px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
}

input,
textarea,
select,
button {
  font-family: 'Open Sans', sans-serif;
}

.registration_container.cler {
  left: 0px;
  right: 0px;
  margin: 0 auto 45px;
  width: 1260px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
  height: 570px
}

.regi_left {
  background: rgba(7, 70, 133, .9);
  max-width: 455px;
  width: 100%;
  min-height: 570px
}

.regi_left .logo {
  background: #106cc8;
  padding: 12px 46px 40px;
  margin-bottom: 71px;
}

.regi_left p {
  color: #fff;
  max-width: 344px;
  width: 100%;
  margin: 0 auto;
}

/*.regi_right {max-width:804px;width:100%;background:#fff url(../images/botom.png) right bottom no-repeat;padding-top:40px;padding-left:90px;min-height:570px;}*/
.regi_right {
  background: #fff url("../images/botom.png") no-repeat scroll right 20px bottom 5px;
  max-width: 804px;
  min-height: 570px;
  padding: 40px 60px 0;
  width: 100%;
  height: 570px
}

.right_reg_form {
  float: none;
  /*padding: 0 150px;*/
}

.right_reg_form .form_heading span {
  color: #b9c0c2;
  font-size: 20px;
}

.form_section {
  margin-top: 24px;
}

/*input, textarea, select {width:100%;min-height:44px;height:100%;border:1px solid #b9c0c2;font-size:14px;color:#b9c0c2;padding:0px 14px;}*/
.form_row {
  margin-bottom: 5px;
  min-height: 62px;
  position: relative
}

/*.half {float:left;width:50%;}*/
.half {
  display: inline-block;
  width: 49%;
}

.regi_right p {
  color: #b9c0c2;
  font-size: 14px;
  margin-top: 20px;
}

.regi_right p a {
  text-decoration: none;
  color: #858788
}

.form_section input[type=submit] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  background: #106cc8;
}

.form_section input[type=button] {
  border: 0px;
  color: #fff;
  text-transform: uppercase;
  background: #106cc8;
}

label.error {
  color: red;
  left: 0;
  position: absolute;
  bottom: -12px;
  font-size: 11px
}

.submit input {
  text-indent: 0px;
  cursor: pointer
}

.form_section input {
  height: 28px;
  line-height: 28px;
  text-indent: 5px;
  padding: 0px;
  text-align: left;
  box-shadow: none
}

.form_section select {
  height: 28px;
  line-height: 28px;
  text-indent: 0px;
  padding: 0px;
  text-align: left;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/image_yt.png) no-repeat right 6px center;
  cursor: pointer;
}

.form_section input,
.form_section textarea,
.form_section select {
  width: 100%;
  /*min-height:28px;height:100%;*/
  border: 1px solid #b9c0c2;
  font-size: 14px;
  color: #000000;
  /*padding:0px 14px;*/
  border-radius: 2px;
}

#login-form-normal {
  max-width: 100%;
}

#signup-form-normal .form_section input[type="button"],
#login-form-normal .form_section input[type="button"] {
  width: auto;
  padding: 0 10px;
  text-align: center
}

.form_heading h3 {
  font-size: 25px;
  font-weight: normal;
  margin: 0 0 7px;
}

.form_heading span {
  color: #b9c0c2;
  font-size: 16px;
  line-height: normal;
}

#signup-form-normal .form_row.half input {
  width: 100%;
  cursor: pointer
}

#signup-form-normal .form_row input {
  width: 98.5%
}

.note-info {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 10px;
}

.note-info a {
  cursor: pointer
}

#login-form-normal .form_section {
  display: inline-block;
  float: left;
  width: 55%;
  border-right: 2px solid #f2f2f2;
  padding-right: 5%
}

#login-form-normal .form_section input[type="button"] {
  margin-top: 10px;
}

#login-form-normal .form-_right {
  display: inline-block;
  float: right;
  text-align: center;
  width: 40%;
  border: 0px;
  padding: 0px;
}

#login-form-normal .form-_right .note-info {
  border: 0px;
}

#login-form-normal .form-_right .form_heading span {
  color: #000
}

#login-form-normal .form-_right input[type="button"] {
  float: none;
  margin: 0 auto;
  cursor: pointer
}

.close-btn {
  border: 1px solid #106cc8;
  color: #106cc8;
  background: #f2f2f2 none repeat scroll 0 0;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  box-shadow: 0px;
  text-shadow: none;
  height: 30px;
}

.close-btn:hover {
  border: 1px solid transaprent;
  background: #106cc8 none repeat scroll 0 0;
}

.save-btn {
  border: 1px solid transaprent;
  background: #106cc8 none repeat scroll 0 0;
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  text-transform: uppercase;
  width: auto;
  border-radius: 4px;
  box-shadow: 3px;
  text-shadow: none;
  height: 30px;
  line-height: 30px;
}

.save-btn:hover {
  border: 1px solid #106cc8;
  color: #106cc8;
  background: #f2f2f2 none repeat scroll 0 0;
}

.modal-footer {
  background: none;
  border: 0px;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 20px
}

.modal-header {
  height: auto;
  font-size: 20px;
  padding: 0px 0 0 20px;
  line-height: normal;
}

.modal-header h4 {
  margin: 10px 0;
  color: #106cc8;
}

.new-login .registration_container.cler {
  max-width: 400px;
  border: 0px solid #ccc;
  margin: 0 auto;
  padding: 0px 0px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .24);
  width: 90%;
  height: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.new-signup .registration_container.cler {
  max-width: 700px;
  border: 0px solid #ccc;
  margin: 40px auto;
  padding: 0px 0px;
  box-sizing: border-box;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, .24);
  width: 90%;
  height: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.new-signup #signup-form-normal .form_section {
  padding: 10px 20px 0 !important;
  padding-bottom: 60px !important;
}

.new-signup .regi_left {
  background: #fff url(../images/botom.png) no-repeat scroll right 20px bottom 5px !important;
  background-size: 250px !important
}



html {
  height: 100%;
}

body.new-login,
body.new-signup {
  background: #f5f5f5;
  padding: 0px;
  height: 100%;
}

.new-login .regi_left,
.new-signup .regi_left {
  max-width: 100%;
  float: none;
}

.new-login #login-form-normal .form_section,
.new-signup #signup-form-normal .form_section {
  width: 100%;
  border: 0px;
  padding: 0px;
  float: none;
  padding: 10px;
}

.new-login .regi_left,
.new-signup .regi_left {
  background: #fff;
  min-height: inherit;
}

.new-login .regi_left .logo,
.new-signup .regi_left .logo {
  padding: 12px 10px 10px;
  margin-bottom: 0px;
}

.new-login .regi_left .logo img,
.new-signup .regi_left .logo img {
  max-width: 230px;
}

.new-login #login-form-normal .form_section input[type="button"],
.new-signup #login-form-normal .form_section input[type="button"] {
  margin-top: 0px;
}

.new-login .form_section,
.new-signup .form_section {
  margin-top: 10px;
}

.new-login .submit a {
  text-decoration: none;
  color: #a0a0a0;
}

.new-login #login-form-normal .form_section input {
  border: 0px;
  border-bottom: 1px solid #d0caca;
  text-indent: 0px;
}

.new-login #login-form-normal .form_section input:focus {
  outline: none;
}

.new-login .form_row {
  min-height: 52px;
}

.new-login label.error {
  position: absolute;
  font-size: 12px;
  bottom: -24px;
}

.new-login .form_row.submit,
.new-signup .form_row.submit {
  min-height: 40px;
}

.regi_left p {
  color: #333;
  max-width: 100%;
  font-size: 12px;
}

.new-signup .note-info {
  margin-bottom: 10px !important;
}



input:-webkit-autofill,
input:-webkit-autofill {

  border: 1px solid green;
  -webkit-text-fill-color: black;
  -webkit-box-shadow: 0 0 0px 1000px #fff inset;
  transition: background-color 5000s ease-in-out 0s;
}


.top-navigation-bar {
  background-color: #c3c3c3 !important;
}

.top-navigation-bar ul {
  padding: 0px;
  margin: 0px;
}

.top-navigation-bar ul li:first-child.top {
  padding-left: 10px;
}


.modal-header {
  background: #106cc8 !important;
  height: 30px;
}

.modal-header h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: white;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 30px;
  font-size: 15px;
}

.modal {
  border-radius: 0px;
}

.modal-content {
  padding: 5px;
}

.modal-body {
  border: 1px solid #c4c4c4
}

.modal-footer {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

  {
  background-color: #4d90fe !important;
}

.modal-footer .btn {
  background-color: #4d90fe !important;
  border-radius: 0 !important;
  border: 0px;
  box-shadow: none;
}

.modal-footer .btn:hover {
  background: #0362fd !important;
  color: #fff;
}


.new-login .registration_container.new_design {
  max-width: 650px;
  border: 0px solid #ccc;
  margin: 0 auto;
  padding: 0px 0px;
  box-sizing: border-box;
  box-shadow: none;
  width: 90%;
  height: auto;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
  box-shadow: 0px 20px 20px -20px rgba(0, 0, 0, .2);
}

.new_design .regi_left .logo {
  background: #e2e2e2;
  display: flex;
  line-height: 1.3;
  color: #666666;
  padding: 9px 0 9px;
}

.new_design .regi_left .logo .title {
  margin-left: auto;
  max-width: 340px;
  text-align: right;
  width: 100%;
  font-size: 18px;
  padding-right: 26px;
}

.new_design .regi_left .logo span {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 700
}

.new_design .login_block {
  display: flex;
  flex-wrap: wrap;
}

.new_design .left_content {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 280px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.new_design .left_content:before {
  background-color: #3280dc;
  height: 440px;
  width: 440px;
  border-radius: 100%;
  content: "";
  display: block;
  right: 2px;
  position: absolute;
  top: -68px;
}

.new_design .left_content:after {
  background-color: #1868c6;
  height: 440px;
  width: 440px;
  border-radius: 100%;
  content: "";
  display: block;
  right: 12px;
  position: absolute;
  top: -56px;
  box-shadow: 5px 5px 66px 5px rgba(0, 0, 0, .2) inset;
}

.new_design .right_content {
  margin-left: auto;
  width: 100%;
  max-width: 360px;
}

.new-login .new_design .regi_left,
.new-signup .new_design .regi_left {
  min-height: 300px;
  position: relative;
}

.left_content_inner {
  position: relative;
  z-index: 1;
  height: 100%;
}

.tag-line {
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  transform: translateY(-50%);
  position: relative;
  top: 50%;
  width: 80%;
  margin: auto;
  padding-right: 14px;
}

.tag-line span {
  font-weight: 300;
  display: block;
}

.new-login .new_design .sign-up-link {
  position: absolute;
  right: 75px;
  bottom: 12px;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
}

.new-login .new_design a.logo {
  background: url(../images/adesk-logo.png) no-repeat;
  display: inline-block;
  width: 192px;
  height: 93px;
  margin-bottom: 0px;
  position: absolute;
  top: -65px;
  left: -3px;
  z-index: 99
}


#login-form-normal {
  margin-top: 28px;
  margin-left: 10px;
  margin-right: 20px
}

#login-form-normal .form_row {
  position: relative;
}

#login-form-normal input:focus {
  outline: 0;
}

#login-form-normal .form_section span {
  color: #999;
  padding: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
  font-size: 14px !important;
}

#login-form-normal input:focus~span,
#login-form-normal input:valid~span {
  font-size: 14em;
  color: #8e44ad;
  top: -2.25rem;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

#login-form-normal .styled-input input {
  font-size: 16px !important;
  color: #222222;
  font-weight: 500
}

#login-form-normal input:focus~span,
#login-form-normal input:valid~span {
  font-size: 12px !important;
  color: #999999;
  top: -2.25rem !important;
  -webkit-transition: all 0.125s ease;
  transition: all 0.125s ease;
}

#login-form-normal .styled-input {

  position: relative;
  margin-bottom: 30px;
}

#login-form-normal .styled-input span {
  color: #999;
  padding: 1rem 0rem;
  position: absolute;
  top: -30px !important;
  left: 0 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

#login-form-normal .styled-input.wide {
  width: 100%;
}



#login-form-normal input:focus {
  outline: 0;
}

.submit-block {
  display: flex;
}

.submit-block .submit {
  margin-left: auto;
}

.keep-sign-me input {
  height: auto;
  width: auto;
  vertical-align: middle;
}

.keep-sign-me {
  color: #999999;
  font-size: 11px;
  display: none
}

.forgot-password {
  text-align: right;
  margin-top: 19px;
}

.forgot-password a {
  color: #3280dc;
  text-decoration: none;
  font-size: 11px;
}

#login-form-normal .form_row.submit {
  margin-bottom: 0px;
  min-height: 30px;
}

#login-form-normal .form_row.submit input {
  background-color: #1868c6;
  width: 90px;
  height: 30px;
  line-height: 30px;
  border-radius: 0px;
}




@media only screen and (min-width:768px) and (max-width:1024px) {
  .registration_container.cler {
    width: 100%;
  }

  .regi_right {
    width: 60%;
    max-width: 100%;
  }

  .regi_left {
    max-width: 421px;
    width: 40%;
  }

  .regi_left .logo img {
    max-width: 100%;
  }

  #login-form-normal .form_section {
    width: 100%;
  }

  #login-form-normal .form-_right {
    width: 100%;
  }

  .regi_right {
    padding: 40px 30px 0;
  }

  #login-form-normal .form-_right {
    text-align: left;
  }

  .regi_left .logo {
    padding: 12px 46px 20px;
  }

  #login-form-normal .form_section {
    border-bottom: 2px solid #f2f2f2;
    border-right: 0px solid #f2f2f2;
  }

  #login-form-normal .form_section.form-_right {
    border-bottom: 0px;
  }

  .signup-btn a {
    text-decoration: none;
  }

  body {
    background-size: 100% 100%;
  }
}

@media only screen and (min-width:768px) and (max-width:768px) {
  .regi_left .logo {
    padding: 12px 14px 20px;
    margin-bottom: 20px;
  }

  .regi_left p {
    padding: 10px;
  }
}

@media only screen and (min-width:1px) and (max-width:767px) {
  .regi_left {
    max-width: 100%;
  }

  .registration_container.cler {
    max-width: 100%;
    height: auto;
  }

  body {
    padding: 10px;
    background: none;
  }

  .regi_left .logo {
    padding: 10px;
    margin-bottom: 0px;
  }

  .regi_left .logo img {
    max-width: 100%;
  }

  /*.regi_left p {padding:0px 10px;}
.regi_left p, .regi_left br {display:none;} */
  .regi_left {
    min-height: inherit;
  }

  .regi_right {
    padding: 10px;
  }

  #login-form-normal .form_section {
    width: 100%;
    float: none;
  }

  .regi_right {
    height: auto;
    min-height: inherit;
  }

  .form-_right.form_section {
    margin-top: 5px;
  }

  .new-login .regi_right {
    background: none;
  }

  .form_heading h3 {
    font-size: 22px;
  }

  #login-form-normal .form_section {
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 10px;
    padding-right: 0px;
    border-right: 0px;
  }

  .right_reg_form .form_heading span {
    font-size: 16px;
  }

  #login-form-normal .form-_right.form_section {
    border: 0px;
    margin-bottom: 0px;
  }

  .modal {
    width: 300px;
    margin: -250px 0 0 -150px;
  }

  .choosecompwrapper .choosecomp #cc_sh_pm_party_name .form-label {
    min-width: 96px;
    width: auto !Important;
  }
}


@media only screen and (min-width:768px) and (max-width:1024px) {
  .regi_left {
    max-width: 421px;
    width: 100%;
  }

}

.new-login .new_design .accountcreate {
  font-size: 14px;
  font-weight: 400;
  background: #FAD207;
  color: #000;
  padding: 5px 10px;
  border-radius: 5px;
  margin-left: 30px;
  min-width: 120px;
  right: auto;
  border: 1px solid #EAB001;
  bottom: 30px;
}

a.sign-up-link.accountcreate:hover {
  background: #FFF200;
}



@media only screen and (min-width:300px) and (max-width:600px) {
  .new_design .left_content {
    display: none;
  }
}