.loginBody {
    background-color: rgba(69, 86, 98, 0.09);
}

.loginMain {
    /*margin: 180px auto 50px auto;*/
    position: relative;
    overflow: auto;
}

/*.sign_box {
    position: relative;
    overflow: hidden;
    min-height: 500px;
    background-color: #ffffff;
    background-image: url("../../img/login.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 30px;
}*/
.signDiv {
    background: #fff;
    min-height: 500px;
    max-width: 600px;
    margin: auto;
}

.signup_box {
    height: 750px;
    margin-top: -30px;
}

.signDiv h1 {
    color: #999;
    font-size: 24px;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    width: calc(100% - 50px);
    margin: -20px auto auto auto;
    font-weight: 300;
}

.auth-form {
    padding: 25px;
    position: relative;
    overflow: auto;
    padding-bottom: 5px;
}

.auth-form .form-control {
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    padding-top: 8px;
    padding-left: 40px;
    height: 40px;
}

.inputGroup {
    position: relative;
    margin-bottom: 15px;
}

.inputGroup .fa {
    position: absolute;
    left: 15px;
    top: 11px;
    font-size: 20px;
    color: #666;
}

.btn-gray, .btn-gray:active, .btn-gray:hover, .btn-gray:focus {
    background-color: #d8d8d8;
    color: #5e5e5e;
    outline: none;
}

.btn-success {
    color: #fff;
    background-color: #71b412;
    border-color: #71b412;
}

.btn-success:hover, .btn-success:focus .btn-success:active {
    color: #fff;
    background-color: #71b412;
    border-color: #71b412;
    outline: none;
}

.btn-login, .btn-signup {
    border-radius: 0px;
    background: #525252;
    color: #fff;
    height: 40px;
}

.btn-login:hover, .btn-login:active, .btn-login:focus, .btn-signup:hover, .btn-signup:active, .btn-signup:focus {
    background: #8dc221;
    color: #fff;
}

.quickDiv {
    position: relative;
    padding: 15px 25px;
}

.quickDiv p {
    position: absolute;
    top: -30px;
    left: 50%;
    background: #fff;
    transform: translateX(-50%);
    padding: 0px 20px;
}

.btn-fblogin, .btn-fbsignup {
    background: linear-gradient(#5179d0,#5179d0);
    color: #fff;
    height: 40px;
}

.btn-fblogin:hover ,.btn-fbsignup:hover {
    background: linear-gradient(#5179d0,#3B5998);
    color: #fff;
}

.btn-linelogin , .btn-linelogin:active, .btn-linelogin:focus, .btn-linesignup, .btn-linesignup:active, .btn-linesignup:focus {
    background: linear-gradient(#00C300,#00C300);
    color: #fff;
    height: 40px;
}

.btn-linelogin:hover ,.btn-linesignup:hover {
    background: linear-gradient(#00E000,#00B300);
    color: #fff;
}

.loginMain .forgot,.loginMain label {
    float: left;
    font-size: 14px;
    margin-top: 10px;
    color: #9E9E9E;
    font-weight: 500;
}

.signup {
    float: right;
    font-size: 14px;
    margin-top: 10px;
    color: #F0B49E;
}

.auth-form input[type="radio"], .auth-form input[type="checkbox"] {
    margin-bottom: 15px;
    font-size: 16px;
    margin-right: 5px;
}

.MemberClause {
    max-height: 500px;
    overflow: auto;
}

.inputGroup.flex {
    display: flex;
}

.inputGroup.flex .form-control {
    padding-left: 15px;
}

.flexBtn {
    display: flex;
    justify-content: space-between;
}

.fbArea {
    padding: 0px 25px;
    margin-top: 0px;
}

.lineArea {
    margin-top: 7px;
    padding: 0px 25px;
}

.fa-Line {
    font-weight: 800;
    padding-right: 5px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.btn-sign, .btn-sign:hover {
    border-radius: 0px;
    background: #ea9393;
    color: #fff;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
