*,
*:before,
*:after
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body
{
    background-color: #080710;
}

.background
{
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    /* z-index: 1; */
}

.background .shape
{
    height: 200px;
    width: 200px;
    position: absolute;
    border-radius: 50%;
    /* z-index: 1; */
}

.shape:first-child
{
    background: linear-gradient(#9b22ea, #bf23f6);
    left: -100px;
    top: -50px;
    /* z-index: 2; */
    /* z-index: 1; */
}

.shape:last-child
{
    background: linear-gradient(to right, #ff512f, #f09819);
    right: -80px;
    bottom: -95px;
    /* z-index: 1; */
}

form
{
    height: 520px;
    width: 430px;
    background-color: rgba(255, 255, 255, 0.07);
    position: absolute;
    transform: translate(-50%, -50%);
    top: 55%;
    left: 50%;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 40px rgba(8, 7, 16, 0.6);
    padding: 50px 35px;
}

form *
{
    font-family: 'Poppins', sans-serif;
    color: #ffffff;
    letter-spacing: 0.5px;
    outline: none;
    border: none;
}

form h3
{
    font-size: 32px;
    font-weight: 500;
    line-height: 42px;
}

form h3 span
{
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #e5e5e5;
}

label
{
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

input
{
    display: block;
    height: 50px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
}

::placeholder
{
    color: #e5e5e5;
}

button
{
    margin-top: 50px;
    width: 100%;
    background-color: #2294ed;
    color: white !important;
    padding: 12px 24px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 6px;
    cursor: pointer;
    border: 0.5px solid #577592;
    transition: 0.2s ease-out;
    box-shadow: 0 0 2px #577592;
}

button:hover
{
    background-color:#1d69a3;
}

.asterisk_input::before
{
    content: " *";
    color: #e32;
    position: absolute;
    margin: 0px 0px 0px 5px;
    font-size:large;
    padding: 0 5px 0 0;
    display: inline-block;
}

a
{
    text-decoration: none;
}

a span
{
    /* display: inline-block; */
    font-size: 12px;
    position: relative;
    right: -105px;
    /* text-decoration: underline; */
    /* margin: 0px 0px 0px 100px; */
}

a span:hover
{
    font-size: 16px;
    color: blue;
}

.header
{
    background-color: rgb(57, 54, 54);
    display: flex;
    /* z-index: 2; */
}

.header img
{
    width: 170px;
    align-items: center;
    justify-content: center;
    padding: 20px;
    /* z-index: 1; */
}

@media screen and (max-width:600px) 
{
    .header
    {
        width: 100vw;
    }
    .background
    {
        width: 100vw;
        height: 100vh;
    }

    .background .shape
    {
        display: none;
        /* height: 5vh; */
        /* width: 5vw; */
        /* position: absolute; */
        /* border-radius: 50%; */
    /* z-index: 1; */
    }   
    
    form
    {
        height: 60vh;
        width: 90vw;
        padding: 40px 25px;
        letter-spacing: 0.3px;
    }

    a span
    {
        overflow: hidden;
        right: -60px;
        font-size: 14px;    
    }

    form h3 span
{
    display: block;
    font-size: 14px;
    font-weight: 300;
    color: #e5e5e5;
}

label
{
    display: block;
    margin-top: 30px;
    font-size: 14px;
    font-weight: 300;
}

input
{
    display: block;
    height: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 0 15px;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 300;
}

button
{
    margin-top: 30px;
    width: 100%;
    background-color: #2294ed;
    color: white !important;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 6px;
    cursor: pointer;
    border: 0.5px solid #577592;
    transition: 0.2s ease-out;
    box-shadow: 0 0 2px #577592;
}

button:hover
{
    background-color:#1d69a3;
}

form h3
{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
}
}

@media screen and (max-width: 320px)
 {
    a span
    {
        right: -10px;
        font-size: 8px;
    }

    form
    {
        height: 45vh ;
        width: 80vw;
        padding: 15px 10px;
        letter-spacing: 0.1px;
    }

    form h3 span
{
    display: block;
    font-size: 10px;
    font-weight: 100;
    color: #e5e5e5;
}

label
{
    display: block;
    margin-top: 20px;
    font-size: 12px;
    font-weight: 300;
}

input
{
    display: block;
    height: 30px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.07);
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 300;
}

::placeholder
{
    color: #e5e5e5;
}

button
{
    margin-top: 20px;
    width: 100%;
    background-color: #2294ed;
    color: white !important;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 6px;
    cursor: pointer;
    border: 0.5px solid #577592;
    transition: 0.2s ease-out;
    box-shadow: 0 0 2px #577592;
}

button:hover
{
    background-color:#1d69a3;
}

form h3
{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
}

}