/** sign-in-modal **/
.sign-modal {
  width: 50%;
  margin: 0 auto;
  top: 100px;
  position: relative;
  background: white; }

.modal-header {
  background: #3f629d;
  border-bottom: 1px solid #eeeeee;
  color: white;
  text-align: center;
  padding: 9px 15px; }
  .modal-header i {
    color: #fff; }
  .modal-header .fa-2x {
    font-size: 12px; }
  .modal-header h1 {
    font-size: 29px;
    padding: 15px 0 18px 0;
    text-transform: uppercase; }
  .modal-header .modal-close {
    position: absolute;
    right: 18px;
    top: 15px; }
  .modal-header .close-button {
    background: none;
    border: none;
    height: 44px;
    width: 42px;
    cursor: pointer; }

.modal-content {
  position: relative;
  padding: 45px 60px;
  border-radius: 0px;
  border: 0px;
  /*  input,
  input[type="text"],
  input[type="email"],
  input[type="password"],
  input[type="search"] {
    background: rgb(237, 237, 237);
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    border:0px;
    line-height: normal;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 17px;
    border-radius: 2px;
  }*/ }
  .modal-content h2 {
    font-size: 17px;
    margin-bottom: 15px;
    text-align: left; }
  .modal-content input {
    margin-bottom: 11px;
    background: #ededed;
    box-shadow: inset 1px 1px 0 0 rgba(0, 0, 0, 0.1);
    line-height: normal;
    padding: 10px;
    width: 100%;
    display: block;
    font-size: 17px;
    border-radius: 0px; }

.checkboxes input[type="checkbox"] + label {
  line-height: 16px;
  padding: 0 0 0 25px;
  position: relative; }

.modal-remember-me-container #modal-remember-me {
  display: none; }

.modal-actions {
  margin-top: 0; }

.button-wrapper {
  display: inline-block;
  position: relative; }

.secondary-actions {
  margin: 10px 0 15px 0; }

/***** modal 2 ***/
.modal-scrollable {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: auto; }

.modal-body {
  max-height: none;
  overflow: visible;
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto; }

.modal-overflow .modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.modal-content fieldset {
  border: none; }
