.bg{
    background-image: url(../img/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
.vendorbg {
    height: 100vh;
    background: #33999940;
}
header{
    background: rgb(255,243,133);
    background: linear-gradient(90deg, rgba(255,243,133,1) 0%, rgba(0,212,255,0) 100%);
    position: absolute;
    width: 100%;
}
.logo{
    padding: 20px;
}
main{
    
    text-align: center;
    height: 100vh;
}
.blur {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20%;
}

.blur svg {
    width: 40vw;
}
.cls-1{
    fill: #a3a3a3c4 !important;
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);
}
.main {
    position: relative;
    top: 30%;
    width: 30vw;
    margin: 0 auto;
}
.heading-bg {
    background: linear-gradient(180deg, #FFFFFF 14.53%, rgb(255 234 42) 194.97%);
    filter: drop-shadow(0px 4px 50px rgba(0, 0, 0, 0.3));
    backdrop-filter: blur(7.5px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 90px 90px 0px 0px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
    font-size: 38px;
    color: #373737;
    z-index: 1;
    position: relative;
    margin: 0 10px 0px 10px;
}
.login-box {
    display: block;
    margin-top: -20px;
    position: relative;
    z-index: 9;
}
.login-box .box img {
    width: 80%;
    padding: 0 15px
} 
.login-box .box {
    width: 25%;
    padding:3px;
    float: left;
}
.login-box .box:hover h4{
    color: #fff;
}
    .login-box .box a:hover {
        background: #1d8feb; margin-top: -10px;
        margin-bottom: 10px;
    }
    .login-box .box a {
        padding: 15px 0px;
        display: block;
        text-decoration: none;
        background: #D9D9D9;
        border-radius: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
.login-box .box h4 {
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0;
    color:#000;
}
footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.footerbox{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,249,199,1) 100%);
    width: 30vw;
    margin: 0 auto;
    border-radius: 90px 90px 0px 0px;
    padding: 10px 0;
}
.footerbox a {
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
}
.footerbox a:hover {
    color: #008770;
}
.overlay {
    background: linear-gradient(0deg, rgba(255, 238, 84, 0.441) 4.75%, rgba(217, 217, 217, 0) 94.93%);
    position: fixed;
    bottom: 0;
    height: 48vh;
    width: 100%;
}

#login .modal-content {
    border-radius: 60px 60px 60px 0;
    padding: 35px 20px 60px;
}

.loginBox h4 span {
    font-weight: 800;
    border-bottom: solid 3px #24910e;
}

.loginBox h4 {
    font-weight: 200;
    margin: 10px 0;
    font-size: 20px;
}
.logininput .form-control {
    border-radius: 6px;
    background: #E0E0E0;
    margin-bottom: 10px;
}
.logininput .form-control:last-child {
    margin-bottom: 0;
}
.loginHeader {
    margin-bottom: 25px;
}
.loginBox .submit {
    border-radius: 25px;
    background: #0f7c4a;
    color: #fff;
    text-transform: capitalize;
    box-shadow: 1px 1px 20px 2px #0f7c4a52;
    padding: 5px 0 10px;
}
.loginBox .submit:hover {
    background: #5766cb;
}
.passwordView {
    margin-top: -40px;
    right: 25px;
    z-index:99;
    position:relative;
}
.passwordView .input-group-addon {
    margin-top: -20px;
}

@media only screen and (max-width: 576px) {
    .blur svg {
        width: 90vw;
    }
    #login .modal-dialog {
        max-width: 330px;
        margin: 0 auto;
    }
    .main {
        margin-left: 10vw;
        width: 80%;
    }
    .login-box .box {
        width: 25%;
    }
    .login-box .box h4 {
        font-size: 11px;
    }
    .login-box .box img {
        width: 100%;
    }
    .heading-bg {
        font-size: 24px;
    }
    .footerbox {
        width: 80vw;
        font-size: 14px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 786px) {
    .main {
        width: 70vw;
    }
}
/*@media screen and (max-width: 786px) {
    .main {
        margin-left: 10vw;
        width: 80%;
    }
    .login-box {
        margin-top: -10px;
    }
    .login-box .box {
        width: 24%;
        margin: 0 2px;
    }
    .login-box .box h4 {
        font-size: 10px;
    }
    .login-box .box img {
        width: 100%;
    }
    .heading-bg {
        font-size: 16px;
    }
    .footerbox {
        width: 80vw;
    }
}*/


/*@media screen and (max-width:1117px) {
    .login-box .box a {
        border-radius:10px;
    }
    .login-box .box h4 {
        font-size:12px;
    }
}*/