@charset "UTF-8";

/* ########################################################################## */

/* -------------------------- VIEWS/AUTHENTICATION -------------------------- */

/* ########################################################################## */

.error-container {
  font-size: 15px;
  margin-top: 30px;
}

.container-middle {
  margin: 87px 0 137px;
  display: inline-block;
  width: 100%;
  background: #fff;
  box-sizing: border-box;
}

.container-middle section {
  padding: 40px 40px;
  box-sizing: border-box;
}

.container-middle section form input[type=text],
.container-middle section form input[type=password] {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  line-height: 60px;
  padding: 0px 20px;
  border: 1px solid #e9e9e9;
  color: #666666;
  font-size: 16px;
  margin-bottom: 0px;
}

.container-middle section input::-webkit-input-placeholder,
.container-middle section input::-moz-placeholder,
.container-middle section input:-ms-input-placeholder,
.container-middle section input:-moz-placeholder {
  color: #666;
  opacity: 1;
}

@media (max-width: 991px) {
  .container-middle > section {
    width: 100%;
  }

  .container-middle {
    margin: 60px 0 60px 3%;
    width: 95%;
  }
}

@media (max-width: 767px) {
  .container-middle section form input[type=text],
  .container-middle section form input[type=password] {
    font-family: "Hind Vadodara", sans-serif;
    font-weight: 400;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    padding: 0px 20px;
    border: 1px solid #e9e9e9;
    color: #666666;
    font-size: 15px;
    margin-bottom: 0px;
    margin-right: 0;
  }

  .container-middle > section {
    padding: 40px 12px;
  }

  .container-middle > section {
    width: 100%;
  }

  .container-middle {
    margin: 60px 0 60px 3%;
    width: 95%;
  }
}

/* ########################################################################## */

/* --------------------- PARTIALS/VIEWS/BLOCK-NAVIGATION -------------------- */

/* ########################################################################## */

.favorite-navigation ul li {
  margin: 0 !important;
  display: inline-block;
  float: left;
}

@media (max-width: 568px) {
  .favorite-navigation ul li {
    margin-bottom: 15px !important;
  }
}

@media (max-width: 568px) {
  .favorite-navigation ul li {
    width: 100%;
  }
}

.favorite-navigation .nav-text li a {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border: 1px solid #e9e9e9;
  border-radius: 0;
  color: #666666;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  margin-right: 0;
  padding: 16px 25px;
  text-transform: uppercase;
  width: auto;
  background-image: none;
  border-bottom: none;
  border-right: none;
}

.favorite-navigation .nav-text li a:hover,
.favorite-navigation .nav-text li a:focus {
  background-color: #eee;
  background-image: none;
  text-decoration: none;
}

