.register {
    background: #cacaca;
    padding: 2%;
}

.register-left {
    text-align: center;
    color: #6c6c6c;
    margin-top: 15%;
}

.register-left .link {
    border: none;
    border-radius: 1.5rem;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    cursor: pointer;
    text-decoration: none;
}

.register-left .link:hover {
    cursor: pointer;
    text-decoration: none;
}

.register-right {
    background: #f8f9fa;
}

.register-left p {
    font-weight: 600;
}

.register-form {
    padding: 10%;
    padding-bottom: 4%;
    margin-top: 10%;
}

.register-heading {
    text-align: center;
    margin-top: 25px;
    margin-bottom: -15%;
    color: #495057;
}
