.account-container {
  display: block;
  margin: 0;
  padding-bottom: 80px;
}

.user-avatar-image{
	display: block;
	width: 200px;
	height: 300px;
	border-radius: 6px;
	-webkit-box-shadow: 0 0 12px rgba(120,120,120,0.1);
	box-shadow: 0 0 12px rgba(120,120,120,0.1);
	margin-bottom: 12px;
	background-color: #ECF0F1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../add_user.svg);
	margin: 0 0 20px 0;
}

.form-signin{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox{
	margin-bottom: 10px;
}
.form-signin .checkbox{
	font-weight: normal;
}
.form-signin .form-control{
	position: relative;
	font-size: 16px;
	height: auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.form-signin .form-control:focus{
	z-index: 2;
}
.form-signin input.first{
	margin-bottom: -1px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.form-signin input.regular{
	margin-bottom: -1px;
	border-radius: 0;
}
.form-signin input.last{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.account-wall{
	margin-top: 20px;
	padding: 40px 10px 20px 10px;
	background-color: #f7f7f7;
	-moz-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
	border-radius: 6px;
}
.account-wall .checkbox input{
	position: relative !important;
	margin: 0 4px;
}
.login-title{
	color: #555;
	font-size: 18px;
	font-weight: 400;
	display: block;
    text-align: center;
}
.profile-img{
	width: 96px;
	height: 96px;
	margin: 0 auto 10px;
	display: block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}
.need-help{
	margin-top: 10px;
}
.new-account, .returning-account{
	display: block;
	margin-top: 10px;
}

.form-errors small{
	display: block;
}

.status-pending{
	background-color: #FFA738 !important;
	color: #FFF !important;
}
.status-await_pay{
	background-color: #EA7D37 !important;
	color: #FFF !important;
}
.status-await_fulfill{
	background-color: #2A99D6 !important;
	color: #FFF !important;
}
.status-paid{
	background-color: #00BC9E !important;
	color: #FFF !important;
}
.status-cancelled{
	background-color: #EC4A41 !important;
	color: #FFF !important;
}
.status-completed{
	background-color: #00AE69 !important;
	color: #FFF !important;
}


.shop__order-summary{
	position: relative;
    word-wrap: break-word;
    border: 1px solid #edf2f9;
    border-radius: .5rem;
    background-color: #fff;
    background-clip: border-box;

	margin-bottom: 1.5rem;
    border-color: #edf2f9;
    box-shadow: 0 0.75rem 1.5rem rgba(18,38,63,.03);

    padding: 20px;
}

.shop__order-summary .text-mute{
	color: #95aac9!important;
}

.shop__order-summary label{
	letter-spacing: .08em;
	color: #95aac9!important;
	text-transform: uppercase!important;
	margin-bottom: 10px;
	font-size: 11px;
	font-weight: 500;
    line-height: 1.1;
    margin-top: 0px;
}

.shop__order-summary .order-header{
	display: block;
	margin: 32px auto 52px;
}

.shop__order-summary .order-header h2{
	line-height: 1.1;
	font-size: 24px;
	margin: 4px;
}

.shop__order-summary .order-items{
	display: block;
	margin-top: 32px;
}

.shop__order-summary hr{
	margin: 36px auto;
	border: 0;
    border-top: 1px solid #e3ebf6;
}
@media only screen and (max-width: 992px) {
   .user-avatar-image
    {
      width: 180px;
      height: 180px;
      margin: 0 auto 20px auto;
    }
    .custom-file-input-1 {
       color: transparent;
       width: 100%;
       opacity:1;
      }
     .custom-file-input-1::-webkit-file-upload-button {
        visibility: hidden;
      }
     .custom-file-input-1::before {
        content: 'Choose File';
        color: black;
        display: inline-block;
        background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
        border: 1px solid #999;
        border-radius: 3px;
        padding: 5px 8px;
        outline: none;
        white-space: nowrap;
        -webkit-user-select: none;
        cursor: pointer;
        text-shadow: 1px 1px #fff;
         font-weight: 700;
         font-size: 10pt;
  margin: 0 auto;
  width: 100px;
  text-align: center;
  display: block;
}
.custom-file-input-1:hover::before {
  border-color: black;
}
.custom-file-input-1:active {
  outline: 0;
}
.custom-file-input-1:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}

}