/* General OTB CSS - for sign in box element */
.swpm-margin-10{
    margin: 10px;
}
.swpm-margin-top-10{
    margin-top: 10px;
}
.swpm-margin-bottom-10{
    margin-bottom: 10px;
}
.swpm-hidden{
    display: none;
}

.swpm-yellow-box{
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFFFE0;
    border-color: #E6DB55;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;    
}

.swpm-red-box {
    margin: 10px 0px;
    padding: 10px;
    background-color: #FFEBE8;
    border-color: #CC0000;
    color: #333333;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-orange-box{
    margin: 10px 0px;
    padding: 15px 10px;
    color: #3F2502;
    text-shadow: 1px 1px #FFFFFF;
    background-color: #FFF6D5;
    border-color: #D1B655;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-grey-box{
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #DDDDDD;
    border-color: #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Wrap directly with this class (not to be used with a paragraph tag) */
.swpm-green-box {
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #CCF4D6;
    border-color: #059B53;
    color: #043B14;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
}

/* Membership buy buttons */
.swpm-button-wrapper input[type="submit"]{
    width: auto !important;
    height: auto !important;
}
.swpm-button-wrapper input[type="image"]{
    width: auto !important;
    height: auto !important;    
}

/* Login form CSS */
.swpm-login-widget-form input {
	width: 100%;
}

.swpm-login-widget-form input[type="checkbox"], input[type="radio"] {
    width: auto;
}

.swpm-username-input, .swpm-password-input{
    margin-bottom: 10px;
}
.swpm-login-submit{
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center; 
}

.swpm-login-action-msg {
	padding-bottom: 15px;
}
.swpm-login-widget-action-msg{
    font-weight: bold;
    padding-bottom: 10px !important;
    color: #e96656;   
}

.swpm-logged-label{
    font-weight: bold;
}


/* Password reset form CSS */
.swpm-pw-reset-widget-form table{
    border: none;
}
.swpm-pw-reset-widget-form tr{
    border: none;
}
.swpm-pw-reset-widget-form td{
    border: none;
}
.swpm-reset-pw-error{
    font-weight: bold;
    color: red;
}
.swpm-reset-pw-success-box{
    margin: 10px 0px;
    padding: 15px 10px;
    background-color: #CCF4D6;
    border-color: #059B53;
    color: #043B14;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;    
}

/* Registration form CSS */


.swpm-registration-widget-form td{
    min-width: 150px;
    text-align: right;
	font-family: 'Montserrat', Helvetica, sans-serif;
}

.swpm-registration-widget-form input[type="text"], .swpm-registration-widget-form input[type="password"]{
    width: 95%;
}

/* Edit profile form CSS */
.swpm-edit-profile-form input[type="text"], .swpm-edit-profile-form input[type="password"]{
    width: 95%;
    padding: 0.5em;
    line-height: 1.4;
    /* background-color: #f9f9f9; */
    border: 1px solid #e5e5e5;
    /* border-radius: 3px; */
}
.swpm-edit-profile-submit-section{
    text-align: center;
}

.swpm-profile-account-delete-section{
    text-align: center;
}
.swpm-profile-account-delete-section a{
    color: red !important;
}
.swpm-profile-update-success{
    font-weight: bold;
    color: green;    
}
.swpm-profile-update-error{
    font-weight: bold;
    color: red;    
}
/* Misc CSS */
.swpm-restricted{
    font-weight: bold;
    color:red;
}
.swpm-select-box-left{
    margin: 0;
    padding-bottom: 5px;
}

/* Stuff I added */
.swpm-text-field {
	border: 1px solid #d8d8d8 !important;
    /* border-radius: 5px !important; */
    color: #393939 !important;
    display: block !important;
    font-size: 1.1rem !important;
    padding: 0 0.5rem !important;
} 

.swpm-login-form {
    background-color: #fff;
    border-radius: 5px;
    padding: 3.3rem 6rem 3.9rem;
    margin: 0 auto;
    text-align: left;
    max-width: 520px;   
    font-size: 14px !important;
}

.swpm-login-form-inner {
	font-family: 'Montserrat', Helvetica, sans-serif;
	
}

.swpm-forgot-pass-link {
	padding-bottom: 6px !important;
}
	
.swpm-login-form-submit {
	background: #e96656 !important;
    color: #fff !important;
    display: inline-block !important;
    border-radius: 2px !important;
	width: 180px !important;
	margin:auto;
	font-family: sans-serif !important;
	font-size: 15px !important;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
    
}

.swpm-login-widget-form {
	background-color: #fff;
    border-radius: 0px;
    padding: 3.3rem 6rem 3.9rem;
    margin: 0 auto;
    text-align: left;
    max-width: 520px;
    font-size: 14px !important;
}
    
.swpm-registration-widget-form {
	background-color: #fff;
    /* border-radius: 5px; */
    padding: 2rem 3rem 2rem;
    margin: 0 auto;
    text-align: left;
    width: 520px;
    font-size: 14px !important;
    
}

.swpm_input_row td{
	border: 0px;
}

.swpm-registration-tcagree {
	font-size: 13px !important;
	padding-bottom: 5px;
}

.swpm-registration-tcagree a {
	font-size: 13px !important;
}
.swpm-registration-membership-level-row {
	display: none;
}

.swpm-registration-submit {
	border-radius: 2px !important;
	width: 180px;
	font-family: sans-serif;
	font-size: 20px;
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important;
}

.reg_table {
    border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px !important;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;    
}

.swpm-profile-membership-level-row {
	display:none
}

.prof_table {
	border-bottom: 1px solid #ededed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px !important;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

.profile-row-label {
	margin-top:6px !important;
	font-family: 'Montserrat', Helvetica, sans-serif;
}

.profile-row-label td {
	border-top: 0px !important;
	padding: 6px 0px 0px 0px !important;
	margin-top:10px !important;
	font-size: 14px !important;
	font-family: 'Roboto', Helvetica, sans-serif;
	color: #000000;
	
	
}

.profile-row-input {
	margin-top:6px !important;
	border-top: 0px !important;
	padding: 0px !important;

}

.profile-row-input td {
	border-top: 0px !important;
	padding: 0px !important;
	margin-top:6px !important;
	font-size: 14px !important;
}

.profile-label {
	border:none;
	margin-top: 5px;
	font-size: 14px;
}


.profile-input {
	border:none;
	margin-top: 5px;
	font-size: 14px;	
}

.swpm-edit-profile-form {
    /*background-color: #f1f1f1;*/
    background-color: #fff;
    border-radius: 5px;
    padding: 2rem 3rem 2rem;
    margin: 0 auto;
    text-align: left;
    max-width: 700px;
  -webkit-box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
          box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.swpm-edit-profile-submit-section {
	text-align: center !important;
}

.swpm-pw-reset-widget-form {
	background-color: #f1f1f1;
    border-radius: 5px;
    padding: 2rem 3rem 2rem;
    margin: 0 auto;
    text-align: left;
    width: 520px;	
}

.swpm-pw-reset-text {
	width: 100%;
}

.swpm_country {
	height: 30px;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
    width: 95%;
}

#pswd_info {
    position:absolute;
    /* bottom:-75px; */
    bottom: -115px\9; /* IE Specific */
    right:55px;
    width:250px;
    padding:15px;
    background:#fefefe;
    font-size:.875em;
    border-radius:5px;
    box-shadow:0 1px 3px #ccc;
    border:1px solid #ddd;
}

#pswd_info h4 {
    margin:0 0 10px 0;
    padding:0;
    font-weight:normal;
}

#pswd_info::before {
    content: "\25B2";
    position:absolute;
    top:-12px;
    left:45%;
    font-size:14px;
    line-height:14px;
    color:#ddd;
    text-shadow:none;
    display:block;
}
