/*! optica | Gustavo Fonseca, gustavo.xpg@gmail.com 18/09/2015 3:29:51 */
.login {
  background: #2f2b72;
  font-family: "roboto";
  padding: 0;
  margin: 0; }

.login * {
  box-sizing: border-box;
  font-family: "roboto",helvetica; }

.login br.only-mobile {
  display: none; }

.login .logo {
  display: block;
  height: 88px;
  padding-top: 40px;
  margin: 0 auto 30px; }

.login .logo.registration-message {
  margin-bottom: 0; }

.login a, .login a:visited {
  text-decoration: underline;
  color: inherit; }

.login ul.notice {
  margin: 0;
  border: 0;
  width: 100%;
  text-align: center;
  list-style-position: inside;
  list-style: none;
  font-weight: 600;
  font-size: 15px;
  padding: 10px; }

.login ul.notice.errors {
  background-color: #EDE04D;
  color: #212200; }

.login ul.notice.success {
  background-color: #15CD72;
  color: white; }

.login ul.notice li {
  padding: 5px 0; }

.login p.registration-message {
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
  color: white;
  margin: 15px 0 40px; }

.login .vertical-form {
  margin: 0 auto;
  width: 400px;
  padding: 40px;
  border-radius: 3px;
  background: white; }

.login .logo-text {
  text-align: center;
  color: #fff;
  margin: 40px 0 25px;
  font-weight: normal;
  font-size: 41px; }

.login .vertical-form legend {
  text-align: center;
  font-weight: 300;
  color: #565656;
  margin: 0 auto 45px;
  font-size: 35px;
  line-height: 38px;
  text-transform: none;
  letter-spacing: 0; }

.login .vertical-form legend:after {
  display: none; }

.login .vertical-form::-webkit-input-placeholder {
  color: #afafaf; }

.login .vertical-form input[type='text'], .login .vertical-form input[type='password'], .login .vertical-form input[type='number'], .login .vertical-form input[type='submit'] {
  background: #fcfcfc;
  border: 2px solid #e7e7e7;
  margin: 20px auto;
  padding: 15px;
  width: 100%;
  display: block;
  border-radius: 3px;
  font-size: 18px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  text-align: left;
  height: auto; }

.login .vertical-form input[type='text']:focus, .login .vertical-form input[type='password']:focus, .login .vertical-form input[type='number']:focus, .login .vertical-form input[type='submit']:focus {
  border-color: #E7E7E7;
  box-shadow: none; }

.login .vertical-form input[type='submit'] {
  color: white;
  background: #2f2b72;
  border: 0;
  font-weight: 500;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  height: auto; }

.login .vertical-form input:hover[type='submit'] {
  background-color: #3e3997;
  -webkit-transition: background 0.1s;
  transition: background 0.1s; }

.login .vertical-form p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  margin-top: 10px;
  color: #999; }

.login .vertical-form p a {
  text-decoration: none;
  border-bottom: 1px solid #bbb; }

.login .vertical-form p a:hover {
  border-color: #999;
  color: #777; }

.login .footer {
  text-align: center;
  color: white;
  margin: 20px auto; }

.login .footer a {
  font-weight: 600;
  border: 0;
  padding: 0; }

.login .footer a:hover {
  color: #E7F1F9; }

.login .footer p {
  margin-bottom: 40px; }

@media screen and (max-width: 550px) {
  .login .logo {
    height: 65px;
    padding-top: 30px; }
  .login p.oauth {
    margin: 15px 0 25px;
    font-size: 17px;
    line-height: 21px;
    font-weight: 600; }
  .login .vertical-form {
    width: 100%;
    border-radius: 0;
    padding: 40px 20px; } }

@media screen and (max-width: 350px) {
  .login br.only-mobile {
    display: inline; } }

@media (max-width: 991px) {
  .logo-text {
    background: #3a6bd8;
    padding: 10px 0px;
    margin: 0px 0 25px !important; }
  .login {
    background: #ffffff !important; } }

.logo {
  width: 190px;
  height: 50px;
  cursor: pointer;
  clear: both;
  text-align: center;
  padding-bottom: 20px; }
  .logo svg {
    float: left; }
  .logo .name {
    font-size: 63px;
    font-weight: 500;
    margin-top: -14px;
    margin-left: 8px;
    float: left;
    color: #fff;
    font-family: "Roboto", sans-serif; }

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