#loginPopup{display: none}
#loginPopup .button.b-close{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    position: absolute;
    right: 5px;top: 0px;cursor: pointer;
    width: 30px;
}
#loginPopup {
  /*  background: #fff none repeat scroll 0 0;*/

}

#loginPopup .input-group-btn{
    display: none;
}

#form_forgotpassword button, #form_forgotpassword button span, #form_forgotpassword button i{
	font-size: 15px;
}
#registerFormSmart #submitAccount, #registerFormSmart #submitAccount span, #registerFormSmart #submitAccount i{
	font-size: 15px;
}

#loginPopup {

    background-size: cover;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    outline: 0 none;
    position: relative;
}
.green_span{
    color: #9FCF63;
    font-weight: bold;
}
#loginPopup h2.title-heading  {
    margin-top: 80px !important;
    padding-left: 25px !important;
}
@media(min-width: 767px){
    #loginPopup section{
        width: 60%;
        padding: 30px;

    }
    #loginPopup section p{
        font-size: 18px;
        line-height: 35px;
    }
    #loginPopup span.b-close{
        right: 17px;
        top: 20px;
    }
    #loginPopup span.b-close span{
        font-size: 26px;
        font-weight: bold;
    }
}
@media(max-width: 450px){

    #loginPopup h3 {
        font-size: 18px;
    }
    #loginPopup span.b-close span{
        font-size: 18px;
        font-weight: 900;
    }

    #loginPopup h3{font-size: 19px;}
    #loginPopup > h3{font-size: 17px;}
    #loginPopup h2.title-heading  {
        margin-top: 25px !important;
        font-size: 18px;
        padding-left: 0px !important;
        text-align: center;
    }

    #loginPopup section p{
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media(max-width: 370px){

}
