

#already-registered-login{
    color: #e70;
    text-decoration: underline;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    &:hover{
        color: #c40;
    }
}

#addComicsBtn {
    width: 226px;
    height: 35px;
    border-radius: 20px;
    background: #E70;
    color: #FBFBFB;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

input[type="checkbox"][name="comicSelect"] {
    width: 20px;
    height: 20px;
    accent-color: #ee7700;
    cursor: pointer;
}