﻿#user-signup-section {
  /*    #company_description {
        height: 25px;
    }*/
  /*overrides bootstrap style*/
}
#user-signup-section div,
#user-signup-section span,
#user-signup-section h1,
#user-signup-section form,
#user-signup-section label {
  border: 0;
  margin: 0;
  padding: 0;
}
#user-signup-section div {
  box-sizing: border-box;
  transition: ease-in 0.3s;
  vertical-align: top;
}
#user-signup-section .SignUp-Wrap {
  -moz-box-shadow: 0px 7px 20px 0px #ededf1;
  -webkit-box-shadow: 0px 7px 20px 0px #ededf1;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px #ededf1;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: 469px;
  height: auto;
  margin: 8% auto 100px auto;
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 900px;
}
#user-signup-section .SignUp-Wrap p {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
#user-signup-section .SignUp {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  min-height: 540px;
  width: 100%;
  text-align: center;
  vertical-align: top;
}
#user-signup-section .SignUp .header {
  text-align: left;
}
#user-signup-section .SignUp .header h1 {
  color: #404852;
  display: inline-block;
  margin: 30px auto 5px;
  padding: 0 0 0 20px;
}
#user-signup-section .SignUp .header p {
  align-items: flex-end;
  display: inline-block;
  padding-left: 20px;
  font-size: 12px;
}
#user-signup-section .SignUp button {
  float: right;
  margin-right: 30px;
  margin-bottom: 30px;
}
#user-signup-section .SignUp .form .details-wrap {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 95%;
}
#user-signup-section .SignUp .form .details-wrap .personal-details {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
#user-signup-section .SignUp .form .details-wrap .company-details {
  display: flex;
  flex-basis: auto;
  flex-direction: column;
  flex-wrap: nowrap;
  width: auto;
}
#user-signup-section .SignUp .form .details-wrap .radio-toolbar {
  display: block;
}
#user-signup-section .SignUp label,
#user-signup-section .SignUp select {
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0;
  font-family: 'bold', sans-serif;
  margin: 5px;
  padding: 1px;
  text-align: left;
}
#user-signup-section .SignUp label span,
#user-signup-section .SignUp select span {
  font-size: 9px;
  float: left;
  margin-top: 3px;
  margin-left: 10px;
}
#user-signup-section .SignUp select {
  padding: 3px 3px 3px 10px;
}
#user-signup-section .SignUp input {
  border: 0;
  width: 100%;
  padding: 3px 10px;
}
#user-signup-section .SignUp #company_name_field label {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #eee;
  box-shadow: 0;
  font-family: 'bold', sans-serif;
  margin: 5px;
  padding: 1px;
  text-align: left;
}
#user-signup-section .SignUp #company_name_field label:hover {
  background-color: transparent;
}
#user-signup-section .SignUp #company_name_field input {
  border: 0;
  width: 100%;
  padding: 3px 10px;
}
#user-signup-section button {
  background-color: #2497ff;
  border-radius: 15px;
  border: 0;
  padding: 6px 0 6px 0;
  text-align: right;
  width: 75px;
  line-height: 1;
}
#user-signup-section button img {
  margin: 0 10px 0 0;
  width: 15px;
}
#user-signup-section .previous {
  background-color: #fdab29;
}
#user-signup-section .previous img {
  margin: 0 50px 0 0;
}
#user-signup-section input[type=text] placeholder {
  color: #a6acb2;
}
#user-signup-section input[type=text]:-ms-input-placeholder {
  color: #a6acb2;
}
#user-signup-section .form {
  flex-grow: 1;
}
#user-signup-section .form-row {
  display: flex;
  flex-direction: row;
}
#user-signup-section .radio-toolbar {
  margin: 10px;
}
#user-signup-section .radio-toolbar .form-row {
  display: inline;
  width: auto;
}
#user-signup-section .radio-toolbar input[type="radio"] {
  cursor: pointer;
  opacity: 0;
  position: fixed;
  width: 0;
}
#user-signup-section .radio-toolbar label,
#user-signup-section .radio-toolbar select {
  cursor: pointer;
  display: inline-block;
  padding: 10px;
  font-family: sans-serif, Arial;
  font-size: 16px;
  border: 1px solid #eee;
  border-radius: 4px;
}
#user-signup-section .radio-toolbar label:hover {
  background-color: rgba(36, 151, 255, 0.5);
}
#user-signup-section .radio-toolbar input[type="radio"]:checked + label {
  background-color: #2497FF;
  border-color: #2497FF;
  border: 1px solid #444;
}
#user-signup-section #section-1 {
  margin-top: 45px;
}
#user-signup-section #section-2 .button-group {
  margin: 10px;
  float: right;
}
#user-signup-section #section-2 .button-group button {
  float: none;
}
#user-signup-section #section-2 p {
  text-align: left;
}
#user-signup-section #section-2 label {
  width: 100%;
}
#user-signup-section #section-2 #countryCode_phone {
  width: 55px;
  padding: 15px 0 0 0;
  margin-right: 0;
  border-right: none;
  border-radius: 5px 0px 0px 5px;
  background-color: #eee;
  color: #404852;
}
#user-signup-section #section-2 .contact-number {
  flex-wrap: initial;
}
#user-signup-section #section-2 #country_code {
  background: #eee;
}
#user-signup-section #section-2 #contactNumber {
  width: 87%;
  display: flex;
  flex-direction: column;
  margin-left: 0;
  border-radius: 0px 5px 5px 0;
  font-family: inherit;
}
#user-signup-section .form-row > .col,
#user-signup-section .form-row > [class*=col-] {
  padding-left: 0px;
}
#user-signup-section .flags {
  width: 80px;
  height: 60px;
  background: url(../../images/region_flags.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
#user-signup-section #uk-flag {
  background-position: 10px -45px;
}
#user-signup-section #us-flag {
  background-position: 10px 5px;
}
#user-signup-section #ca-flag {
  background-position: 10px -96px;
}
#user-signup-section #es-flag {
  background-position: 10px -147px;
}
#password-section {
  border: 0;
  margin: 0;
  padding: 0;
  text-align: center;
}
#password-section div {
  border: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  transition: ease-in 0.3s;
  vertical-align: top;
}
#password-section h1 {
  border: 0;
  margin: 0;
  padding: 0;
}
#password-section span {
  display: block;
}
#password-section button {
  background-color: #2497ff;
  border-radius: 15px;
  border: 0;
  padding: 6px 0 6px 0;
  text-align: right;
  width: 75px;
  line-height: 1;
}
#password-section button img {
  margin: 0 10px 0 0;
  width: 15px;
}
#password-section .button-group {
  margin: 10px;
  float: right;
}
#password-section .button-group button {
  float: none;
}
#password-section .previous {
  background-color: #fdab29;
}
#password-section .previous img {
  margin: 0 50px 0 0;
}
#password-section input[type="checkbox"] {
  background-color: #eff2f4;
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  margin: 0 10px -5px 0;
  padding: 9px;
}
#password-section .SignIn-Wrap {
  -moz-box-shadow: 0px 7px 20px 0px #ededf1;
  -webkit-box-shadow: 0px 7px 20px 0px #ededf1;
  background-color: #ffffff;
  box-shadow: 0px 7px 20px 0px #ededf1;
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  height: auto;
  margin: 8% auto 100px auto;
  overflow: hidden;
  position: relative;
  width: auto;
  max-width: 900px;
}
#password-section .SignIn-Wrap .Log-In .header {
  border: 0;
}
#password-section .Log-In {
  align-content: space-between;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  vertical-align: top;
}
#password-section .Log-In h1 {
  color: #404852;
  margin: 60px auto 40px auto;
  width: 70%;
}
#password-section .Log-In input[type=text],
#password-section .Log-In input[type=password] {
  background-color: #f8f8fa;
  border-radius: 5px;
  border: 0;
  box-shadow: inset 0px 1px 8px rgba(132, 132, 132, 0.2);
  font-family: 'bold', sans-serif;
  margin: 0 auto 15px auto;
  padding: 20px 10px;
  width: 70%;
}
#password-section .Log-In.Log-In.first-time .form {
  margin: 0 auto;
  text-align: left;
  width: 70%;
}
#password-section .Log-In.first-time .log-in-submit {
  margin-top: 20px;
  width: 100%;
  margin: 25px auto;
}
#password-section .Log-In.first-time input[type=text],
#password-section .Log-In.first-time input[type=password] {
  width: 92%;
}
#password-section input[type=text]:-webkit-input-placeholder,
#password-section input[type=password]:-webkit-input-placeholder {
  color: #a6acb2;
}
#password-section input[type=text] placeholder,
#password-section input[type=password] placeholder {
  color: #a6acb2;
}
#password-section input[type=text]:-ms-input-placeholder,
#password-section input[type=password]:-ms-input-placeholder {
  color: #a6acb2;
}
#password-section .form {
  flex-grow: 1;
}
#password-section .log-in-submit {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin: 0 auto;
  width: 70%;
}
#password-section .log-in-submit button {
  align-self: flex-end;
}
#password-section input[type=checkbox] {
  float: left;
  position: relative;
  top: 5px;
}
:disabled {
  background-color: #aaa !important;
  color: grey !important;
}
.Side-Image {
  width: 100%;
}
.Side-Image img#desktop {
  max-height: 470px;
}
.Side-Image img#mobile {
  display: none;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .SignUp-Wrap {
    display: block!important;
  }
}