body {
    background-image: linear-gradient(to right, #ff8d22, rgb(204, 28, 28));
    margin-top: 100px !important;
}

/**********  LEFT  **********/

.register-left {
    text-align: center;
    color: #fff;
    padding: 70px;
}

.register-left p {
    padding: 20px 20px 0;
}

.register-left img {
    margin-top: 10px;
    margin-bottom: 18px;
    width: 170px;
}

.register-left .btn-primary {
    border-radius:  1.5rem;
    border: none;
    width: 120px;
    background: #f8f8f8;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    padding: 10px;
}

.register-left .btn-primary:hover {
    background: #000;
}

/**********  RIGHT  **********/

.register-right {
    border: none;
    background: #f8f8f8;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
    padding: 50px;
}

.register-right h2 {
    text-align: center;
    margin-bottom: 0px;
    color: #555;
}

.register-form {
    padding: 30px;
}

.register-right .btn-primary {
    float: left;
    border-radius:  1.5rem;
    border: none;
    width: 120px;
    background: #ff5722;
    font-weight: 600;
    color: #fff;
    margin-top: 20px;
    padding: 10px;
}

.register-right .btn-primary:hover {
    background: #201f1e;
}

.register-right img {
    text-align: center;
    margin-left: 150px;
    margin-top : 60px;
}

.error {
    width: 92%;
    margin: 0 auto 15px;
    padding: 10px;
    color:aliceblue;
    background: #d34723;
    border-radius:  1.75rem;
    text-align: center;
}