div.rbc-profiles-wrap {
    float: left;
    width: 100%;
    max-width: 100%;
    font-family: Open Sans;
    margin: 0 0 20px 0;
}

div.rbc-profiles-wrap p {
    padding: 0;
    margin: 0;
}

div.rbc-profiles-wrap input {
	max-width:100%;
}

div.rbc-profiles-wrap div.rbc-profiles-inner {
    border-radius: 3px;
    padding: 0;
    margin: 0;
}

div.rbc-profiles-wrap div.rbc-profiles-field-value iframe {
    margin: 8px 0 0 0;
}

div.rbc-profiles-wrap .rbc-profiles-head img, div.rbc-profiles-wrap div.rbc-profiles-field-value img{
    display: block;
    overflow: hidden;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

div.rbc-profiles-wrap .rbc-profiles-head img.avatar-50 {
    width: 50px;
    height: 50px;
}

div.rbc-profiles-head {
    padding: 15px 20px;
    margin: 0;
}

div.rbc-profiles-wrap div.rbc-profiles-head img.avatar {
    padding: 5px;
    border-radius: 50px;
    margin: 0;
}

div.rbc-profiles-wrap div.rbc-profiles-head .safari img
{
    border-radius: 0px !important;
}

div.rbc-profiles-wrap div.rbc-profiles-field-value img {
    padding: 5px;
    border-radius: 5px;
    margin: 0;
    max-width: 94%;
}

div.rbc-profiles-wrap div.rbc-profiles-field-value img.rbc-profiles-img-normal {
    float: left;
    display: inline;
    padding: 0;
    border: 0;
    border-radius: 0;
    width: auto;
    margin: 8px 10px 0 0;
}

div.rbc-profiles-wrap div.rbc-profiles-pic {
    float: left;
    margin: 0 20px 0 0;
}

div.rbc-profiles-wrap div.rbc-profiles-social {
    float: right;
}

div.rbc-profiles-social div {
    float: left;
    padding: 0 0 15px 10px;
}

div.rbc-profiles-social a {
    text-decoration: none;
    float: left;
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 999px;
    text-align: center;
    font-size: 12px;
}

div.rbc-profiles-wrap div.rbc-profiles-head div.rbc-profiles-social div a i {
    position: relative;
    top: auto;
    line-height: 24px;
}

div.rbc-profiles-stats {
    float: right;
    padding: 0;
    margin: 0;
}

.rbc-profiles-stats-i {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 0 15px;
}

.rbc-profiles-stats-i i {
    margin: 0 6px 0 0;
    font-size: 13px;
}

div.rbc-profiles-clear {
    clear: both;
    margin: 0;
    padding: 0;
}

div.rbc-profiles-wrap div.rbc-profiles-name {
    float: left;
    margin: 0;
    padding: 0;
}

div.rbc-profiles-right {
    float: right;
    padding: 0;
    margin: 0;
}

div.rbc-profiles-left {
    float: left;
    padding: 0;
    margin: 0;
}

div.rbc-profiles-field-name {
    font-size: 24px;
    line-height: 24px;
}

div.rbc-profiles-field-name a {
    text-decoration: none;
}

.rbc-profiles-field-name-wide {
    padding: 18px 0 0 0;
}

.rbc-profiles-field-edit {
    margin: 10px 0 0 0;
}

.rbc-profiles-main * {
    margin: 0;
}

.rbc-profiles-main {
    padding: 25px 35px 0 35px;
    font-size: 14px;
}

.rbc-profiles-main-compact {
    display: none;
}

.rbc-profiles-field-type i {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 0 14px 0 0;
    border-radius: 999px;
    text-align: center;
    position: relative;
    top: auto;
}

.rbc-profiles-field-type i.rbc-profiles-icon-none {
    background: none;
}

.rbc-profiles-field {
    float: left;
    width: 100%;
    padding: 0 0 20px 0;
    margin: 0;
}

.rbc-profiles-field-type {
    float: left;
    width: 34%;
}

.rbc-profiles-field-value {
    float: left;
    width: 66%;
}

.rbc-profiles-field-type span, .rbc-profiles-field-value span {
    float: left;
    line-height: 26px;


}

.rbc-profiles-field-value span
{
    /* Added hack for longer strings */
    width: 100%;
}


div.rbc-profiles-field-value input[type=file] {
    display: none;
}

label.rbc-profiles-checkbox, label.rbc-profiles-radio {
    cursor: pointer;
    float: left;
    margin: 0 20px 0 0;
    width: 100%;
    line-height:25px; /*Fix for bootstrap themes*/
}

label.rbc-profiles-checkbox input[type=checkbox], label.rbc-profiles-radio input[type=radio] {
    position: relative;
    top: 2px;
    vertical-align:baseline; /*Fix for bootstrap themes*/
}

input.rbc-profiles-input, select.rbc-profiles-input, textarea.rbc-profiles-input,
/*Fix for bootstrap and popular themes*/ #top .rbc-profiles-input, #top input.rbc-profiles-input[type="text"], #top input.rbc-profiles-input[type="input"], #top input.rbc-profiles-input[type="password"], #top input.rbc-profiles-input[type="email"], #top input.rbc-profiles-input[type="search"], #top select.rbc-profiles-input
{
    font-family: Open Sans;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 6px !important; /*Fix for bootstrap themes*/
    width: 100% ;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    margin: 0;
}
input.rbc-profiles-input, select.rbc-profiles-input {
	height:auto !important; /*Fix for bootstrap themes*/
}

textarea.rbc-profiles-input {
	min-height: auto !important; /*Fix for bootstrap themes*/
}

/* Fixed but for Countries in Sidebar */
/* select.rbc-profiles-input {
	width: auto;
} */

textarea.rbc-profiles-input {
    line-height: 20px;
    height: 80px;
    font-size: 13px;
}

.rbc-profiles-help{
    margin: 8px 0 0 0;
    font-family: Tahoma;
    font-size: 11px;
    line-height: 17px;
}

.rbc-profiles-note {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 10px 0;
}

.rbc-profiles-hide-from-public, .rbc-profiles-rememberme {
    /*float: left; Fix for Bootstrap themes */
    cursor: pointer;
    /*margin: 8px 0 0 0; */
    font-family: Tahoma;
    font-size: 11px;
    line-height: 17px;
}

.rbc-profiles-hide-from-public {
    margin: 8px 0 0 0;
}


.rbc-profiles-rememberme {
    margin: -12px 0 0 0;
}

.rbc-profiles-hide-from-public i, .rbc-profiles-rememberme i {
    font-size: 13px;
    margin: 0 6px 0 0;
    position: relative;
    top: 1px;
}

.rbc-profiles-disable, .rbc-profiles-disable i {
    cursor: default;
}

.rbc-profiles-edit {
    display: none;
}

.rbc-profiles-edit-show {
    display: block;
}

.rbc-profiles-separator {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
}

a.rbc-profiles-button-alt, div.rbc-profiles-button-alt, input.rbc-profiles-button-alt {
    font-size: 11px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 10px !important;
    cursor: pointer;
    text-decoration: none;
}

a.rbc-profiles-button, input[type=submit].rbc-profiles-button, input[type=button].rbc-profiles-button {
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 10px;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
}

div.rbc-profiles-errors, div.rbc-profiles-success {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

span.rbc-profiles-error {
    line-height: 18px;
    padding: 2px 0;
}

span.rbc-profiles-error-block {
    display: block;
}

.rbc-profiles-error i {
    margin: 0 10px 0 0;
}

div.rbc-profiles-info-box {
    display: block;
    padding: 8px 15px;
    font-size: 12px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
}

span.rbc-profiles-info-box {
    line-height: 18px;
    padding: 2px 0 12px;
}

span.rbc-profiles-info-block {
    display: block;
}

.rbc-profiles-info-box i {
    margin: 0 10px 0 0;
}

div.rbc-profiles-success span {
    line-height: 18px;
    padding: 2px 0;
}

div.rbc-profiles-success i {
    margin: 0 10px 0 0;
}

/* Pagination */
div.rbc-profiles-navi {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
}

div.rbc-profiles-navi  .page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

div.rbc-profiles-navi .page:hover, div.rbc-profiles-navi .page.gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

div.rbc-profiles-navi .page.active {
    border: none;
    background: #616161;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

div.rbc-profiles-navi .page.gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}

/* Search form */
div.rbc-profiles-wrap-form form p input.rbc-profiles-button-alt {
    font-size: 13px;
    padding: 4px 10px;
}

div.rbc-profiles-wrap-form div.rbc-profiles-inner div.rbc-profiles-head{
    font-size: 16px;
    color: #666;
    padding: 10px 20px;
}

div.rbc-profiles-wrap-form form {
    padding: 20px 20px 0 20px;
    margin: 0;
}

div.rbc-profiles-wrap-form form p.rbc-profiles-p, p.rbc-profiles-search-submit-p {
    padding: 0;
    margin-bottom: 0;
    float: left;
    width: 100%;
}

div.rbc-profiles-wrap-form form input {
    margin: 0 0 20px 0;
}

.rbc-profiles-input-left {
    float: left !important;
    width: 47% !important;
}

.rbc-profiles-input-right {
    float: right !important;
    width: 47% !important;
}
p.rbc-profiles-login-spacer {
    margin-bottom:10px;
}

.error
{
    border:1px solid #F31212 !important;
}

/* Pagination Dropdown */
select.rbc-profiles-go-to-page
{
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 1px 1px 2px 3px !important;
    background: #FEFEFE;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#F0F0F0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #F0F0F0);
    border: solid 1px #c0c0c0;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.8), 0px 1px 3px rgba(0, 0, 0, 0.1);
    color: #717171;font-weight: bold; text-shadow: 0px 1px 0px rgba(255,255,255, 1);
	width:auto !important; /*Fix for popular themes*/
	display:inline !important; /*Fix for popular themes*/
	margin:0 !important; /*Fix for popular themes*/
}

.login-heading
{
    padding: 0px;
    font-size: 27px;
    color: #777; font-weight: bold;
}

.widget .rbc-profiles-blank-lable
{
    display: none;
}

.widget .rbc-profiles-back-to-login
{
    margin-bottom: 10px;
}

.mini_profile
{
    width: 100%;
}

.mini_profile img
{
    float: left;
    margin-right: 10px !important;
}

.mini_profile .rbc-profiles-field-name
{
    margin-top:17px !important;
    font-size: 20px !important;
}

.in_sidebar
{
    margin-top: 18px !important;
}

.rbc-profiles-field-type-sidebar
{
    color: #888;
    width:auto;
    margin: 0 0 8px 0;

}

.rbc-profiles-field-type-sidebar i {
    float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 3px 6px 0 0;
    border-radius: 999px;
    text-align: center;
    position: relative;
    top: auto;
    background: #888;
    color: #fff;
}

.in_sidebar_value
{
    width: 80% !important;
    font-size:12px !important;
}

.in_sidebar_remember
{
    margin-left:40px !important;
}

.rbc-profiles-profile-holder
{
    width: 100%;
}

.rbc-profiles-mini-profile-button
{
    margin-top: 17px;
}

.rbc-profiles-button-holder
{
    float:right !important;
}

/* reCaptcha Fields */

#recaptcha_response_field
{
    width: 280px;
    margin-top: 16px;
}

.recaptcha_text_box
{
    float: left;
}

.recaptcha_image
{
    float: left;
}

#recaptcha_image_holder
{
    width: 300px; float: left;
}

#recaptcha_widget a:link, #recaptcha_widget a:visited
{
    text-decoration: none;
    color: #888;
    font-size: 15px;
}
#recaptcha_widget a:hover
{
    color: #1278B2;
}

#recaptcha_control_holder
{
    width: 30px; float: left;
}

.rbc-profiles-login
{
    margin-top: 15px !important;
}

/* Registration Validation */
.rbc-profiles-input-text-font-accept{
    color: #63872C;
    margin-right: 6px;
}
.rbc-profiles-input-text-font-cancel{
    color: #BF2929;
    text-align: center;
    margin-right: 6px;
}

.rbc-profiles-input-text-inline-success{
    color: #71AB3C;
    font-weight: bold;
    margin-top: 8px !important;
}
.rbc-profiles-input-text-inline-error{
    color: #DE7878;
    font-weight: bold;
    margin-top: 8px !important;
}

.rbc-profiles-success-html{
    margin-bottom: 10px;
    padding: 8px 15px;
}

/* Delete image related styles */
.rbc-profiles-delete-image-wrapper,.rbc-profiles-crop-image-wrapper,.rbc-profiles-delete-userpic-wrapper{
    width:auto;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #F5F5F5, #EEEEEE);
    border: 1px solid #DDDDDD;
    box-shadow: 0 -1px 1px -1px #FFFFFF inset;
    color: #666666;
    padding: 3px 6px 3px 6px;
    margin: 5px 10px 5px 0;
    border-radius:3px;
    display:inline-block;
}
.rbc-profiles-delete-image-wrapper:hover,.rbc-profiles-crop-image-wrapper:hover,.rbc-profiles-delete-userpic-wrapper:hover{
    color: #CF3030;
}

/* Crop functionality related styles */
.rbc-profiles-crop-column1{
    float: left;
    width: 70%;
}
.rbc-profiles-crop-column2{
    float: left;
    width: 30%;
}

.rbc-profiles-crop-column1 .rbc-profiles-field-value{
    width: 100%;
}

#rbc-profiles-crop-frm .rbc-profiles-crop-field-value{
    float: left;
}

#rbc-profiles-crop-frm .rbc-profiles-field{

}

