.reg-web-form h3 {
    font-size: 52px !important;
    color: blue !important;
    display: none;
}
.reg-web-form h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 1.79px;
    line-height: 20px;
    font-family: proxima-nova,sans-serif;
}
.reg-web-form label {
    font-size: 12px !important;
    font-weight: normal !important;
    margin-bottom: 0 !important;
}
.reg-web-form input {
    max-width: 300px !important;
    background-color: #ffffff !important;
    color: #767676 !important;
    border: 1px solid #9a9a9a !important;
    border-radius: 3px !important;
    height: 2.13em !important;
    text-indent: .33em !important;
    line-height: 1.6em !important;
    padding: 2px .3em !important;
}
.reg-web-form .form-group{
    margin-bottom: 20px !important;
}

.reg-form-btn {
    color: #fff !important;
    border-color: rgba(0,0,0,.75);
    background-color: rgba(0,0,0,.75);
    margin: 0 !important;
    padding: 2px 7px 2px;
    font-family: inherit !important;
    line-height: 1.72em !important;
    text-align: center;
    border-radius: 3px !important;
    text-decoration: none;
}
.reg-form-btn:hover {
    background-color: #000;
}
.reg-form-btn a {
    color: white !important;
    font-size: 12pt !important;
}

/*Speaker Proposal additional styles*/

textarea#mgma_proposedspeakers.form-control.col-md-7.ng-pristine.ng-untouched.ng-valid.ng-scope,
textarea#altai_sessiondescription.form-control.col-md-7.ng-pristine.ng-untouched.ng-valid.ng-scope,
textarea#mgma_learningobjective1.form-control.col-md-7.ng-pristine.ng-untouched.ng-valid.ng-scope,
textarea#mgma_learningobjective2.form-control.col-md-7.ng-pristine.ng-untouched.ng-valid.ng-scope,
textarea#mgma_learningobjective3.form-control.col-md-7.ng-pristine.ng-untouched.ng-valid.ng-scope {
	background-color: rgba(108, 108, 108, .8);
	border: none;
	border-radius: 1px;
	color: inherit;
	height: 3.5rem;
	padding: 0 4rem 0 1rem;
}
li.list-group-item.ng-binding.ng-scope,
li.list-group-item.ng-binding.ng-scope:hover,
li.list-group-item.ng-binding.ng-scope:active,
li.list-group-item.ng-binding.ng-scope:focus {
    background-color: rgba(108, 108, 108, .8);
}
