/* LOGIN REGISTER MODAL  */
/* FORM OVERRIDE */
.form-control{
    margin-bottom: 10px;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0; 
    border: 1px solid #eee;
}

input.error, select.error {
    border: 1px solid #f44336;
}

.alert-error {
    color: #f44336;
    border: 1px solid #f44336;
    display: none;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 10px;
    font-size: 16px;
}
/* MODAL OVERRIDE */
/*
.modal-dialog{
    width: 80%;
}

.modal-dialog.small-dialog{
    width: 50%;
}

.modal-dialog.small-dialog .col-md-6.col-sm-6.form-container{
       width: 100%; 
       margin-bottom: 15px;
}

*/

.modal-dialog .btn-facebook, .modal-dialog .btn-cta, .modal-dialog .btn-cta-outline{
    border-radius: 4px ;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 8px 0;
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
}

.modal-dialog .btn-cta-outline.black{
    color: #333;
}

.modal-dialog .btn-facebook{
    background: #3a589a;
    border: 2px solid #3a589a;
}

.modal-dialog .btn-facebook:hover, .modal-dialog .btn-facebook:focus{
    color: #fff;
    background: #2b498b;
    border: 2px solid #2b498b;    
  
}    

.modal-dialog .btn-cta{
    color: #fff;
    background: #00acee;
    border: 2px solid #00acee;    
}

.modal-dialog .btn-cta:hover, .modal-dialog .btn-cta:focus{
    color: #fff;
    background: rgba(0,172,238,0.7);
    border: 2px solid rgba(0,172,238,0.7);;
}    

.modal-dialog .btn-cta-outline{
    background: none;
    color: #666;
    border: 2px solid #666;
}

.modal-dialog .btn-cta-outline.white{
    color: #fff;
    border: 2px solid #fff;    
}
.modal-dialog .btn-cta-outline.white:hover{
    color: #e7e7e7;
    border: 2px solid #e7e7e7;    
}

.modal-dialog .btn-cta-outline:hover{
    color: #333;
    border: 2px solid #333;
}

.conditions {
    color: #ccc;
    font-size: 12px;
    padding-top: 5px;
    margin-bottom: 30px;
}

.conditions a{
    color: #999;
}
label{
    font-weight: normal;
    color: #666;
    margin: 0 10px 0 0;
}

label input[type="radio"], label input[type="checkbox"]{
    margin: 5px 5px 0 0;
}

.modal-dialog .modal-content,.modal-dialog .modal-body{
    height: 100%;
    margin: 0;
    padding: 0;
}
.modal-content{
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    /*padding-bottom: 30px!important;*/
}

.sep {
  position: relative;
  border-bottom: 1px solid #e7e7e7;
  margin: 10px 0 20px 0;
  height: 11px;
}

.modal-dialog .sep span {
  background: #fff none repeat scroll 0 0;
  color: #919191;
  left: 50%;
  margin-left: -35px;
  position: absolute;
  text-align: center;
  width: 70px;
}
.form-container{
    position: relative;
}