﻿@import "brand-color.css";


/*-------new------------*/
*,
*:before,
*:after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-color: #fff;
}


.background {
    width: 430px;
    height: 520px;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
}

    .background .shape-lg {
        height: 200px;
        width: 200px;
        position: absolute;
        border-radius: 50%;
    }

/*.shape-lg:first-child {
    background: linear-gradient( #1845ad, #23a2f6 );
    left: -80px;
    top: -80px;
}*/
.shape-lg:first-child {
    background: linear-gradient(var(--btnbg), var(--bglight));
    left: -80px;
    top: -80px;
}

.shape-lg:last-child {
    background: linear-gradient(to right, var(--lightredshed), var(--darkredshed));
    right: -30px;
    bottom: -80px;
}

.form-lg {
    height: 580px;
    width: 400px;
    background-color: rgba(255,255,255,0.13);
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    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: 10px 30px 50px 30px;
}

    .form-lg * {
        font-family: 'Poppins',sans-serif;
        color: #888;
        letter-spacing: 0.5px;
        outline: none;
        border: none;
    }

    .form-lg h3 {
        font-size: 32px;
        font-weight: 500;
        line-height: 42px;
        text-align: center;
    }

label {
    display: block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}

.form-control{
    display: block !important;
    height: 50px !important;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    background-color: rgba(255,255,255,0.07) !important;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    border:none !important;
}

::placeholder {
    color: rgb(171, 165, 165)!important;
    font-size:14px;
    letter-spacing:1px;
}

button {
    margin-top: 50px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background: linear-gradient( var(--btnbg), var(--bglight) );
    color: #fff !important;
    padding: 15px 0;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
}
    button:active {
        outline: none !important;
        border: none !important;
    }
/* .social{
  margin-top: 30px;
  display: flex;
}
.social div{
  background: red;
  width: 150px;
  border-radius: 3px;
  padding: 5px 10px 10px 5px;
  background-color: rgba(255,255,255,0.27);
  color: #eaf0fb;
  text-align: center;
}
.social div:hover{
  background-color: rgba(255,255,255,0.47);
}
.social .fb{
  margin-left: 25px;
}
.social i{
  margin-right: 4px;
} */

@media (max-width: 1000px) and (min-width:200px) {

    .form-lg {
        height: auto;
        width: 90%;
        margin-left: 5%;
        margin-top: 2%;
        position: static;
        transform: none;
        backdrop-filter: none;
    }

    .background {
        width: 90%;
        z-index:-1;
    }

    .shape-lg {
        display: none;
    }
}
.app-img{
    padding:0px;
    margin:0px;
}