@media (max-width: 767px) {
  .favorite-navigation .nav-text li a {
    padding: 16px 5px;
    font-size: 11px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}

@media (max-width: 568px) {
  .favorite-navigation .nav-text li a {
    border: 1px solid #e9e9e9;
  }
}

.favorite-navigation .nav-text li.active a {
  background: transparent url("/images/active-link-bg.png") repeat-x scroll center center;
  border-top: 3px solid #333;
  color: #333;
  margin-top: -2px;
}

.favorite-navigation .nav-text li:last-child a {
  border-right: 1px solid #e9e9e9;
}

@media (max-width: 568px) {
  .favorite-navigation .nav-text li:last-child a {
    background-repeat: no-repeat;
    background-size: cover;
    border-right: medium none;
  }
}

.favorite-navigation-title {
  border-bottom: 1px solid #ddd;
  display: inline-block;
  width: 100%;
}

.favorite-navigation-title ul li {
  width: 25%;
  text-align: center;
  max-width: 250px;
}

@media (max-width: 990px) {
  .favorite-navigation-title ul li {
    max-width: 100%;
    text-align: center;
    width: 25%;
  }
}

@media (max-width: 767px) {
  .favorite-navigation-title ul li {
    max-width: 100%;
    text-align: center;
    width: 100%;
  }
}

.favorite-navigation-text {
  color: #000;
  font-size: 16px;
  font-weight: 800;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 11px;
}

@media (max-width: 767px) {
  .favorite-navigation-text {
    position: relative;
    text-align: center;
    padding-bottom: 18px;
  }
}

.recover_form {
  font-size: 15px;
}

.recover_form .error {
  display: inline-block;
  margin-bottom: 20px;
  font-weight: bold;
  color: darkred;
}

.regmodal_error {
  color: red;
  display: block;
  visibility: hidden;
}

.regform_error {
  color: red;
  margin: 0 0 8px 5px;
  display: none;
}

input + .regform_error {
  margin-top: -10px;
}

.reg_agree_flag {
  top: -18px;
  left: 51px;
  position: relative;
}

.success_flag:before,
.error_flag:before,
.errors-container .regform_error:before {
  background: #2bb953 none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  content: "\F00C";
  display: block;
  font-family: fontawesome;
  font-size: 16px;
  height: 22px;
  line-height: 22px;
  position: absolute;
  right: 22px;
  text-align: center;
  top: 18px;
  visibility: visible;
  width: 22px;
}

.error_flag:before,
.errors-container .regform_error:before {
  background: #d13838 none repeat scroll 0 0;
  content: "\F12A";
  line-height: 21px;
  padding-top: 2px;
}

.errors-container {
  font-size: 14px;
  padding-top: 10px;
}

.errors-container .regform_error {
  display: none;
  visibility: visible;
  padding-left: 28px;
  position: relative;
}

.errors-container .regform_error:before {
  font-size: 13px;
  height: 18px;
  left: 0;
  line-height: 16px;
  top: 0;
  width: 18px;
}

.info_text_data .bracket {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: inline;
}

.reg_container .row.info_text_data {
  margin-bottom: 20px;
}

.password_label {
  font-size: 14px;
  font-weight: bold;
}

.form_links {
  font-size: 14px;
}

.form_comment {
  color: #AAAAAA;
}

.register_form_table {
  padding: 0 15px;
  margin-top: 40px;
}

#artist-register label,
.register_form_table label,
.payment-info-container label {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 700;
  color: #666666;
  font-size: 16px;
  display: block;
  margin-bottom: 6px;
}

#artist-register {
  line-height: 24px;
}

#artist-register .info_section_1 {
  margin-bottom: 30px;
  overflow: hidden;
}

#artist-register .loading {
  height: 54px;
  line-height: 73px;
  width: 209px;
}

#artist-register .big_header {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  border-bottom: none !important;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333333;
}

.need_help,
.tips_data,
.payment_info_right_section,
.statement-biography-block,
.tags-block {
  background-color: #f5f5f5;
  padding: 20px;
  color: #666666;
}

.need_help {
  margin-top: 30px;
}

.payment_info_right_section {
  margin-top: 60px;
}

.payment-info-container .sub_text {
  margin-bottom: 31px;
}

.need_help .info_data_heading,
.tips_data .info_data_heading,
.payment_info_right_section .info_data_heading,
.statement-biography-block .info_data_heading,
.tags-block .info_data_heading {
  display: block;
  font-size: 20px;
  margin-bottom: 20px;
}

.need_help .link_container a {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 700;
  color: #006699;
}

.need_help .icon-question,
.tips .icon-info {
  width: 31px;
  height: 31px;
  background-color: #9c9c9c;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 8px;
}

.need_help .icon-question i,
.tips .icon-info i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#artist-register #registerForm h2 {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 500;
  color: #666666;
  font-size: 30px;
  padding: 0;
  line-height: 30px;
}

#registerForm .reg_container .row .col-md-6:first-child,
#registerForm .reg_container .row .col-md-6:last-child {
  padding-left: 15px;
  padding-right: 15px;
}

.register_form_table .form-group {
  margin-bottom: 0;
}

.payment_info_right_section a {
  color: #006699;
}

.upload-profile-img {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}

.upload-profile-img {
  text-align: center;
}

.upload-profile-img .artist-preview-image {
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}

.image-preview-container {
  overflow: hidden;
  height: 140px;
  width: 140px;
  border: 2px solid #e4e4e4;
}

