@charset "utf-8";
/* CSS Document */

.new {
	padding: 14px 20px;
    height: 15px;
    border: 2px solid rgba(240,247,242, .09);
    background-color: rgba(0, 0, 0, 0.25);
	width: 100%;
	font-size: 16px;
    line-height: 20px;
    color: #ffff;
    font-weight: 400;
	
	}
	
.button1 {
	
	    display: block;
    width: 100%;
    text-transform: uppercase;
    border-radius: 30px;
    height: 52px;
    background: #dc3545;
    color: #fff;
	
}
