@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* ==========================================
   GLOBAL
========================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #6B21A8;
    line-height: 1.6;
    text-align: center;

    background: linear-gradient(
        135deg,
        #FDF4FF 0%,
        #F3E8FF 50%,
        #FCE7F3 100%
    );

    min-height: 100vh;
}

strong {
    font-weight: 600;
}

img {
    max-width: 100%;
}

a,
a:hover,
a:focus {
    color: #9333EA;
    text-decoration: none;
    transition: all .3s ease;
}

a:hover {
    color: #EC4899;
}

::-moz-selection {
    background: #9333EA;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #9333EA;
    color: #fff;
    text-shadow: none;
}

/* ==========================================
   HEADING
========================================== */

h1,
h2 {
    margin-top: 10px;
    font-size: 38px;
    font-weight: 700;
    color: #4C1D95;
    line-height: 50px;
}

h3 {
    font-size: 22px;
    font-weight: 600;
    color: #7C3AED;
    line-height: 30px;
}

/* ==========================================
   BUTTON LINK
========================================== */

.btn-link-1 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 16px 20px 0 20px;

    background: linear-gradient(
        135deg,
        #EC4899,
        #9333EA
    );

    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    color: #fff;

    border-radius: 12px;

    transition: all .3s ease;
}

.btn-link-1:hover,
.btn-link-1:focus,
.btn-link-1:active {
    color: #fff;
    opacity: 1;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(147, 51, 234, .25);
}

.btn-link-1.btn-link-1-facebook {
    background: linear-gradient(
        135deg,
        #8B5CF6,
        #EC4899
    );
}

.btn-link-1.btn-link-1-twitter {
    background: linear-gradient(
        135deg,
        #A855F7,
        #EC4899
    );
}

.btn-link-1.btn-link-1-google-plus {
    background: linear-gradient(
        135deg,
        #9333EA,
        #DB2777
    );
}

.btn-link-1 i {
    padding-right: 5px;
    vertical-align: middle;
    font-size: 20px;
    line-height: 20px;
}

.btn-link-2 {
    display: inline-block;
    height: 50px;
    margin: 5px;
    padding: 15px 20px 0 20px;

    background: rgba(255,255,255,.15);

    border: 1px solid rgba(255,255,255,.4);

    color: #fff;

    border-radius: 12px;
}

.btn-link-2:hover,
.btn-link-2:focus,
.btn-link-2:active,
.btn-link-2:active:focus {
    outline: 0;
    color: #fff;
}

/* ==========================================
   TOP CONTENT
========================================== */

.inner-bg {
    padding: 30px 0 0 0;
}

.top-content .text {
    color: #4C1D95;
}

.top-content .text h1 {
    color: #4C1D95;
}

.top-content .description {
    margin: 20px 0 10px 0;
}

.top-content .description p {
    color: #7C3AED;
}

.top-content .description a {
    color: #9333EA;
}

.top-content .description a:hover,
.top-content .description a:focus {
    border-bottom: 1px dotted #9333EA;
}

/* ==========================================
   FORM
========================================== */

.form-box {
    margin-top: 10px;
}

.form-top {
    overflow: hidden;

    padding: 25px 25px 0 25px;

    background: rgba(255,255,255,.95);

    backdrop-filter: blur(12px);

    border-bottom: 1px solid #E9D5FF;

    border-radius: 24px 24px 0 0;
}

.form-top-left {
    float: left;
    width: 75%;
    padding-top: 25px;
}

.form-top-left h3 {
    margin-top: 0;
}

.form-top-right {
    float: left;
    width: 25%;

    padding-top: 5px;

    font-size: 60px;
    color: #C084FC;

    line-height: 100px;
    text-align: right;
}

.form-bottom {
    padding: 0 25px 25px 25px;

    background: rgba(255,255,255,.95);

    backdrop-filter: blur(12px);

    border-radius: 0 0 24px 24px;

    text-align: center;

    box-shadow:
        0 20px 50px rgba(147,51,234,.15);
}

.form-page {
    padding: 0 25px 25px 25px;

    background: rgba(255,255,255,.95);

    backdrop-filter: blur(12px);

    border-radius: 0 0 24px 24px;

    text-align: center;

    box-shadow:
        0 20px 50px rgba(147,51,234,.15);
}

.form-bottom form textarea,
.form-page form textarea {
    height: 100px;
}

.form-bottom form button.btn,
.form-page form button.btn {
    width: 70%;
    border-radius: 25px;
}

.form-bottom form .input-error,
.form-page form .input-error {
    border-color: #C084FC;
}

/* ==========================================
   FOOTER TOP
========================================== */

.login-footer-top {
    font-size: 14px;
    color: #7C3AED;
}

.login-footer-top > h1 {
    font-size: 28px;
    font-weight: 700;

    color: #9333EA;

    text-transform: uppercase;

    margin-top: 5px;
    margin-bottom: 0;

    text-shadow:
        0 4px 12px rgba(147,51,234,.20);

    -webkit-text-stroke: 0;
}

.login-footer-top > h2 {
    font-size: 18px;
    color: #7C3AED;
}

.login-footer-top > h3 {
    font-size: 12px;
    color: #A78BFA;
    margin-top: 0;
    text-transform: uppercase;
}

.login-footer-top > a {
    color: #9333EA;
}

/* ==========================================
   FOOTER
========================================== */

.login-footer {
    font-size: 14px;
    padding-top: 10px;

    color: #6B21A8;

    font-weight: 500;
}

.login-footer > a {
    color: #EC4899;
}

.login-footer > a:hover {
    text-decoration: underline;
}

.login-footer-bottom {
    font-size: 14px;
    padding-top: 10px;
    color: #7C3AED;
}

.login-footer-bottom > a {
    color: #9333EA;
}

.login-footer-bottom > a:hover {
    text-decoration: underline;
}

/* ==========================================
   TOASTR
========================================== */

.toast-success {
    background-color: #22C55E;
}

.toast-error {
    background-color: #EF4444;
}

.toast-info {
    background-color: #3B82F6;
}

.toast-warning {
    background-color: #F59E0B;
}

.toast-message {
    font-size: 12px;
}

#toast-container > div {
    text-align: left;
}

/* ==========================================
   ERROR
========================================== */

.error {
    color: #EC4899;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    padding-top: 10px;
    position: static !important;
}

/* ==========================================
   RESPONSIVE
========================================== */

@media (max-width: 767px) {

    .inner-bg {
        padding: 60px 0 110px 0;
    }

}

@media (max-width: 415px) {

    h1,
    h2 {
        font-size: 28px;
    }

    .form-top,
    .form-bottom,
    .form-page {
        border-radius: 20px;
    }

}