.upload-profile-img .select-img {
  overflow: hidden;
  display: inline-block;
  position: relative;
  border: 2px solid #e4e4e4;
  height: 221px;
  width: 221px;
}

.upload-profile-img .select-img .fa {
  font-size: 40px;
  color: #b6b6b6;
  font-size: 100px;
  margin-top: 26px;
}

.upload-profile-img .select-image-btn {
  background: #a3a3a3 none repeat scroll 0 0;
  color: #fff;
  display: block;
  margin: 24px 13px 13px;
  padding: 13px;
}

.upload-profile-img .select-img a {
  border: none;
  outline: 0;
}

.upload-profile-img .select-img input[type=file] {
  height: 221px;
  width: 221px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

.upload-profile-img .select-img img {
  position: relative;
  z-index: 1;
  border: none;
  outline: none;
  box-shadow: none;
}

.payment-info-container .tags_content .tag_input {
  display: inline-block;
  padding-left: 0px;
  margin-bottom: 10px;
}

.payment-info-container .tags_content .tag_input:nth-child(6n) {
  padding-right: 0px;
}

.payment-info-container .tags_content input[type=text] {
  width: auto;
  margin: 0;
  min-width: auto;
  display: inline-block;
}

#artist-register textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 100px;
  margin-top: 15px;
  margin-bottom: 0;
}

#artist-register + .reg_container {
  margin-top: 0;
}

.cancel_btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  background-color: #a3a3a3;
  color: #fff;
  padding: 10px;
  width: 209px;
  display: inline-block;
  height: 54px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 32px;
  border: 1px solid #b0b0b0;
  margin-right: 15px;
  margin-bottom: 30px;
}

.reg_container .btn.submit_btn {
  padding: 10px;
  width: 209px;
  height: 54px;
  box-sizing: border-box;
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 32px;
  margin-bottom: 30px;
}

.cancel_btn:hover {
  background-color: #222;
  color: #fff;
}

.table-scroll {
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover {
  color: inherit;
  background-color: inherit;
}

@media (max-width: 768px) {
  #artist-register + .reg_container {
    padding: 0 15px;
  }

  .need_help,
  .tips_data,
  .payment_info_right_section,
  .statement-biography-block,
  .tags-block {
    margin-bottom: 20px;
    margin-top: 20px;
  }

  .payment-info-container {
    padding: 0 0;
  }

  .register_form_table {
    padding: 0 0;
    margin-top: 20px;
  }
}

.register_form_table tr td {
  padding-bottom: 10px;
}

.register_form_table tr td input,
.register_form_table tr td select,
.register_form_table tr td textarea {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #7D7D7D #DDDDDD #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-style: solid;
  border-width: 1px;
}

.register_form_table tr td label {
  width: 120px;
  padding-right: 10px;
  text-align: right;
  display: block;
  padding: 6px 3px 3px 0;
  font: 14px verdana, tahoma, arial, helvetica, sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

.register_form_table tr td label.inline {
  display: inline;
  padding: 0 0 0 5px;
}

#artist-register .item_input {
  width: 240px;
}

#artist-register .item_label {
  width: 125px;
}

#artist-register textarea.item_input {
  width: 378px;
  height: auto;
  min-height: 266px;
  font-size: 16px;
}

#textAreaWrap {
  position: relative;
  background-color: white;
}

.text-area {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 100px;
  min-height: 100px;
  padding: 6px 12px;
  resize: vertical;
  background-color: transparent;
  /* When set background-color: transparent - Firefox  displays
  unpleasant textarea border. Set border style to fix it.*/
  border: 1px solid #e8e8e8;
}

#artist-register #education {
  min-height: 160px;
}

#artist-register #influences {
  min-height: 90px;
}

#artist-register #exhibitions,
#artist-register #teaching,
#artist-register #awards {
  min-height: 160px;
}

#artist-register .placeholderDiv {
  padding: 6px 13px;
  position: absolute;
  top: 20px;
}

#artist-register .placeholderDiv p {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
}

.statement-biography-block {
  margin-top: 45px;
}

*::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
}

#artist-register .item_label {
  padding: 0;
  line-height: 22px;
}

#artist-register select.item_input {
  width: 246px;
}

