<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright 2021 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
   font-family: "helvetica", sans-serif;
   font-family: 'Suez One', serif;

   Spartan
 */

body {
font-family: 'Heebo', sans-serif;
  text-align: center;

}
  .form-signin {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}
.sl-max{
    max-width: 550px;
    width: 100%;
    background: #00c2cb;

}
.sl{
background: #00c2cb;
}
.reg-box{
    background: #0088cc;
    margin: 28px;
}
.top-merging {
    margin-top: 5px;
}</pre></body></html>