﻿.dummy {
  color: #000; }

.my-account {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
  padding: 8px; }
  .my-account .message-box {
    min-height: 250px; }
  .my-account .title {
    color: #5d5d5d;
    font-size: 18px;
    font-weight: 700; }
  .my-account .profile {
    padding: 6px; }

.information-contact {
  -moz-box-shadow: 0 3px 5px 1px #d1d1d1;
  -webkit-box-shadow: 0 3px 5px 1px #d1d1d1;
  box-shadow: 0 3px 5px 1px #d1d1d1;
  padding: 8px;
  margin-bottom: 16px; }

.signin .margin-left, .register .margin-left, .apply-bidder-number .margin-left {
  margin-left: 10px; }

.apply-bidder-number textarea {
  width: 100%; }

.register textarea {
  width: 100%; }

.registration-disabled {
  padding: 30px; }
  @media only screen and (max-width: 991px) {
    .registration-disabled {
      padding: 8px; } }
  .registration-disabled h2 {
    margin-bottom: 8px; }
  .registration-disabled .col-signin {
    padding-right: 16px; }
    @media only screen and (max-width: 991px) {
      .registration-disabled .col-signin {
        padding-right: 0;
        padding-bottom: 16px; } }
    .registration-disabled .col-signin a.btn {
      margin-top: 8px; }
  .registration-disabled .col-register {
    padding-left: 16px;
    border-left: solid 1px #d1d1d1; }
    @media only screen and (max-width: 991px) {
      .registration-disabled .col-register {
        padding-left: 0;
        padding-top: 16px;
        border-left: 0;
        border-top: solid 1px #d1d1d1; } }
    .registration-disabled .col-register a.btn {
      margin-top: 8px; }

.thankyou-default-padding {
  padding-top: 40px; }

