.login-wrapper{
    width:350px;
    margin:28px auto;
    text-align:center;
    padding:3px;
    margin-bottom:40px;
    box-shadow: 0px 0px 12px #cccccc;
    border-radius: 12px;
}
.logo-container {
    position: relative;
}
.login-container{
    text-align:center;
    background-size:cover;
}
.login-container.bg-color{
    background:#fff !important;
}
.login-container .content{
    margin: 0px auto;
    padding-top:24px;
    width:70%
}

.login-title .title{
    font-size: 30px;
    color: #880332;
    font-weight: 500;
}

.login-title .description{
    font-size: 14px;
    color: #454545;
    font-weight: 300;
    letter-spacing: -2px;
    margin-top: 2px;
}
.login-container .form-control{
}

.form-control {
    outline: 0!important;
}

.form-horizontal .form-group {
    margin-right: -20px;
    margin-left: -20px;
}

.btn, .form-control {
    box-shadow: none!important;
}

.btn:not(.btn-sm):not(.btn-lg) {
    line-height: 1.44;
}

.login-container .btn {
    border-radius: 6px;
    height: 40px;
    z-index: 2;
}
.login-container .input-group input.form-control{
    border:none;
    border-bottom: 1px solid #7B7B7B;
}

.input-group .btn-check{
    border:1px solid #851005;
    border-left:0px !important;
    color:white;
    outline: none;
    
}

.btn-check{
    background-color: #BE0625;
    color: white;
    font-weight: bold;
}

.btn-check.focus, .btn-check:focus, .btn-check:hover {
    color:#f0f0f0;
    text-decoration: none;
}

.login-container input.form-control{
    background-color:#fff;
    border: none;
    border-bottom: 1px solid #7B7B7B;
    height: 40px !important;
    padding-left: 18px;
    letter-spacing: -1px;
}

.mt-7{
    margin-top:7px;
}
.mt-10{
    margin-top:10px;
}

.btn-register-login{
    background-color: #BE0625;
    color:#fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -1px;
}

#agree_policy{
    height:20px;
    width:20px;
    position:absolute;
}

.agree-title{
    font-size: 14px;
    color: #6E0132;
    font-weight: 300;
    letter-spacing: -1px;
    margin-left: 24px;
    line-height: 29px;
}

.member-title{
    font-size: 14px;
    color: #454545;
    font-weight: 600;
    letter-spacing: -1px;
}
.assistant-title{
    font-size: 12px;
    color: #7B7B7B;
    letter-spacing: -1px;
    margin-left: 24px;
    line-height: 29px;

}
.go-login{
    margin-left:8px;
    font-size: 14px;
    color: #f7cc1a;
    font-weight: 600;
    letter-spacing: -1px;
}

.go-login:hover{
    text-decoration: none;
}
.social-login{
    padding:12px;
    display: inline-block;
}

.phone-num{
    padding-left:12px;
}

.btn-half{
    margin-left:5px;
    margin-right:5px;
}

.login-wrapper  .input {
    position: relative;
    left: 0;
    display: inline-block;
    text-align: left;
    width: 100%;
}

.register_content_view {
    text-align: right;
    position: absolute;
    right: 0;
    cursor: pointer;
}

.agreement_area {
    position: relative;
}
.agreemen_view{
    width: 100%;
    background: white;
    z-index:-1;
}
.agreemen_view iframe{
    width: 100%;
    height: 80%;
    border: 2px solid black;
}
.agreemen_view .confirm_button{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    cursor:pointer;
}
.agreemen_view .confirm_button:hover{
    color:#003796;
}

.nav-tabs.nav-justified>li>a {
    border:0px;
    border-radius: 0px;
    line-height: 42px;
    color:#7B7B7B;
}
.nav-tabs.nav-justified>li {
    
    height:65px;
}
.nav-tabs.nav-justified>li:last-child{
    border-right: 0px solid #000;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #880332;
    font-weight: bold;
    cursor: default;
    
    border-bottom: 0px solid #ddd;
    border-bottom-color: transparent;
    border:0px !important;
}
.nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover {
    color: #880332;
    cursor: default;
    border-bottom: 0px solid #ddd;
    border-bottom-color: transparent;
}

.nav-tabs>li>a:hover {
    color: #880332;
    background-color: white;
}
.nav-tabs>li:hover {
    color: #880332;
}
@mtedia(max-width: 700px) {
    .login-container .content{
        width:80%
    }

    .login-wrapper{
        width:100%;
        margin:0px auto;
        text-align:center;
        padding:20px;
        box-shadow: none;
    }
}

@media(max-width: 356px) {
    .logo-img img{
        width:80%;
    }
    .social-title{
        display: none;
    }
}

@media(max-width: 450px) {
    .login-container input.form-control{
        padding-left: 12px;
    }
    .nav-tabs.nav-justified>li>a {
        padding: 10px 3px;
        letter-spacing: -1px;
    }
}

@media (min-width: 350px){
    .nav-tabs.nav-justified>li {
        display: table-cell;
        width: 1%;
    }
}
@media (max-width: 350px){
    .xs-p-l-5{
        padding-left:5px;
    }
    .xs-p-r-5{
        padding-right:5px;
    }
    .nav-tabs.nav-justified>li>a {
        border:0px;
        border-radius: 0px;
        line-height: 42px;
        color:white;
    }
    .nav-tabs.nav-justified>li {
        border-bottom: 0px solid #000;
        border-right: 0px solid #000;
        border-top: 0px solid #000;
        border-left: 0px solid #000;
        background: #a42635;
        height:65px;
    }
    
    .nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
        color: #fff;
        cursor: default;
        background-color: #e04558;
        border-bottom: 1px solid #ddd;
        border-bottom-color: transparent;
        border:0px !important;
    }
    .nav-tabs>li.active, .nav-tabs>li.active:focus, .nav-tabs>li.active:hover {
        color: #fff;
        cursor: default;
        background-color: #e04558;
        border-bottom: 0px solid #ddd;
        border-bottom-color: transparent;
    }
}