.login-active
{
	background: linear-gradient(136deg, #FF0017 0%, #FF554E 100%);
	cursor: pointer;
}
.ul-btn-accept {
    height: 48px;
    padding-left: 60px;
    padding-right: 60px;
    border: none;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 400;
    background-repeat: no-repeat;
    color: #fff;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; 
}