#artist-register p {
  margin-bottom: 0;
  padding: 4px 0;
}

#artist-register .form-block {
  border: 1px solid #AAA;
  padding: 10px;
}

#artist-register .item_input {
  color: #666666;
  width: 100%;
}

#artist-register td:first-child {
  vertical-align: top;
}

#artist-register .item_input.tag {
  width: 100%;
}

#artist-register tr.tags > td {
  padding-bottom: 2px;
}

#artist-register .submit {
  margin-right: 40px;
}

.error {
  border: 1px solid red !important;
}

.input-dropdown {
  display: block;
  margin: 5px;
  width: 240px;
}

.input-dropdown i {
  padding-right: 5px;
}

.male-label {
  padding-right: 50px !important;
}

a.profile-image {
  display: inline-block;
  padding: 2px 0;
}

@media (max-width: 767px) {
  #artist-register #education {
    min-height: 223px;
  }
}

@media (max-width: 414px) {
  #artist-register textarea.item_input {
    min-height: 455px;
  }

  #artist-register #education {
    min-height: 320px;
  }

  #artist-register #influences {
    min-height: 190px;
  }

  .payment-info-container .tags_content .tag_input {
    padding-right: 0;
  }

  .cancel_btn {
    width: 100%;
  }

  .submit_btn {
    width: 100%;
  }
}

.form-submit-btn {
  margin-top: 25px !important;
}

.form-subheader {
  margin-top: 25px;
}

h4.input-header {
  margin-bottom: 3px;
  padding-left: 5px;
}

.form-radio-inline {
  padding: 10px 0;
}

.full-width-header {
  background-color: #693;
  width: 98%;
  height: 50px;
  color: white;
  line-height: 50px;
  padding-left: 2%;
  font-size: 25px;
  font-weight: 100;
}

.mainHeader {
  height: 50px;
  margin-bottom: 6px;
  margin-top: 5px;
  background: #7C9C39;
}

.mainHeader h2 {
  color: #FFF;
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  height: 20px;
  background: #7C9C39;
  margin: 0;
  padding: 12px 18px;
}

.register_form_table tr td {
  padding-bottom: 10px;
}

.register_form_table tr td input,
.register_form_table tr td select,
.register_form_table tr td textarea {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #7D7D7D #DDDDDD #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-style: solid;
  border-width: 1px;
}

.register_form_table tr td label {
  width: 120px;
  padding-right: 10px;
  text-align: right;
  display: block;
  padding: 6px 3px 3px 0;
  font: 14px verdana, tahoma, arial, helvetica, sans-serif;
  font-weight: bold;
  margin-right: 10px;
}

.register_form_table tr td label.inline {
  display: inline;
  padding: 0 0 0 5px;
}

.registerButton {
  width: 72px;
  height: 25px;
  cursor: pointer;
  margin-top: 18px;
  background: url("/images/buttons/btn_register.gif") 0 0 transparent;
}

.password_label {
  font-size: 14px;
  font-weight: bold;
}

.form_links {
  font-size: 14px;
}

.form_comment {
  color: #AAAAAA;
}

.item_label {
  width: 120px;
}

.item_input {
  width: 196px;
}

.subhead {
  color: #369;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
}

#artist-register tr.divide > td {
  padding-top: 20px;
}

#artist-register td.tip {
  border: 7px solid #C0C0C0;
  background-color: #F4F4F4;
  text-align: center;
  padding: 15px !important;
}

#artist-register .item_input {
  width: 240px;
}

#artist-register .item_label {
  width: 125px;
}

#artist-register textarea.item_input {
  width: 378px;
  height: auto;
  min-height: 266px;
  font-size: 16px;
}

#textAreaWrap {
  position: relative;
  background-color: white;
}

.text-area {
  position: relative;
  z-index: 1;
  width: 350px;
  height: 100px;
  min-height: 100px;
  padding: 6px 12px;
  resize: vertical;
  background-color: transparent;
  /* When set background-color: transparent - Firefox  displays
  unpleasant textarea border. Set border style to fix it.*/
  border: 1px solid #e8e8e8;
}

