.colorBlanco{
    background-color: #fff;
}

.newLogin{
	background-color: #cc0716;
	border-radius: 20px;
	color: #fff;
}

.tam30{
	font-size: 30px;
}

.btnLog{
	display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
    border-radius: 10px;
    background-color: #cc0716;
    border-color: #fff;
    width: 100%;
}

