body{
	background: #f1f7fc !important;
}
.loader {
    border: 16px solid #c4122f; /* red */
    border-top: 16px solid white; /*  white  */
	border-bottom: 16px solid white; /* white */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.75s linear infinite;
	margin:auto;
}

@keyframes spin {
    0% { transform: rotate(0deg);border-bottom-color: #c4122f;border-top-color: #c4122f; }
    100% { transform: rotate(360deg);border-bottom-color: white;border-top-color: white; }
}

.reccomendation{
	display:block;
	width:100%;
	text-align: right;
	}
.reccomendation .btn{
	padding-bottom:20px;
	padding-top:20px;
	background-color:#f7f9fc;
	border:1px solid #e1e8f2;
	border-top:none;
	margin-top:-2px;
	}
	
#arpa-signup .form-group input{
	font-size: 25px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#arpa-signup .form-group input[type="submit"]{
	font-size: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}
#subscription-signup{
	margin:auto;
	padding-top:20px;
}
#subscription-signup .row{
	margin-right:0px;
}
#subscription-signup h2{
	text-align:center;
}
#subscription-signup .col{
	border-radius:2px;
	background:white;
	color:gray;
	text-align: center;
    font-size: 16px;
    font-weight: bold;
}
#subscription-signup .col .thumbnail{
	font-size: 120px;
    display: block;
    width: 100%;
    text-align: center;
	color:#c4122f;
}
#subscription-signup .col .toggle{
	font-size: 20px;
	color:white;
	width: 40px;
	margin:auto;
	border-radius:100%;
    display: block;
    padding-top:10px;
    padding-bottom:10px;
    text-align: center;
	position:absolute;
	top:10px;
}
#subscription-signup .col .toggle-del{
	background:red;
	border:2px solid white;
	color:white;
}
#subscription-signup .col .toggle-add{
	background:green;
	border:2px solid white;
	color:white;
}