.btn{
    padding: 0px 25px;
	font-size: 16px !important;
	line-height: 50px;
	font-weight: 600;
    height: 50px;
    border-radius: 4px !important;
    box-shadow: none !important;

    &.btn-red {
        background: #FF7700;
        border: 1px solid #FF7700;
        border-color: #FF7700;
        color: #fff;

        &:hover {
            background: transparent;
            color: #FF7700;
        }
    }

    &.btn-outline {
        background: transparent !important;
        border-color: #FF7700 !important;
        color: #FF7700 !important;

        &:hover {
            background: #FF7700 !important;
            color: #fff !important;
        }
    }
}