#rbc-profiles-crop-frm .rbc-profiles-delete-image-wrapper,
#rbc-profiles-crop-frm .rbc-profiles-crop-image-wrapper,
#rbc-profiles-crop-frm .rbc-profiles-delete-userpic-wrapper{
    float: left;
}


.rbc-profiles-preview-current{
    max-height: 265px;
    margin-bottom: 5px !important;
}

.rbc-profiles-fileupload-crop{
    width: 60%;
    float: left;
    margin-right: 10px;
}

.rbc-profiles-crop-wrap{
    padding: 20px;
}

.jcrop-holder #rbc-profiles-preview-pane {
    display: block;
    position: absolute;
    z-index: 2000;
    right: -280px;
    padding: 0 6px;

}
#rbc-profiles-preview-pane .rbc-profiles-preview-container {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

#rbc-profiles-upload-image{
    margin-top :5px;
}

.rbc-profiles-delete-spinner{
	color: #0CB665;
	font-size: 14px;
	font-weight: bold;
	display: none;
}

div.rbc-profiles-wrap input[type='file'], .rbc-profiles-fileupload-field {
	padding:3px !important; /*Fix for Bootstrap themes*/
	line-height:25px; /*Fix for Bootstrap themes*/
	height:auto !important; /*Fix for Bootstrap themes*/
	color:#666;
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CFCFCF;
    display: block;
    border-radius:3px;
	font-weight:normal;
}

