body {
    background-color: #4ac0ea;
}
.novel-bg {
    background-size:cover;
    background: url() no-repeat;
    background-size: 100% 50%;
}

.register-title {
    /*color: #fff;*/
    color: #45271C;
    font-size: 2rem;
}

.nav__logo {
    /*height: 80px;*/
    height: 60px;
}
.margin-lg-top {
    margin-top: 0;
}
.btn-login {
    background: #FB996E;
    justify-content: center;
}
.checkbox-label input:checked~.checkbox-custom {
    background: #4ac0ea;
    border: 2px solid #4ac0ea;
}
.checkbox-label .checkbox-custom {
    border: 2px solid #4ac0ea;
}
.margin-sm-top {
    margin-top: 0;
}
.text-image {
    max-width: 450px;
}
.text-image-div {
  /*  display: flex;*/
    justify-content: center;
    padding-left: 7rem;
 /* padding-top: 1rem;*/
}