Theme Name:   Retrotube Child Theme
Theme URI:    https://erkengel.com
Description:  A Retrotube Child Theme 
Author:       WPBeginner
Author URI:   https://www.wpbeginner.com
Template:     retrotube
Version:      1.0.0
Text Domain:  retrotubechild

.custom-registration-page {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.custom-registration-page h1 {
    text-align: center;
    margin-bottom: 20px;
    color: black;
}

.custom-registration-page form p {
    margin-bottom: 15px;
    color: black;
}

.custom-registration-page label {
    display: block;
    margin-bottom: 5px;
}

.custom-registration-page input[type="text"],
.custom-registration-page input[type="email"],
.custom-registration-page input[type="password"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.custom-registration-page input[type="submit"] {
    width: 100%;
    padding: 10px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.custom-registration-page input[type="submit"]:hover {
    background-color: #005177;
}

.custom-registration-page .error {
    color: red;
    margin-bottom: 15px;
}

.custom-registration-page .success {
    color: green;
    margin-bottom: 15px;
}