	.school img{height:40px}
.background {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.aaa {/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&1+0,0+100;Neutral+Density */
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 50%, rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
    position: fixed;
	background-size: cover;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%
}
.background:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(32, 95, 160, 0) 0%, rgba(3,35,69,0.60) 50%);
    opacity: 0.9;
}
.background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
    user-select: none;
}
.h-85 {
    height: 85%!important;
}
footer {
    background-color: #205fa0;
    z-index: 2;
    font-size: .9rem
}
h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: bold;
    text-shadow: 0.1em 0.1em 0.05em #000
}
h3 {
    color: #fff600;
    font-size: 1rem;
    position: relative;
    text-shadow: 0.1em 0.1em 0.05em #000
}
h3:after {
    content: '';
    position: absolute;
    height: 3px;
    display: block;
    width: 100%;
    border-radius: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffe100+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(255,225,0,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,225,0,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,225,0,1) 0%, rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe100', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
    left: 0;
    bottom: -8px;
    z-index: 1;
}
.card {
    border-radius: 20px;
    width: 100%;
    border: 3px solid #368be4
}
.btn-primary {
    background-color: #205fa0
}
.card-header {
    background-image: url("../img/login-card-header.png");
    background-position: center center;
    background-size: cover;
    -webkit-border-top-left-radius: 15px!important;
    -webkit-border-top-right-radius: 15px!important;
    -moz-border-radius-topleft: 15px!important;
    -moz-border-radius-topright: 15px!important;
    border-top-left-radius: 15px!important;
    border-top-right-radius: 15px!important;
	padding:2rem

}
.card-body {padding:2rem;
    background-image : url(../img/img-login1.png), url(../img/img-login2.png), url(../img/img-login3.png);
    background-repeat : no-repeat, no-repeat, no-repeat;
    background-position: bottom left, top right, bottom right;
}

/* Radio element, when checked */
input[type="radio"]:checked {
  box-shadow: 0 0 0 3px #00EBFF;
}
input[type="radio"]:checked + label {
  color: #00EBFF;font-weight: bold
}
	header{z-index: 2}
	
footer	a {
  color: #00EBFF;
  text-decoration: none;
  background-color: transparent
}
footer a:hover {
  color: #fff;
  text-decoration: underline
}
input[type="checkbox"] {
	 -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
	margin-right:5px;margin-left:5px
}
@media only screen and (max-width: 600px) {
  .h-100{
   height:inherit!important;
  }
}