/*
 * Premium Registration Page Styles
 * Glassmorphism & Modern UI/UX
 */
.vns-register-wrapper {
    max-width: 600px;
    margin: auto;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    margin-top: 60px;
    margin-bottom: 60px;
}

.vns-input-wrapper input {
    box-shadow: unset !important;
    border-radius: 5px !important;
}

.vns-form-footer button {
    width: 100% !important;
    border-radius: 5px !important;
    background-color: #050a30 !important;
    color: #fff !important;
    padding: 2px !important;
    margin-top: 10px !important;
}

.vns-input-wrapper input {
    box-shadow: unset !important;
    border-radius: 5px !important;
    height: 39px !important;
}

.vns-register-title {
    text-transform: uppercase;
    font-size: 20px;
}

.vns-register-login-link a {
    color: #ff3131;
}