a{
    line-break: normal;
    text-decoration: none;
}
body {
    font-family: Arial, sans-serif;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.registration-form {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 400px;
    float: left;
    margin-top: -250px;
}

.wr_dangky {
    width: 50%;
    float: left;
    line-height: 35px;
    text-align: center;
}
.wr_dangky a:hover {
    color: red!important;
}
.registration-form h2 {
    text-align: center;
    margin-bottom: 20px;
}

.registration-form label {
    display: block;
    margin-bottom: 5px;
}

.registration-form input {
    width: 97%;
    margin-bottom: 15px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    height: 50px;
    padding: 5px;
    font-size: 15px;
    padding-left: 10px;
}

.registration-form button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.registration-form button:hover {
    background-color: #45a049;
}

#message {
    text-align: center;
    margin-top: 10px;
    color: red;
}
#registrationForm button{
    float: left;
    width: 50%;
}
.wr_link_login{
    float: left;
    width: 50%;
    text-align: center;
    height: 50px;
    line-height: 35px;
    color: black;
}
.wr_link_login a{
    color: black;
}
.login-container {
}

.login-container h2 {
    margin-bottom: 20px;
}

.input-group {
    text-align: left;
    width: 100%;
    float: left;
}

.input-group label {
    display: block;
    margin-bottom: 5px;
}

.input-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

button {
    width: 100%;
    padding: 10px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

button:hover {
    background-color: #45a049;
}
#form_login button{
    width: 50%;
    float: left;
}
.wr_dangky{
    width: 50%;
    float: left;
    line-height: 35px;
}
.wr_link_login a:hover{
    color: red!important;
}
.message span {
    color: green!important;
}
