#hello_user_shortcode {

}

.hello_short_header{
  text-align:center;
  font-size: 2.2em;
  color: #244083;
}
.hello_short_address{
  text-align:center;
  font-size: 1.5em;
}

.hello_short_list{


}

.hello_short_item{
  display:inline-block;
  padding:5px;

}

.hello_short_link{
  color: #244083;
}

.bh_body{
  color:#000000;
  padding:10px;
}

.bh_from{
  background-color: #244083;
  text-align:center;
  color:white;
  padding:10px;
}

.bh{
  background-color: #dddcd7;
}

form input {
  width:100%;
}
.form-row > .woocommerce-button {
  margin-top: 15px;
}
.or{
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}

.bh-account-info h2{
  font-size: 2em;
}

#hello_user_shortcode .account-nav{
  list-style-type: none;
  margin:0px;
  width:80%;
  margin: 0 auto;
}

#hello_user_shortcode .account-nav li{
  padding: 10px 0 10px 10px;
}

#hello_user_shortcode .account-nav li a .x-icon{
  display: inline-block;
  margin-right: 20px;
}

.fail-login-modal{
  cursor: default;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.fail-login-modal-content{
  background-color: #fefefe;
  position: relative;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 35%; /* Could be more or less, depending on screen size */
  z-index: 100;
  overflow-y: auto;
  max-height: 55%;
  border-radius: 0;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
color: black;
text-decoration: none;
cursor: pointer;
}

.fail-login-close-btn {
  background-color: rgba(42,82,152,1);
  color: white;
  border: none;
  border-radius: 7px;
}

.fail-login-close{
  position: fixed;
  z-index: 10; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
}

.login-form {
  display: block;
}

.register-form {
  display: none;
}

.register-form .forminator-button-submit {
  width: 100% !important;
}

.login-form .forminator-button-submit {
  width: 100% !important;
}

.loginlink{
	display:inline-block;
	width: 100%;
}