﻿#forgotPasswordContainer {
    width: 100%;
    text-align: center;
}
#logo{
    padding-top: 23px;
}
#instructionText{
    font-family: Roboto,"Helvetica Neue",sans-serif;
}
body{
    padding-top: 5px;
}
input {
    text-align: center;
    width: 40%;
    margin: 5px !important;
 }
.bold {
    font-weight: bold;
  }
p, div {
    font-family: Roboto,"Helvetica Neue",sans-serif;
    font-size: 16px;
  }
small {
    line-height: 15px;
}
#footer {
    text-align: center;
    margin-bottom: 5px;
    width: 100%;
  }
.align-right {
    text-align: right;
  }
button{
    background-color: #045caa;
    position: relative;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    color: #eeeeee !important;
    border:none;
    outline: 0;
    text-align: center;
    margin: 20px !important;
}
button:disabled {
        background-color: #808080;
        cursor: not-allowed !important;
    }
pre{
    background-color: #ffb6b6 !important;
    color: black !important;
    padding: 10px !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12) !important;
    text-align: center !important;
    margin: 1em !important;
    font-size: 16px !important;
}


