@charset "UTF-8";
/*
 Theme Name:   iridion 2018
 Theme URI:    http://thetheme.io/wp/thesaas
 Description:  iridion child theme
 Version:      1.0
 Author:       Pascal Hellwig
 Author URI:   http://iridion.com
 Template:     thesaas
 Text Domain:  thesaas-child 
*/

.modal.fade{
    background: rgba(0, 0, 0, .7);
}

.modal.fade.in{
    opacity: 1;
    display: block;
}
.modal-dialog {
    margin-top: 350px !important;
}

#register-steps .step1,
#register-steps .step2,
#register-steps .step3{
    display: none;
}

#register-steps .step1.active,
#register-steps .step2.active,
#register-steps .step3.active{
    display: block !important;
}

.modal-dialog > a {
    color: #fff;
    display: block;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
  }
  .modal-content {
    background: none;
    box-shadow: none;
    border: none;
  }
  .modal-header {
    background: none;
    border: none;
  }

  .modal-header .closeModal{
      position: absolute;
      top: -12px;
      right: -12px;
      cursor: pointer;
  }

  .modal-header .closeModal svg{
    background: white;
    border-radius: 50%;
  }

  .modal-title {
    text-align: center;
    color: #009cc1;
    width: 100%;
  }
  .modal-body {
    background: #fff;
  }
  .modal-body .item img {
    max-height: 50px;
    margin: 10px auto 20px auto;
  }
  .modal-body .item .info {
    color: #fff;
    background: #009cc1;
    text-align: center;
    padding: 15px;
    box-shadow: -15px 0 0 #009cc1, 15px 0 0 #009cc1;
  }
  .modal-body .hidden-error {
    color: #c01313;
    margin-bottom: 15px;
  }
  .modal-body .intro-text {
    color: #009cc1;
    margin-bottom: 15px;
  }
  .modal-body .control-label {
    width: 100%;
    margin-bottom: 10px;
  }
  .modal-body .invalid .form-control#iridion_reg_input_mail {
    border-color: #c01313;
  }
  .modal-body .btn {
    margin: 0 auto;
    display: table;
  }

  .modal-body .btn.btn-close{
      color: black;
  }

  .modal-body .back-to-page-wrapper {
    padding: 10px;
    background: #009cc1;
  }
  
  input#iridion_reg_input_mail{
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
  }

  label[for="iridion_reg_input_mail"]{
    width: 100%;
    margin-bottom: 20px;
  }

  button.create-account{    
    color: #fff;
    background: #69c176;
    border-color: #69c176;
  }