/*
signup.css
*/

body {
	background-color: #ecf0f5;
}

.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
    padding-right: 0;
	padding-left: 0;
}

.box {
    height: 600px;
    border-radius: 0px!important;
    border: none!important;
    margin-bottom: 0px!important;
    /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);*/
    /*box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);*/
}

.box-body {
    padding: 20px!important;
}

.input-margins {
    margin-top: 20px;
}

.input-first {
    margin-top: 10px;
}

#sign-up {
	margin-top: 90px;
    margin-bottom: 70px;
}

@media screen and (max-width: 960px){
  #sign-up {
        margin-top: 5px!important;
  }
  .signup-left-content {
        margin-top: -645px!important;
  }
}

@media screen and (max-width: 600px){
  .signup-left-content {
        margin-top: -525px!important;
  }
}

@media screen and (max-width: 530px){
    #sign-up {
        margin-bottom: 15px!important;
    }

    .signup-bg {
        height: 350px!important;
    }
}

@media screen and (max-width: 500px){
    #sign-up {
        margin-bottom: 95px!important;
    }
}

@media screen and (max-width: 440px){
    .signup-left-content {
        margin-top: -385px!important;
    }

}

@media screen and (max-width: 380px){
    .signup-left-content {
        margin-top: -375px!important;
    }

}

@media screen and (max-width: 360px){
    .signup-bg {
        height: 250px!important;
    }
    .signup-left-content {
        margin-top: -350px!important; /* 2.0 */
    }
    .signup-notification .head {
        font-size: 14px!important;
    }
    .signup-notification .desc {
        font-size: 10px!important;
    }
}

.signup-bg {
    height: 600px;
	background-color: #ebecf1;
	color: #555555;
    /*box-shadow: 0 1px 15px rgba(0, 0, 0, 0.21);*/
    overflow: hidden;
    /*background-image: url('bg.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;*/
}

.signup-bg img {
    max-width: 100%;
    height: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.signup-bg:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.signup-left-content {
    text-align: right;
    width: 100%;
    display: inline-block;
    padding-top: 35px;
	padding-left: 20px;
	padding-right: 20px;
    position: absolute; /* 2.0 */
    margin-top: -470px; /* 2.0 */
}

.line {
    display:inline-block;
    width: 60px;
    height: 2px;
    background-color: #aeaeae;
}

.fa-signup {
    padding-right: 10px;
    vertical-align: center;
}

.box-body .fa {
    text-align: center!important;
    width: 16px;
    height: 16px;
    line-height: 19px;
}

.sec-info {
    padding-top: 5px;
    color: #a7a7a7;
}

.logo {
    padding-top: 30px;
    /*padding-bottom: 30px;*/
}

.signup-notification {
    display: inline-block;
    width: 100%;
    color: #57666f;
    font-weight: 300;
    font-size: 16px;
    margin-top: 20px;
    padding: 10px;
    border-radius: 0px;
    background-color: rgba(236, 240, 245, 0.68);
    border: 1px solid #dedede;
    box-shadow: 0 1px 38px rgba(0, 0, 0, 0.11);
}

.signup-notification .head {
    display: inline-block;
    font-weight: 500;
    /*padding-left: 15px;*/
}

.signup-notification .desc {
    font-size: 14px;
}

@media screen and (max-width: 500px) {
    .signup-notification .head {
        font-size: 14px!important;
    }
    .signup-notification .desc {
        font-size: 12px!important;
    }
    .icon-alert {
        display: none!important;
        font-size: 10px!important;
    }
}

@media screen and (max-width: 1200px) {
    .text-alert {
        padding-left: 5px!important;
    }
    .icon-alert {
        margin-left: 0px!important;
        margin-right: 10px!important;
    }
}

.icon-alert {
    float: left;
    margin-top: 11px;
    margin-left: 5px;
}

.text-alert {
    display: inline-block;
    padding-left: 30px;
}

.signup-alert {
    color: #FFF;
    background-color: #DD4B39;
    width: 100%;
    line-height: 34px;
    padding-left: 5px;
}

.signup-alert a {
    color: #FFF!important;
}

.signup-alert a:hover {
    color: #dadada!important;
}

.signup-error {
    /*margin-bottom: 45px;*/
}

.signup-footer {
    z-index: 23;
    bottom: 0px;
    position: fixed;
    width: 100%;
    background: #fff;
    padding: 15px;
    color: #444;
    border-top: 1px solid #d2d6de;
}