@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html,body{
    height: 100%;
}
body{
    background: #1F83C1;
    background: linear-gradient(-45deg, rgba(31, 131, 193, 1) 0%, rgba(0, 181, 202, 1) 58%);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.signup-form{
    background-color: #ffffff;
    width: 900px;
}
.signup-form-600{
    width:500px;
}
.fom-box{
    padding: 70px 50px;
}
.login-logo{
    height: 60px;
    margin: 0px auto;
}
.bg-sign-up{
    background-image: url(../img/inspiration-creative-ideas-brainstorming-concept.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-sign-up2{
    background-image: url(../img/startup-business-progress-strategy-enterprise.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.supsin{
    padding: 30px 0px 0px 0px;
}
.supsin input{
    border: 1px solid #e2e2e2;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 50px 10px 25px;
    outline: none;
    width: 100%;
    box-shadow: inset 1px 2px 8px rgba(0, 0, 0, 0.07);
    border-radius: 5px;
}
.supsin label{
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 5px;
}
.supsin button{
    display: inline-block;
    background-color: #0178D4;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    width: 100%;
    border-radius: 8px;
    border: none;
}
.supsin button:hover{
background-color: #0965aa;
color: #ffffff;
}
.text-help-web{
    font-size: 13px;
    font-weight: 400;
    text-decoration: none;
}
.form-error{
    font-size: 11px;
    width: 100%;
}
.swal2-html-container{
    font-size: 14px;
}
.resend-otp-style{
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}
.otp-text{
    font-size: 13px;
    color: #666;
}
.payment-style{
    margin:0px 0px 15px 0px;
}
.payment-style h2, .payment-style h1{
    font-weight:700;
    color:#0965AA;
}
.payment-style h6{
    color:#666666;
    margin:10px 0px;
}
.payment-style ul{
    margin:0px auto;
    padding:0px;
    list-style-type:none;
}
.payment-style ul li{
    font-size:14px;
    color:#5e5e5e;
    padding:2px 0px;
}
.startup-image{
background-image:url(../img/40127783_8800856.png);
background-repeat:no-repeat;
background-position:right center;
background-size:52%;
}
.payment-source{
    padding-top:10px;
    font-size:13px;
    text-align:center;
}
.payment-source img{
    height:15px;
}
.razorpay-payment-button{
    display: inline-block;
    background-color: #ffffff;
    color: #0178D4;
    border: 2px solid #0178D4;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 30px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    text-decoration: none;
    display: inline-block;
}
.razorpay-payment-button:hover{
    border: 2px solid #0178D4;
    background-color: #0178D4;
    text-decoration: none;
    text-decoration: none;
    color: #ffffff;
}
.statup-item{
    padding: 20px;
}
.statup-box{
    background-color: #ffffff;
    box-shadow: 0px 0px 13px 0px rgb(1, 120, 212, 0.1);
    border-radius: 15px;
    padding: 15px;
    position: relative;
}
.statup-box .box-img{
    height: 150px;
    border-radius: 15px;
    overflow: hidden;
}
.brand-logo-post{
    position: absolute;
    height: 100px;
    width: 100px;
    border: 10px solid #ffffff;
    overflow: hidden;
    background-color: #efefef;
    padding: 10px;
    right: 12%;
    top: 24%;
}
.brand-logo-post img{
    width: 100%;
}
.statup-num{
    position: absolute;
    left: 15px;
    top: 15px;
    background-color: #0178D4;
    color: #ffffff;
    height: 50px;
    width: 50px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
}
.btn-left{
    background-color: #0178D4;
    color: #ffffff;
    border: none;
    border-top-left-radius:10px ;
    border-bottom-left-radius:10px;
    width: 49%;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn-left:hover{
    background-color: #353535;
}
.btn-right{
    background-color: #353535;
    color: #ffffff;
    border: none;
    border-top-right-radius:10px ;
    border-bottom-right-radius:10px;
    width: 49%;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}
.btn-right:hover{
    background-color: #0178D4;
}
.box-body{
    padding: 15px 0px;
}
.box-body h4{
    margin: 0px 0px 10px 0px;
    font-weight: 700;
    font-size: 22px;
}
.box-body p{
    font-size: 13px;
    color: #666;
    line-height: 20px;
    margin: 0px;
    padding: 0px;
}
.box-body span{
    display: block;
    font-size: 13px;
    color: #888;
}