.register-section {
    padding: 50px 0;
}
.register-form {
    background-color: #fff;
    box-shadow: rgba(203, 69, 117, 0.4) 0px 5px 15px;
    padding: 25px;
    border-radius: 5px;
}
.register-form h1 {
    text-align: center;
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 20px;
    color: #5d2471;
}
.name-field {
    display: flex;
    align-items: center;
    justify-content: center;
}
.name-field input:nth-child(1) {
    margin-right: 15px;
}
.dateofbirth-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.dateofbirth-field select {
    margin: 0 10px;
}
.registerpage-password {
    position: relative;
}
.eye-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0px 10px;
    border-left: 1px solid #c9c9c9;
    cursor: pointer;
}
.eye-btn:hover {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    padding: 0px 10px;
    border-left: 1px solid #c9c9c9;
}
.eye-btn i {
    cursor: pointer;
}
.registerpage-select-item {
    color: #505050;
}
.terms-conditions label {
    color: #6b6b6b;
}
.terms-conditions p {
    font-size: 12px;
    color: #000;
}
.terms-conditions a {
    color: #505050;
    text-decoration: underline;
}
.terms-conditions a:hover {
    color: #006a9b;
}
.form-check-input {
    border: 1px solid #5d2471;
}
.btn-register {
    margin-top: 10px;
    padding: 8px 25px;
    background-color: #5d2471;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}
.btn-register:hover {
    background-color: #cb4575;
    color: #fff;
    font-weight: 600;
    transition: 0.3s all ease-in-out;
}
.login-link {
    padding-top: 20px;
    text-align: center;
}
.login-link p {
    margin: 0;
    font-size: 18px;
}
.login-link p a {
    color: #5d2471;
    font-weight: 600;
}
.login-link p a:hover {
    color: #cb4575;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .register-section {
        padding: 30px 0;
    }
    .register-form {
        padding: 25px 15px;
    }
    .register-form h1 {
        font-size: 24px;
    }
    .btn-register {
        margin-top: 10px;
        padding: 8px 12px;
    }
}
@media only screen and (min-width: 600px) {
    .registerpage-rating-image img {
        width: 50%;
    }
    .registerpage-client-comment p {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 768px) {
    .registerpage-rating-image img {
        width: 70%;
    }
    .register-form {
        margin-top: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .register-form {
        margin-top: 0px;
    }
}
