/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or vendor/assets/stylesheets of plugins, if any, can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *


 */

 h1 {
   color: black;
   font-weight: bold;
   text-align: center;
   margin-top: 50px;
   margin-bottom: 15px;
   text-align: left;
   font-size: x-large;
 }

 .actions {
  height: 25%;
  text-align: center;
  margin-top: 25px;
  background-color: #007D33;
  padding: 5px;
  color: white;
  border-radius: 5px;
 }

.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  width: 5%;
  height: 5%;
}

 .field {
   color: black;
   margin-top: 10px;
   padding: 5px;
 }

 .form-control{
   background-color: #007D33;
 }

 .field-size {
  width: 100%;
  background-color: white;
  padding: 5px;
  border-width: 1px;
  border-color: lightgrey;
  border-radius: 5px;
}
 .field-font {
  color: black;
  font-size: smaller;
  width: 25%;
  margin-top: 10px;

}
 .center {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
 }

 .login {
  text-align: left;
  position: relative;
  box-sizing: border-box;
  margin-top: 15px;
  margin-bottom: 15px;
  width: 25%;
  height: 50%;
 }

 .privacy {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
 }