#user-avatar-link{
    float: left;
}

/* Search Feature */
form.rbc-profiles-search-form {
	margin:0 !important; /*Fix for popular themes*/
	padding-bottom:20px !important;
}

.rbc-profiles-search-input
{
	font-family: Open Sans;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  padding: 6px !important; /*Fix for bootstrap themes*/
  height:auto !important; /*Fix for bootstrap themes*/
  width: 100% ;
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;    /* Firefox, other Gecko */
  box-sizing: border-box;         /* Opera/IE 8+ */
  margin: 0 !important; /*Fix for popular themes*/
  background: #FFF;
	color: #444;
	border: 1px solid #CCC;
	box-shadow: inset 0 -1px 2px #DDD;
	vertical-align: baseline;
}
.rbc-profiles-search-input:focus
{
	background: #FFF;
	color: #444;
	border: 1px solid #AAA;
	box-shadow: inset 0 -1px 2px #DDD;
}

.rbc-profiles-combined-search{
	margin: 0 !important;
	width: 100% !important;	/*Fix for popular themes*/
}

.rbc-profiles-search-p
{
	margin: 0 0 10px 0 !important;
}

.rbc-profiles-search-input-left {
	float: left;
	width: 48% !important; /*Fix for popular themes*/
}

.rbc-profiles-search-input-right {
	float: right;
	width: 48% !important; /*Fix for popular themes*/
}

