/*
 * 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 any plugin's vendor/assets/stylesheets directory 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *

 */

 #login-logo img {
   height: 48px;
   width: auto;
   margin-top: 12px;
 }

.smart-form footer .btn.btn-login {
    border: 1px solid #8c8c8c;
}

.smart-form footer .btn.btn-login.btn-login-microsoft {
    padding: 4px 10px;
    height: auto;
    background-color: white;
}

.fa.fa-microsoft {
    height: 21px;
    width: 21px;
    background: url(/resources/ms-four-color-logo-d3a40555116ce1fb4ace7889c3f817ca27ef409c66c384f5ece76ce2a562be08.png) no-repeat 0 0;
    vertical-align: text-top;
    padding-right: 4px;
}

.btn-login {
  box-sizing: border-box;
  cursor: pointer;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-stretch: 100%;
  font-weight: 300;
  height: 31px;
  line-height: 29px;
  margin-top: 18px;
  padding-left: 22px;
  padding-right: 22px;
  text-align: center;
  text-decoration-line: none;
  text-decoration-style: solid;
  text-size-adjust: 100%;
  vertical-align: middle;
  white-space: nowrap;
}
