.refreshcode{
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
 }

.refreshcode:hover {
    padding: 6px;
    font-size: 16px;
    background: #e4e4e4;
    border-radius: 10px;
    color: #3c4470;
    border: 6px solid black;
    font-weight: 600;
}
	.captchaimgbg{
	background: white;
	padding: 5px;
	border-radius: 5px;
	margin-right: 0px;
	margin-left: 0px;
	}
	.error {
    text-align: center;
    padding: 50px 20px 70px;
    background: #d61d10;
    width: 100%;
    position: relative;}	
	.error img{width: 100px;}
	.error h3{
	color: white;
	font-size: 40px;
	margin-top: 42px;
	display: inherit;
	}
	.error h3 span{display: block;}
	.error h3 span a{
	background: #8a0900;
    color: white;
    font-size: 20px;
    padding: 10px 30px 10px;
    position: relative;
    top: 20px;
    border-radius: 5px;}
	.success{
	text-align: center;
	padding: 50px 20px 50px;
	background: #1ca21a;
	width: 100%;
	position: relative;
	}
	.success img{width: 100px;}
	.success h3	{
	color: white;
	font-size: 40px;
	margin-top: 33px;
	display: inherit;
	}