@charset "utf-8";
/* CSS Document */
		#loginform {
			background-color: #00aeef;
			/*margin-top: 2rem;*/
			padding-top: 1rem !important;
		}
       .brand_logo_container {
              /*position: absolute;*/
             /* height: 170px;*/
              /*width: 170px;*/
              top: -0px;
              border-radius: 50%;
              background: white;
              padding: .9rem;
              text-align: center;
          }
        .brand_logo {
			height: 150px;
			width: 150px;
			border-radius: 50%;
			border: 2px solid white;
		}
.gracolor{
  background-color: red; /* For browsers that do not support gradients */
  background-image: linear-gradient(to top, #00aeef , white 50%);

}