.rbc-profiles-search-multiselect {
	width:100% !important; /*Fix for popular themes*/
}
.rbc-profiles-search-submit {
	margin:0 !important; /*Fix for popular themes*/
}


/*Clear Fix for widgets*/
.rbc-profiles-clearfix:before {
 	content:"";
 	display:table;
}
.rbc-profiles-clearfix:after {
 	clear:both;
 	content:".";
 	display:block;
 	font-size:0;
 	height:0;
 	visibility:hidden;
}
.rbc-profiles-clearfix {
	zoom: 1; /* IE < 8 */
}

label.rbc-profiles-delete-image, label.rbc-profiles-crop-image {
	display: inline !important; /*Fix for bootstrap themes*/
}

input.rbc-profiles-datepicker, input.rbc-profiles-datepicker[readonly] {
	cursor:pointer !important; /*Fix for bootstrap themes*/
}


/* Styles for responsive video field  */
.rbc-profiles-video-container video {
    max-width: 100%;
    height: auto;
}

.rbc-profiles-video-container iframe,embed,object {
    max-width: 100%;
}

/* Design for Login with Facebook */
#login-modal .modal-header  .navbar-brand, #odbcu-login-modal .modal-header  .navbar-brand {
    left: 50%;
    top: 30px;
    transform: translate(-50%,0);
}

