#corporate_form .input-field-table, #modal-register-corporate{
  display:none;
}

div.corporate_check {
    text-align: right;

    margin-bottom: -10px;

}

div.corporate_check button{

}

#corporate_form .error_msg, .assign-subscriptions-card-half .error_msgs, #change_facebook_email_form .error_msg{
    color: #f33;
    margin: 0;
    top: auto;
    bottom: 0px;
    left: 0;
    font-size: 10px;
}

#corporate_form .error, #change_facebook_email_form .error{
   color: #f33;
}

.assign-subscriptions-card-half .error{
  border-color:red;
}

#billing_domain_name_field{
 clear: both;
 width: 100% !important;
}

#billing_domain_name_field > label {

    margin-top: 17px !important;
    position: relative !important;
    margin-bottom: -8px !important;
}


#billing_domain_name_field > label.error {
    margin-top: 8px !important;
}

p.already-subscribed-notice{

    display: inline-block;
    color: #fff;
    padding: 5px 10px;
    margin: 0;
    background-color: #444;
    font-size: 13px;

}

ul.dash-board-link{

    margin-top: -10px !important;
    margin-bottom: 10px !important;
}

.loading-gif:after{

	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -10px;
	margin-right: 10px;
	border-radius: 50%;
	border-left: 1.1em solid #ff8585;
	border-top: 1.1em solid rgba(0,0,0,.075);
	border-right: 1.1em solid rgba(0,0,0,.075);
	border-bottom: 1.1em solid rgba(0,0,0,.075);
	opacity: 0;
	-webkit-transform: translateY(-50%) translateZ(0);
	-ms-transform: translateY(-50%) translateZ(0);
	transform: translateY(-50%) translateZ(0);
	-webkit-animation: loader 1.1s infinite linear;
	animation: loader 1.1s infinite linear;
	transition: all .3s ease 0s;

}

#corporate_form .error_msg, #change_facebook_email_form .error_msg{
height:14px;
}

#show_device > p{
	    font-size: 18px;
    font-weight: bold;
       line-height: 20px;
	
}
#content_area p{
	font-size: 13px;
	
	
}
#notes{
font-size: 11px;
    color: red;
    	
}
#billing_address_1_field_removed{
	display: none !important;
}
#billing_domain_name_field{
	margin-top:0px !important;
}

.cpp-common-signup-wrapper button {
    background-color: #f33;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    font-family: Gotham SSm A,Gotham SSm B;
    font-weight: 800;
    padding: 8px 15px;
    text-transform: uppercase;
    text-align: center;
    border: none;
    border-radius: 0;
    opacity: 1;
    margin: 0;
    line-height: 1.6;
    outline: none;
    cursor: pointer;
    white-space: nowrap;
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease 0s;
}

.cpp-common-signup-wrapper .loading-button {
    position: absolute;
    right: 0px;
    left: unset;
    text-transform: uppercase;
}
#corporate-user-resgistration .invitee-info{
    font-size: 2rem;
    line-height: 2.4rem;
}

#corporate-user-resgistration .p-sm-help{
    margin-top: 30px !important
}



@media only screen and (max-width : 760px) {

    #corporate-user-resgistration .invitee-info{
        font-size: 1.8rem;
        line-height: 2.2rem;
    }
}

