.aet-purp-agree {
	display: inline;
	background-color: #7d3f98;
	color: #fff;
	height: 30px;
	font-weight: bold;
	width: 65%;
	font-family: Open Sans !important;
	font-size: 16px;
	line-height: 0.428571;
	margin: 35px 0px 50px 0px;
}

.aet-purp-back {
	display: inline;
	background-color: #fff;
	line-height: 0.428571;
	color: #7d3f98;
	border: 1px solid #7d3f98;	
	height: 30px;
	font-weight: bold;
	margin: 15px 10px 30px 0px;
	font-family: Open Sans !important;
	font-size: 16px;
}
.aet-purp:hover {
	color:#fff;
	}
 .aet-purp:focus{
	color:#fff;
}

.btn {       
    text-align: center;    
    line-height: 0.428571;
}

.row{
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.padding30 {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0px;
}

.paddingcancel30{
	padding-left: 30px;
    padding-right: 30px;
    margin-left: 0px;
}

#tacTop {
    font-size: 24px;
    color: black;
    font-weight: normal;
    margin-left: 15px;
}

#tacContent {
    text-align: left;
    font-size: 16px;
    margin-left: 15px;
    margin-right: 15px;
}
.aet-purp:hover {
	color:#fff;
	}
	.aet-purp:focus{
	color:#fff;
}

#termsAndCondition.acknowledgement-content
{
	padding: 50px;
	margin-top: 35px;
}

.terms-conditions-text a {
	font-size: 16px;
	text-decoration:underline;
}

.terms-conditions-details .registration-input {
	padding: 0px 0px 30px 0px;
}

.terms-conditions-details {
	font-size: 16px;
	padding: 12px;
	
}
.aet-homepage-content {
    margin: 0 auto;
    width: 90%;
}
.col-sm-8, .col-sm-9, .col-xs-1, 
.col-xs-10, .col-xs-11, .col-xs-12, 
.col-xs-2, .col-xs-3, .col-xs-4, 
.col-xs-5, .col-xs-6, .col-xs-7, 
.col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: right;
}
.terms-conditions
{
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

section {
    background: #eee;
    /* display: flow-root; */
    /* overflow: hidden; */
}
@media ( min-width : 992px){
.registration-input input[type="password"]
	{
	width: 60%;
}

}
@media ( max-width : 550px){
	.registration-input input[type="password"]
	{
	width: 100%;
	margin-left:15px;
}