#login-modal .modal-body, #odbcu-login-modal .modal-body {
    margin-top: 30px;
}

#login-modal #login-modal-label, #odbcu-login-modal #login-modal-label {
    display: none;
}

.rbc-profiles-rememberme {
    font-size: 14px;
}

.rbc-profiles-wrap.rbc-profiles-login .rbc-profiles-back-to-login>a {
  border: 1px solid #8A8A8A;
  border-radius: 5px;
  font-family: 'PT Sans';
  font-size: 16px;
  color: #8A8A8A!important;
  padding: 4px 8px;
}

.rbc-profiles-wrap.rbc-profiles-login  a.rbc-profiles-login-forgot-link:hover,
 .rbc-profiles-wrap.rbc-profiles-login .rbc-profiles-back-to-login>a:hover {
     color: #fff !important;
     background-color: #8a8a8a;
}


.rbc-profiles-wrap.rbc-profiles-login a.rbc-profiles-login-forgot-link {
  border-radius: 5px;
  font-family: 'PT Sans';
  font-size: 14px;
  color: #878787!important;
  float: right;
}

.rbc-profiles-wrap.rbc-profiles-login  a.rbc-profiles-login-register-link {
    font-family: 'PT Sans';
    font-size: 16px;
    color: #937A5B!important;
    margin-top: 15px;
    text-transform: uppercase;
}
.register-wrapper {
    text-align: center;
}


.rbc-profiles-wrap.rbc-profiles-login  input[type=submit].rbc-profiles-button,
.rbc-profiles-wrap.rbc-profiles-login  input[type=button].rbc-profiles-button {
    padding: 4px 8px;
    font-size: 16px;
    border-radius: 0px;
    background-color: #1E375F;
    border-color: #1c3257;
    background-image: none;
    box-shadow: none;
}

.rbc-profiles-wrap .login-fb.rbc-profiles-edit .btn.fb-btn {
    margin-bottom: 15px;
}

