body{
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(/assets/img/gallery/school3.jpg) center no-repeat fixed;
    background-size: cover;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mycard{position: relative;}

.schoollogo{
    position: absolute;
    background-color: white;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 4px solid rgb(1, 134, 83);
    transform: translateY(-30px);
    box-sizing: border-box;
    overflow: hidden;
}

.schoollogo img{max-width: fill;}

h2{
    background-image: linear-gradient(to right, #0167AD , #01CD88);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

.headersection img{height: 280px;}

a:link {text-decoration: none;}

.loginsection{
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top: 150px;
}

.formbg{background-color: aliceblue;}

.poweredby {position:relative; text-align:center; margin:30px 0px 0px 0px;}
.poweredby img{max-width: 120px; height:auto}

.appimg img{width: 150px;}

