.signup-form {

    max-width: 550px;

    margin: 100px auto 0;

    background: #d5d7de;

}

.login-img-body .signup-form{

    max-width: 350px;

    margin: 200px auto 0;

    background: rgba(213,215,222,0.4);

    border: 1px solid #B0B6BE;

}

.login-img2-body .signup-form{

    border: 1px solid #B0B6BE;

    background: rgba(213,215,222,0.7);

}

.login-img3-body .signup-form{

    border: 1px solid #B0B6BE;

    background: rgba(213,215,222,0.9);

}

.signup-form a{

    color: #688a7e !important;

}

.signup-form h2.signup-form-heading {

    margin: 0;

    padding:20px 15px;

    text-align: center;

    background: #34aadc;

    border-radius: 5px 5px 0 0;

    -webkit-border-radius: 5px 5px 0 0;

    color: #fff;

    font-size: 18px;

    text-transform: uppercase;

    font-weight: 300;

    font-family: 'Lato', sans-serif;

}



.signup-form .checkbox {

    margin-bottom: 14px;

}

.signup-form .checkbox {

    font-weight: normal;

    font-weight: 300;

    font-family: 'Lato', sans-serif;

}

.signup-form .form-control {

    position: relative;

    font-size: 16px;

    height: auto;

    padding: 10px;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    box-sizing: border-box;

}

.signup-form .form-control:focus {

    z-index: 2;

}

.signup-form .login-img{

    font-size: 50px;

    font-weight: 300;

}

.signup-form .input-group{

    padding-bottom: 15px;

}

.signup-form .input-group-addon{

    padding: 6px 12px;

    font-size: 16px;

    color: #8b9199;

    font-weight: normal;

    line-height: 1;

    text-align: center;

    background-color: #ffffff;

    border: none;

    border-radius: 0;

}

.signup-form input[type="text"], .signup-form input[type="password"] {

    border: none;

    box-shadow: none;

    font-size: 16px;

    border-radius: 0;

}

.signup-form .btn{

    border-radius: 0;

}

.signup-form .btn-login {

    background: #f67a6e;

    color: #fff;

    text-transform: uppercase;

    font-weight: 300;

    font-family: 'Lato', sans-serif;

    box-shadow: 0 4px #e56b60;

    margin-bottom: 20px;

}



.signup-form p {

    text-align: center;

    color: #b6b6b6;

    font-size: 16px;

    font-weight: 300;

}

.login-img3-body .signup-form p,.login-img2-body .signup-form p {

    color: #34aadc;

}

.signup-form a {

    color: #b6b6b6;

}



.signup-form a:hover {

    color: #34aadc;

}