.agree {
    display: flex;
    cursor: pointer;
    margin-top: 55px !important;
    margin-bottom: -45px !important;
}

.agree #is-agree{
    margin-bottom: 10px;
    margin-right: 5px;
}

.agree p {
    color: #bbb;
}

.agree a {
    color: red;
    opacity: .9;
}

.agree a:hover,
.agree a:focus {
    text-decoration: underline;
    transition: color 0.3s;
    outline: 0;
    color: red;
    opacity: 1;
}