.centered {
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 150px;
}

p {
    text-align: left;
    font-weight:400;
    font-size:14px;
    line-height: 1.4;
    font-family: 'Poppins';
}

h2 {
    font-weight:400;
    font-family: 'Poppins';
}

h3 {
    text-align: left;
    font-weight:500;
    font-family: 'Poppins';
}

input {
    font-family: 'Poppins';
}

.inputs {
    width: 220px;
    margin-left: 37%;
}

.download_link {
    text-align: left;
    font-weight:400;
    font-size:19px;
    line-height: 1.4;
    font-family: 'Poppins';
    tab-size: 5;
}

.folder_icon {
    height: 20px;
    width: 25px;
}

.logo {
    height: 100px;
    width: 150px;
    position:absolute;
    top:0;
    left:25px;
}

.error {
    color: red;
    margin-top: 20px;
    text-align: center;
}

.inline-error {
    color: red;
}

.inline-success {
    color: green;
}

.hidden {
    display: None;
}

.cert-img {
    height: 100px;
    width: 150px;
    margin-left: 20px;
}

.footer-text {
    color: grey;
}

footer-images {
    padding-right:20px;
}

html {
    overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  background-color: #FAFAFA
  overflow-x: hidden;
  height: 100%;
}

.content {
  flex: 1 0 auto;
}

.footer {
  flex-shrink: 0;
  padding-top: 20px;
}

.update-image {
    padding: 20px;
}

.inline-form {
    width:auto;
    display:inline-block;
}