﻿#sectionLoginPicture {
  width: 70%;
  background: #af1230; }

#sectionLoginForm {
  width: 30%;
  align-self: center;
  vertical-align: middle;
  text-align: center; }
  #sectionLoginForm h3 {
    font-size: 19px;
    font-weight: 300;
    color: #af1230; }
  #sectionLoginForm input {
    margin: 10px;
    padding: 12px;
    min-width: 200px;
    width: 50%;
    max-width: 300px;
    font-size: 17px; }
  #sectionLoginForm button {
    width: 100px;
    margin: 10px;
    padding: 10px;
    border: none;
    background: #252525;
    color: #f8f8f8; }
  #sectionLoginForm button:hover, #sectionLoginForm button:active {
    background: #af1230; }

/*# sourceMappingURL=login.css.map */