* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


@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');
body {
    font-family: "Poppins", sans-serif !important;
}

.mainsection {
    background: url('/img/akashLoginImages/akashbg.jpg') no-repeat center / cover;
}

.widgtsection {
    background-color:#0b71bab4;
    border-radius: 0px 40px 40px 0px;
    padding: 5px 0px;
    
}

.widgtsection img {
    /* width: 88%; */
    width: 100%;
    padding: 20px;
}


.glassmop {
    background: rgba(255, 255, 255, 0.03);
   
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(1px);
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    box-shadow:
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.1),
        inset 0 -1px 0 rgba(255, 255, 255, 0.1),
        inset 0 0 0px 0px rgba(255, 255, 255, 0);
    position: relative;
    overflow: visible;
    z-index: 3;

}

.camhed {
    font-size: 20px;
    color: #0b72ba;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.frmcntol input {
    width: 80%;
    margin: auto;
    background-color: #f4f4f4;
    border-radius: 15px;
    border: none;
    padding: 10px 8px;
}

.frmcntol input::placeholder {
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    padding-left: 8px;
}

.frmcntol span {
    background-color: #fff;
    padding: 5px 10px;
    color: #000;
    border-radius: 0;
    margin-left: 40px;
    margin-bottom: 10px;
}

.reentrycap {
    color: #000 !important;
    text-decoration: none !important;
    font-size: 23px !important;
    margin-left: 10px !important;
    background-color: #fff;
    padding:0 10px;
    border-radius: 6px;
}
.fgtext {
    color: #fff;
    font-size: 12px;
    margin-left: 40px;
}
.fgtext:hover {
    color: #0b72ba;
}
.frmcntol button {
    background-color: #FCC111;
    border-radius: 30px;
    border: 1px solid #FCC111;
    font-size: 14px;
    padding: 5px 20px;
    margin-right: 40px;
}

.frmcntol button:hover {
    border: 1px solid #fff;
    color: #fff;
}
.dot {
    height: 90px;
    width: 90px;
    background-color: #F27024;
    border-radius: 50%;
    border: none;
    position: absolute;
    z-index: 1;
    top: -30px;
    left: -30px;
}
 

.glass-wrapper {
    position: relative;
}

@media screen and (max-width:769px) {
 
    .frmcntol input {
        padding: 3px 8px;
    }
    .fgtext {
        margin-left: 20px;
    }
    .frmcntol button {
        margin-right: 0;
        padding: 3px 8px;
        font-size: 11px;
    } 
    .campusdiv {
        padding: 25px 10px;
    }
    .frmcntol span {
    margin-left: 25px;
    }
    
}

@media screen and (max-width:600px) {
      .frmcntol input {
        padding: 10px 8px;
    }
    .fgtext {
        margin-left: 30px;
    }
    .frmcntol button {
        margin-right: 30px;
        padding: 6px 20px;
        font-size: 13px;
    } 
    .campusdiv {
        padding: 50px 15px;
    }
    .frmcntol span {
    margin-left: 40px;
    }

    .dot {
    height: 80px;
    width: 80px;
    background-color: #F27024;
    border-radius: 50%;
    border: none;
    position: absolute;
    z-index: 1;
    top: -23px;
    left: -22px;
}
}