﻿/*#region signup*/
.container {
    width: 100%;
    max-width: 600px;
    padding: 0 15px;
}

.form-title {
    font-size: 2.5em;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

.form-check {
    margin-bottom: 15px;
}

.form-check-input {
    margin-right: 10px;
}

.btn {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .btn:hover {
        background-color: #0056b3;
    }

.text-danger {
    color: red;
    font-size: 0.875em;
}

.success-image {
    width: 40%;
}

.success-div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.display-none {
    display: none;
}

.visibility-none {
    visibility: hidden;
}

.wp-form-hp {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}

/* #endregion signup*/
