.lb_container .modal-dialog {
    width:27%;
    margin: 78px auto;
}

.lb_container .modal-content {
    border-radius: 3px;
    background: #fff;
    border:0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.55);
    box-shadow: 0 1px 5px rgba(0,0,0,0.55);
}

.lb_container .modal-content::before, .lb_container .modal-content::after {
    content: "";
    position: absolute;
    z-index: 99;
    bottom: 1px;
    left: 0px;
    right: 0px;
    height: 10px;
    background: rgb(247, 247, 247);
    border-bottom: 1px solid rgb(210, 210, 210);
    border-radius: 5px;
}

.lb_container .modal-header{
    border:0;
}

.lb_container .modal-header legend{
    margin:0;
}

.lb_container .modal-header .title{
    font-size: 20px;
    color: #616161;
    font-weight: 400;
}

.lb_container .modal-header .tag_line{
    font-size: 13px;
    font-weight: 400;
    color: #777777;
    margin-bottom: 15px;
}

.lb_container .modal-body
{
    padding-top: 0px;
    padding: 0px 20px 13px 20px;
}


.lb_container .form-control {
    background: white;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
}

.lb_container .form-control:hover {
    border-color: #FFC107;
}

.lb_container .form-control:focus {
    border-color: #FFC107;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233, 205, 0);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(233, 205, 0);
}

.lb_container .input_label {
    font-weight: 400;
    color: #777;
    font-size: 16px;
    margin-bottom: 3px;
}

.lb_container .close-img {
    position: absolute;
    right: 5px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
}

.lb_container .btn:hover,
.lb_container .btn:focus{
    outline:0;
}


.lb_container .modal-footer{
    text-align:center;
    background: #f7f7f7;
}

/*-- Login Wrapper ---*/
.lb_container .login_wrapper .lbl-wrap{
    margin-bottom:0;
}

.lb_container .login_wrapper .login_help_desk{
    cursor: help;
    color: #666;
}

.lb_container .login_wrapper .forgot_pass a{
    font-size: 12px;
    font-weight: 400;
    color: #FF5722;
    padding: 2px 1px 1px 0px;
    display: block;
    text-decoration:underline;
}

.lb_container .modal-footer .register_link{
    color: #666;
    font-weight: 400;
    font-size: 16px;
}

.lb_container .modal-footer .register_link a{
    font-size: 16px;
    color:#2daacf;
    font-weight: 400;
    text-shadow: 0px 1px 0px #fff;
}

/*-- Common Button ---*/
.lb_container .lb_btn {
    moz-box-shadow: inset 0px 1px 0px 0px #ffd044;
    -webkit-box-shadow: inset 0px 1px 0px 0px #ffd044;
    box-shadow: inset 0px 1px 0px 0px #ffd044;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #74ad5a), color-stop(1, #4CAF50));
    background: -moz-linear-gradient(top, #FF9800 5%, #e0643d 100%);
    background: -webkit-linear-gradient(top, #FF9800 5%, #e0643d 100%);
    background: -o-linear-gradient(top, #FF9800 5%, #e0643d 100%);
    background: -ms-linear-gradient(top, #FF9800 5%, #e0643d 100%);
    background: linear-gradient(to bottom, #FF9800 5%, #e0643d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF9800', endColorstr='#e0643d',GradientType=0);
    background-color: #ea752a;
    border: 1px solid #FF5722;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    zoom: 1;
    outline: 0 !important;
    padding:6px 15px;
    font-size:20px;
    font-weight: 400;
    color: white;
    width: 100%;
}


/*custom css for checkbox and radio button*/

.checkbox-custom, .radio-custom { opacity: 0; position: absolute;}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 0px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: #666;
}

.checkbox-custom-label, .radio-custom-label { position: relative;}

.checkbox-custom + .checkbox-custom-label:before,
.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 1px solid #757575;
    display: inline-block;
    vertical-align:top;
    width: 17px;
    height: 17px;
    padding: 0px;
    margin-right: 8px;
    text-align: center;
    border-radius: 2px;
    margin-top:1px;
}

.checkbox-custom:checked + .checkbox-custom-label:before {
    content: "\f00c" !important;
    font-family: 'FontAwesome';
    background: #ffffff !important;
    color: #FF5722 !important;
    border: 1px solid #FF5722;
    font-size: 12px;
    border-radius: 2px;
    padding: 0px 0 0 0px;
    font-weight: 400;
}

.radio-custom + .radio-custom-label:before {
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "";
    font-family: 'FontAwesome';
    color: #BDBDBD;
    background-color: #ff7300;
    border: 1px solid #BBBBBB;
    box-shadow: inset 0px 0px 0px 2px #FFFFFF;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: transparent;
    border: 1px solid #BBBBBB;
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    padding: 0px;
    margin-right: 4px;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
}


.radio-custom + .radio-custom-label span {
    width: 94%;
    display: inline-block;
    vertical-align: top;
    text-align: justify;
}


/*-----  Meadia Query ----*/

@media screen and (max-width: 1200px){
    .lb_container .modal-dialog {
        width: 40%;
    }
}

@media screen and (max-width:992px){
    .lb_container .modal-dialog {
        width:60%;
    }
}

@media screen and (max-width:767px){
    .lb_container .modal-dialog {
        width:70%;
    }
}

@media screen and (max-width:480px){
    .lb_container .modal-dialog {
        width:90%;
    }
}
