/* autoprefixer grid: autoplace */
/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url(/dist/e464241bd44d99ce5121a9a62fee338c.eot); /* IE9 Compat Modes */
    src: local(''), url(/dist/e464241bd44d99ce5121a9a62fee338c.eot?#iefix) format('embedded-opentype'), /* IE6-IE8 */
    url(/dist/176f8f5bd5f02b3abfcf894955d7e919.woff2) format('woff2'), /* Super Modern Browsers */
    url(/dist/49ae34d4cc6b98c00c69ab4c41de3e0c.woff) format('woff'), /* Modern Browsers */
    url(/dist/127ea449b06124c441cb32f9fa90e8eb.ttf) format('truetype'), /* Safari, Android, iOS */
    url(/dist/1b1af1e4b3a278058097e96a21f80371.svg#Roboto) format('svg'); /* Legacy iOS */
}

.App {
    text-align: center;
}

body {
    font-family: "Roboto";
}

.wrapper {
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    padding: 20px 0 30px 0;
}

.logo {
    width: 650px;
    padding-bottom: 30px;
}

    .logo img {
        width: 70%;
    }

img {
    max-width: 100%;
    max-height: 100%;
}

a {
    outline: none;
    font-size: 1em;
}

p, div {
    font-family: "Roboto";
}

p {
    text-align: center;
    padding: 10px 0;
    white-space: pre-line;
}

h2 {
    display: flex;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
    font-weight: lighter;
    font-size: 1.5em;
    margin-top: 0.25em;
    text-align: left;
    margin: 15px 0;
}

label {
    font-weight: bold;
    font-size: 1.125em;
    color: #444;
    padding-bottom: 10px;
}

.noBottomMargin {
    margin-bottom: 0px;
}

.row {
    display: flex;
    flex-direction: row;
    flex-flow: row wrap;
    max-width: 100%;
    align-items: start;
    justify-content: space-between;
}

.inputFieldStyle {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-bottom: 40px;
    padding: 0;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
}

    .inputFieldStyle .inputDiv {
        display: flex;
    }

.inputDiv input {
    padding: 10px;
    font-size: 1.125em;
    border: 0.5px solid #808080;
    flex: 1;
    width: 100%;
}

    .inputDiv input:focus {
        border-radius: 0;
        outline: none;
        border: 1.5px solid black;
    }

.endIcon {
    position: relative;
}

    .endIcon span {
        font-size: 1.125em;
        line-height: 1.38889;
        position: absolute;
        top: 7px;
        right: 4px;
        padding: 0;
        border-radius: 0;
        color: #718096;
    }

.toggleShowPasswordButton {
    position: relative;
    width: 40px;
    flex: 0;
    padding: 20px;
    border-radius: 0px;
    border: 0.5px solid #808080;
    border-left: none;
}

    .toggleShowPasswordButton:focus {
        outline: none;
        border: 1.5px solid black;
    }

button {
    font-size: 1.125em;
    padding: 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

form {
    width: 650px;
    padding: 20px 40px 0px 40px;
    border-radius: 6px;
}

.alignForm {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    min-width: 100%;
    padding: 10px 0;
}

.formWrapper {
    background-color: #fefefe;
    padding-top: 20px;
}

.styleLink {
    text-decoration: none;
    margin-left: 0px;
    text-align: left;
}

    .styleLink p {
        display: inline-block;
        text-align: left;
        margin-left: 0px;
        justify-self: start;
        text-decoration: underline;
        color: black;
        cursor: pointer;
    }

        .styleLink p:hover {
            color: #3366FF;
        }

        .styleLink p:active {
            color: #60A8CE;
        }

.styleButton {
    width: 30%;
    color: white;
    background-color: #3366FF;
    display: block;
    box-shadow: 0 0 10px #1684d3 inset;
}

    .styleButton:hover {
        background-color: #000ACC;
        color: white;
    }

.eyeIcon {
    width: auto;
    display: inline-block;
}

.showError {
    padding: 5px 0px 0px;
    text-align: left;
    color: #b00020;
    display: flex;
    align-items: center;
}

.summary {
    padding: 1em;
    font-size: 1em;
    margin: 0px;
    text-align: left;
    display: block;
    border-radius: 1px;
    align-self: flex-start;
    min-height: 1em;
    line-height: 1.5em;
    border: 3px solid #808080;
}

.error {
    color: #b00020;
    border: 3px solid #b00020;
}

error > .summaryHeader {
    color: #b00020;
}

.success {
    border: 3px solid #00703c;
    color: #00703c;
}

.success > .summaryHeader {
    color: #00703c;
}

.summaryHeader {
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 7px;
}

.hide {
    display: none;
}

.inputErrorStyle {
    border: 1px solid #b00020 !important;
    box-shadow: 0 0 5px #b00020;
}

.inputErrorStyle input {
    border: none;
}

.inputErrorStyle input:focus {
    border: none;
}

.inputErrorStyle .toggleShowPasswordButton {
    border: none;
    border-left: 0.5px solid #808080;
}

.inputErrorStyle .toggleShowPasswordButton:focus {
    border: none;
    border-left: 1.5px solid black;
}

.info {
    padding: 4px;
    font-size: 1em;
    margin: 0px;
    color: rgb(32, 32, 32);
    display: flex;
    align-items: center;
    height: 24px;
}

.success {
    padding: 4px;
    font-size: 1em;
    margin: 0px;
    color: #00703c;
    display: flex;
    align-items: center;
    height: 24px;
}

.failed {
    padding: 4px;
    font-size: 1em;
    margin: 0px;
    color: #b00020;
    display: flex;
    align-items: center;
    height: 24px;
}

.empty {
    width: 32px;
    height: 21px;
    display: inline-block;
}

.svg_icons {
    padding: 2px;
    margin: 3px 4px 2.33px 0.6px;
}

.scaleIcon {
    transform: scale(0.7);
}

.btnIcon > img, .btnIcon > svg {
    padding-right: 7px;
    width: 18px !important;
}

.paddingAfter {
    padding-bottom: 20px;
}

.marginAfter {
    margin-bottom: 20px !important;
}

.infoBlock {
    font-weight: normal;
    text-align: left;
    line-height: 1.5;
    font-size: 0.85em;
    padding-top: 5px;
}

.bullet {
    padding: 0px 12px 0px 5px;
}

    .bullet > svg {
        width: 8px !important;
    }

.sr-only {
    border: 0 none;
    clip: rect(0px,0px,0px,0px);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.columnFlex {
    display: flex;
    flex-direction: column;
}

.alignLeft {
    text-align: left;
}

.bold {
    font-weight: bold;
}

.wrapperTop {
    height: 100%;
    width: 100%;
    max-height: 100%;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 100px 0;
}

#homePage {
    flex-grow: 1;
}

.content {
    width: 100%;
    max-width: 1500px;
    margin: auto;
}

@media screen and (max-width: 700px) {
    .logo {
        width: 100%;
    }

        .logo img {
            width: 75%;
        }

    form {
        width: 75%;
    }

    .styleButton {
        width: 60%;
        max-width: 192px;
    }
}

