div.ccm-page .login-wrapper .page-title-wrapper h1{
	line-height: 1em;
	margin-bottom: 35px;
}

.login-description{
	margin-bottom: 40px;
}

.ccm-ui .btn.btn-login-out{
	margin-bottom: 45px;
}

.profile-row{
	display: flex;
	background-color: #62B146;
}

.profile-row .profile-avatar{
	background-color: #62B146;
	width: 135px;
	height: 130px;
	
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-row .profile-action{
	width: 100%;
    background: #F4F9F3;
    padding: 30px 35px;
}

.profile-row .profile-action a{
	color: black;
    font-family: 'GroupStandard-Bold';
}

.profile-row .profile-action p{
	margin: 0;
}

div.ccm-page .edit-profile-wrapper h3{
	color: #62B146;
	margin-top: 2em;
}

div.ccm-page .edit-profile-wrapper label{
	display: block;
	font-family: 'GroupStandard-Bold';
}

div.ccm-page .edit-profile-wrapper .checkbox{
	display: inline-block;
	margin-top: 16px;
}

div.ccm-page .edit-profile-wrapper .checkbox label{
	margin-right: 20px;
	font-family: 'GroupStandard-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div.ccm-page .edit-profile-wrapper .checkbox input[type=checkbox]{
	/*opacity: 1;
	position: static;
	margin: 0;
	width: auto;
	height: auto;*/
}

div.ccm-page .ccm-profile-attribute.twg_brand-attribute .twg_brand_options{
	margin-top: 16px;
}
div.ccm-page .ccm-profile-attribute.twg_brand-attribute .checkbox{
	margin-top: 0;
	margin-bottom: 5px;
}


/*div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group{
	flex-wrap: wrap;
}*/

div.ccm-page .form-group label.control-label, div.ccm-page .form-group label.form-label{
	display: inline-block;
}

div.ccm-page .ccm-profile-attribute .form-group label.control-label, div.ccm-page .ccm-profile-attribute .form-group label.form-label{
	width: 350px;
    margin-right: 50px;
}

div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group label.control-label, div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group label.form-label{
	width: 275px;
}

div.ccm-page .edit-profile-wrapper .form-group .form-control, div.ccm-page .edit-profile-wrapper .form-group .form-select{
	font-family: 'GroupStandard-Medium', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/*div.ccm-page .edit-profile-wrapper .page-title-wrapper h1{
	margin-bottom: 20px;
}*/

div.ccm-page .form-group .form-control, div.ccm-page .form-group .form-select{
	background-size: 0 2px, 100% 2px!important;
	    font-family: 'GroupStandard-Medium'!important;
}

div.ccm-page .ccm-required{
	color: red;
	position: absolute;
    top: 16px;
    left: 150px;
}

.btn-twg{
	color: #ffffff!important;
    background-color: #62B146;
}

div.ccm-page .edit-profile-wrapper .form-group select.form-control, div.ccm-page .edit-profile-wrapper .form-group select.form-select {
	position: relative;
	background: url('/application/themes/twg/images/chevron-down-solid.svg') right center no-repeat!important;
    background-size: 14px!important;
    border-bottom: 2px solid #D5D5D5;
}

.supplier-details-heading{
	margin-top: 0!important;
}

.login-page .forgotPassword a.btn{
	color: #fff;
}

.twg_join_subscription-attribute .form-group > label{
	display: none !important;
}

.form-select{
	display: block;
	width: 100%;
	border-top: 0;
	border-right: 0;
	border-left: 0;
}

div.ccm-page .form-group label.form-label {
    font-size: 16px;
    line-height: 1.07143;
    color: #231f20;
    font-weight: 400;
    margin: 16px 0 0 0;
}

@media (min-width: 768px) {
	div.ccm-page .ccm-profile-attribute .form-group{
		display: flex;
	}
}

@media (min-width: 1200px) {
	.profile-row .profile-avatar{
		height: 110px;
	}
}

@media (max-width: 1199px) {
	div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group{
		flex-wrap: wrap;
	}
	div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group label.control-label, div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group label.form-label{
		width: 100%;
	}

	
}

@media (max-width: 767px) {
	div.ccm-page .ccm-profile-attribute.twg_brand-attribute .form-group .checkbox{
		width: 100%;
		margin-bottom: 0;
	}
}