#artist-register #education {
  min-height: 160px;
}

#artist-register #influences {
  min-height: 90px;
}

#artist-register #exhibitions,
#artist-register #teaching,
#artist-register #awards {
  min-height: 160px;
}

.placeholderDiv {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #a5a5a5;
  font-size: 14px;
  font-style: italic;
  padding: 6px 13px;
  position: absolute;
  top: 20px;
}

.statement-biography-block {
  margin-top: 45px;
}

*::-moz-placeholder {
  color: #9b9b9b;
  font-style: italic;
}

#artist-register .item_label {
  padding: 0;
  line-height: 22px;
}

#artist-register select.item_input {
  width: 246px;
}

#artist-register p {
  margin-bottom: 0;
  padding: 4px 0;
}

#artist-register .form-block {
  border: 1px solid #AAA;
  padding: 10px;
}

#artist-register .item_input {
  color: #666666;
  width: 100%;
}

#artist-register td:first-child {
  vertical-align: top;
}

#artist-register .item_input.tag {
  width: 100%;
}

#artist-register tr.tags > td {
  padding-bottom: 2px;
}

#artist-register .submit {
  margin-right: 40px;
}

.error {
  border: 1px solid red !important;
}

.input-dropdown {
  display: block;
  margin: 5px;
  width: 240px;
}

.input-dropdown i {
  padding-right: 5px;
}

.regform_note {
  font-size: 0.85em;
}

.male-label {
  padding-right: 50px !important;
}

a.profile-image {
  display: inline-block;
  padding: 2px 0;
}

@media (max-width: 1024px) {
  .payment-info-container .col-md-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 767px) {
  #artist-register #education {
    min-height: 223px;
  }

  .payment-info-container .col-md-3 {
    padding-bottom: 10px;
  }

  .payment-info-container .col-md-9 {
    padding-left: 0;
  }
}

@media (max-width: 414px) {
  #artist-register textarea.item_input {
    min-height: 455px;
  }

  #artist-register #education {
    min-height: 320px;
  }

  #artist-register #influences {
    min-height: 190px;
  }

  .payment-info-container .tags_content .tag_input {
    padding-right: 0;
  }

  .cancel_btn {
    width: 100%;
  }

  .submit_btn {
    width: 100%;
  }
}

.form-subheader {
  margin-top: 25px;
}

h4.input-header {
  margin-bottom: 3px;
  padding-left: 5px;
}

.form-radio-inline {
  padding: 10px 0;
}

::-moz-placeholder {
  color: #666 !important;
}

:-ms-input-placeholder {
  color: #666 !important;
}

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

::-moz-placeholder {
  color: #666 !important;
}

:-ms-input-placeholder {
  color: #666 !important;
}

.container-middle .login-content-right {
  color: #333;
  padding-top: 100px;
}

.container-middle .login-content-right h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 22px;
  margin: 0 0 10px;
  text-transform: none;
}

.container-middle .login-content-right.new-customer-block {
  border-left: 3px solid #ccc;
  min-height: 460px;
  padding-top: 40px;
}

@media (max-width: 991px) {
  .container-middle .login-content-right.new-customer-block {
    border-left: none;
  }
}

@media (max-width: 991px) {
  .container-middle .login-content-right {
    padding-top: 40px;
  }
}

.container-middle .login-content-left .favorite-navigation-title ul li:first-child {
  width: 50%;
  max-width: 100%;
}

@media (max-width: 767px) {
  .container-middle .login-content-left .favorite-navigation-title ul li {
    width: 25%;
  }
}

