
    .status p {
        position: absolute;
    padding: 5px;
    text-align: left;
    border: 1px dashed;
    font-size: 14px;
    margin-top: 132px;
    margin-left: 116px;
    background-color: #fff;
}
    .bottom input[type="text"],.bottom input[type="email"] {
    outline: none;
    font-size: .9em;
    border: none;
    border: 1px dotted #fff;
    background: #eddede;
    width: 100%;
    color: #333;
    padding: 1em;
    letter-spacing: 1px;
	margin-bottom: 1em;
	font-family: 'Raleway', sans-serif;
    box-sizing: border-box;
}
.bottom input[type="button"] {
    color: #fff;
    background: #fc636b;
    border: none;
    padding: .8em;
	width: 100%;
    outline: none;
    font-size: 1.1em;
    cursor: pointer;
    letter-spacing: 1px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
	font-family: 'Raleway', sans-serif;
}
.bottom input[type="button"]:hover {
   background: #171a21;
}

.bottom a {
    color: #fff;
    float: right;
    font-size: 1em;
}  


p.success{
	color: #34A853;
}
p.error{
	color: #EA4335;
}

/* verification page */
body.subs{
	background-color: transparent;
}
.box-sizing{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.subscribe{
	margin: 30px auto 35px;
	border: 0;
	background-color: transparent;
	font: normal normal 400 13px/170% Arial,Helvetica,sans-serif;
	color: #111;
	position: relative !important;
	max-width: 625px;
}
.subscribe .sloc-wrap {
	border: 1px solid #e6e6e6;
	webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}
.subscribe .sloc-content {
	text-align: center;
	padding: 30px;
}
.subscribe .sloc-content .sloc-text {
	margin-bottom: 15px;
	-webkit-text-shadow: 1px 1px 2px #fff;
	-moz-text-shadow: 1px 1px 2px #fff;
	text-shadow: 1px 1px 2px #fff;
}
.sloc-text .sloc-header {
	font-size: 18px;
	line-height: 130%;
	font-weight: 700;
	display: inline-block;
	margin-bottom: 7px;
}
.cwlink{
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	color: #007bff;
    background-color: transparent;
    border: 1px solid #007bff;
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    text-decoration: none;
}
.cwlink:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/*--responsive--*/
@media(max-width: 1440px){

}
@media(max-width: 1024px){

}
@media(max-width: 991px){
	.content-frm .top h2 {
		font-size: 1.8em;
		padding: 15px 0;
	}
}