.rbc-profiles-wrap .btn.fb-btn {
    background-color: #44559D;
    color: #fff;
    max-width: 359px;
    border-radius: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: 'PT Sans';
    font-weight: bold;
    letter-spacing: 2.04px;
    height: 45px;
    padding: 5px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.rbc-profiles-wrap.rbc-profiles-login div.rbc-profiles-inner {
    border: 0 !important;
    box-shadow: none !important;
    width: 100%;
    max-width: 359px;
}

#login-modal div.rbc-profiles-wrap.rbc-profiles-login , #odbcu-login-modal div.rbc-profiles-wrap.rbc-profiles-login {
    float: none;
    max-width: 359px;
    margin-left: auto;
    margin-right: auto;
}
.rbc-profiles-wrap.rbc-profiles-login  input[type=submit].rbc-profiles-login {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
}
.register-tag {
    text-align: center;
}

.rbc-profiles-wrap.rbc-profiles-login  .rbc-profiles-main {
    width: 100%;
    padding: 25px 10px 0px 10px;
}

.rbc-profiles-wrap .btn.fb-btn span.btn-text, .btn.fb-btn i {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

#odbcu-login-modal.use-fb .modal-body {
    min-height: 378px;
}

.rbc-profiles-wrap  .btn.fb-btn i {
    font-size: 31px;
}

.rbc-profiles-wrap .login-or {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.rbc-profiles-wrap.rbc-profiles-login  #user_login.rbc-profiles-input {
    background: url(./images/user-icon.png) no-repeat scroll 7px 7px;
    padding-left: 40px !important;
}

.rbc-profiles-wrap.rbc-profiles-login .rbc-profiles-forgot-pass input[name=user_name_email].rbc-profiles-input {
    background: url(./images/user-icon.png) no-repeat scroll 7px 7px;
    padding-left: 40px !important;
}

.rbc-profiles-wrap.rbc-profiles-login  #login_user_pass.rbc-profiles-input {
    background: url(./images/pass-icon.png) no-repeat scroll 7px 7px;
    padding-left: 40px !important;
}

.rbc-profiles-wrap.rbc-profiles-login  .rbc-profiles-field-value {
    width: 100%;
    float: none;
}
.rbc-profiles-wrap.rbc-profiles-login input.rbc-profiles-input {
    height: 45px !important;
    border: 1px solid #878787;
    border-radius: 2px;
}

.rbc-profiles-wrap.rbc-profiles-login .rbc-profiles-back-to-login {
    width: 100%;
}

.rbc-profiles-wrap.rbc-profiles-login input[name=rbc-profiles-forgot-pass].rbc-profiles-button {
    margin-top: -2px!important;
    float: right;
    padding: 1px 8px;
}

label.rbc-profiles-label-hidden {
    display: none;
}

div.rbc-profiles-wrap div.rbc-profiles-field-value .grecaptcha-logo iframe {
    margin: 0;
}

.lost-pass-message, div.rbc-profiles-wrap p.lost-pass-message {
    margin-bottom: 30px;
    padding: 8px;
}

button.rbc-profiles-button.validation-btn {
    color: #fff;
    border: 1px solid #1278b2;
    background-color: #1391da;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1391da), to(#1278b2));
    background-image: -webkit-linear-gradient(top, #1391da, #1278b2);
    background-image: -moz-linear-gradient(top, #1391da, #1278b2);
    background-image: -ms-linear-gradient(top, #1391da, #1278b2);
    background-image: -o-linear-gradient(top, #1391da, #1278b2);
    box-shadow: inset 0 -1px 1px -1px #fff;
    padding: 4px 10px;
}

#rbc-profiles-forgot-pass-btn-2 {
    padding: 4px 8px;
    border-radius: 4px;
}

@media screen and (max-width: 767px) {
    #login-modal .modal-body {
        padding: 15px 10px 0px 10px !important;
    }
    .rbc-profiles-wrap .btn.fb-btn i {
        padding-right: 5px;
    }
}