@media (max-width: 991px) {
  .container-middle .login-content-left {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

@media (max-width: 767px) {
  .container-middle .login-content-left {
    border-right: none;
    border-bottom: 1px solid #ccc;
  }
}

.container-middle h1 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 28px;
}

.container-middle h1.new-customer-title {
  margin-bottom: 43px;
  font-size: 28px;
}

@media (max-width: 767px) {
  .container-middle h1.new-customer-title {
    margin: 0 0 28px;
  }
}

@media (max-width: 550px) {
  .container-middle h1 {
    font-size: 20px;
    margin-bottom: 0;
  }
}

.container-middle h2 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.container-middle p {
  font-size: 15px;
  color: #333333;
}

.container-middle select {
  color: #666;
}

.bg-img {
  background: #ebe4da url("/images/background-image.jpg") no-repeat center bottom;
  background-size: 100%;
  min-height: 738px;
}

.regmodal-content > span {
  width: 100%;
  display: inline-block;
  font-size: 15px;
}

.regmodal-content > span.join-zatista-text {
  margin-bottom: 26px;
}

.regmodal-content ul {
  margin-top: 5px;
}

.regmodal-content ul li {
  line-height: 28px;
  font-size: 15px;
}

.regmodal-content ul li a {
  color: #006699;
}

.regmodal-content .special-benifit {
  display: none;
}

.extra-fields {
  font-size: 16px;
}

.extra-fields > div {
  float: left;
}

.extra-fields > div.forgot-password {
  float: right;
}

.extra-fields > div.forgot-password a {
  color: #999999;
}

.login-form input[type=submit],
.login-form a.btn,
.reg_container input[type=submit],
.reg_container a.btn {
  float: none;
  font-size: 16px;
  height: 61px;
  line-height: 61px;
  padding-bottom: 0;
  padding-top: 0;
  width: 279px;
  letter-spacing: 1.5px;
}

@media (max-width: 767px) {
  .login-form input[type=submit],
  .login-form a.btn,
  .reg_container input[type=submit],
  .reg_container a.btn {
    font-size: 12px;
  }
}

@media (max-width: 479px) {
  .login-form input[type=submit],
  .login-form a.btn,
  .reg_container input[type=submit],
  .reg_container a.btn {
    width: 100%;
  }
}

.login-form a.btn,
.reg_container a.btn {
  padding: 0 10px;
}

.submit-register-button {
  margin-top: 15px;
  margin-bottom: 15px;
}

.submit-login-button {
  width: 100%;
  margin-top: 50px;
}

.create-new-button {
  margin-top: 50px;
}

.login-form-fields {
  margin-bottom: 25px;
}

.artist-register-link {
  margin-top: 45px;
  margin-bottom: 15px;
}

#regmodal_trader_register,
#regmodal_register {
  margin-top: 19px;
}

.form_comment {
  font-family: "Hind Vadodara", sans-serif;
  font-weight: 400;
  color: #bababa;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  margin-top: 5px;
}

.reg_container {
  font-size: 14px;
  border: none;
  padding: 0px;
  margin-top: 0px;
}

.reg_container section {
  padding: 0;
}

.reg_container .row {
  margin-bottom: 19px;
}

.reg_container .row .col-md-6 {
  position: relative;
}

.reg_container .row .col-md-6:first-child {
  padding-right: 7px;
}

@media (max-width: 991px) {
  .reg_container .row .col-md-6:first-child {
    margin-bottom: 15px;
  }
}

.reg_container .row .col-md-6:last-child {
  padding-left: 7px;
}

@media (max-width: 991px) {
  .reg_container .row .col-md-6 {
    padding: 0 15px !important;
  }
}

.reg_container .row .col-md-12 {
  position: relative;
}

.reg_container .row .col-md-6:last-child .error_flag,
.reg_container .row .col-md-6:last-child .errors-container .regform_error:before,
.errors-container .reg_container .row .col-md-6:last-child .regform_error:before,
.reg_container .row .col-md-6:last-child .success_flag,
.reg_container .row .row .col-md-12 .error_flag,
.reg_container .row .row .col-md-12 .errors-container .regform_error:before,
.errors-container .reg_container .row .row .col-md-12 .regform_error:before,
.reg_container .row .row .col-md-12 .success_flag {
  top: 12;
  right: 20px;
}

.reg_container .color-link {
  color: #069;
}

.artist-register form {
  width: 66%;
  flex: 0 0 66%;
  font-size: 14px;
}

.artist-register form p {
  font-size: 12px;
  color: inherit;
}

.artist-register .password-strength {
  margin-left: 5px;
  margin-top: -8px;
}

.loader {
  width: 121px;
  text-align: center;
  margin-top: 25px;
}

