.header {
/*    overflow: hidden;*/
    background-color: transparent;
    padding: 1em 1.875em;
}

.header .logo {
    padding: 0
}

.header a {
    font-family: "open sans std regular";
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875em;
}

.header-right-slogan {
    font-family: "open sans std regular";
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875em;
    display: inline-block;
    padding-right: 25px;
}

.header a:hover {
    cursor: pointer;
}

.header a.active {
    background-color: dodgerblue;
    color: white;
}

.header-left {
    min-width: 109.45px;
    display: none;
}

.header-right {
    float: right;
    height: 155px;
    margin-right: 10px;
}

.languages-menu {
    padding-left: 25px;
}

.languages-menu ul a {
    color: black;
}

.languages-menu ul a:hover {
    color: #52C6E2;
}

.languages-menu-dropdown {
    padding-right: 40px;
    position: relative;
}

.languages-menu-dropdown ul {
    right: unset !important;
}

.create-acc-btn{
    background-color: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    width: 153px;
    color: white;
    padding: 13px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: "open sans std regular";
    font-size: 0.875em;
}

.create-acc-btn:hover{
    cursor: pointer;
    border: 1px solid #0074A7;
    background: #0074A7;
    color: #FFFFFF;
    opacity: 1;
}

.alert-box {
    border-radius: 3px;
    background-color: #398439;
    display: flex;
    justify-content: flex-start;
    padding: 10px;
}

.alert-box span {
    color: #FFFFFF;
}

.alert-box .alert-icon {
    width: 35px;
    padding-bottom: 22px;
}

.alert-box .alert-message {
    font-family: "open sans std regular";
    font-size: 1em;
    padding-left: 8px;
}

.error-alert {
    background-color: #CB2F26;
    padding-bottom: 20px;
}

.error-icon {
    width: 40px !important;
    padding-bottom: 50px !important;
}

.error-message {
    padding-left: 10px !important;
}

.form-wrapper {
    padding-top: 20px;
}

.form-container {
    padding: 80px 0 80px 0;
    width: 268px;
    min-width: 348px;
    height: auto;
    margin: 0 auto;
}

.instruction {
    color: #FFFFFF;
}

.form-container-inner {
    padding-top: 5%;
    width: 268px;
    height: auto;
    margin: 0 auto;
}

.form-title h1{
    font-family: "open sans std medium";
    font-size: 1.9em;
    padding: 15px 0 0 0;
    text-align: left;
    color: #FFFFFF
}

.login-pf-signup {
    margin: 0 !important;
}

.form-info {
    text-align: left;
    color: #FFFFFF;
    opacity: 0.6;
}

.form-field label{
    font-family: "open sans std regular";
    font-size: 1em;
    color: #FFFFFF;
}

.form-field input:hover {
    border: 1px solid #52C6E2;
}

.input-field {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #98A8BB;
    border-radius: 4px;
    box-sizing: border-box;
    position: relative;
}

.password-labeling {
    display: flex;
    justify-content: space-between;
}

.link {
    font-family: "open sans std regular";
    font-size: 0.875em;
    color: #52C6E2
}

.link:hover {
    color: #52C6E2;
    text-decoration: underline;
    cursor: pointer;
}

.password-label-wrapper {
    padding-top: 1px;
}

.password-input img{
    position: relative;
    margin-left: -40px;
    cursor: pointer;
}

.hidePasswordIcon {
    display: inline;
}

.form-btn-wrapper {
    width: 100%;
    padding-top: 1em;
}

.create-acc {
    display: none;
    width: 212px;
    padding-top: 20px;
}

.create-acc .slogan {
    font-family: 'open sans std regular';
    font-size: 0.875em;
    color: #FFFFFF;
}

.form-btn-wrapper input{
    background-color: #007db3 !important;
    border: none;
    border-radius: 4px;
    width: 100%;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: 'open sans std regular';
    font-size: 1em;
}

.form-btn-wrapper input:hover{
    cursor: pointer;
    background-color: #0074A7 !important;
    border:none;
    opacity: 1;
}

.footer .copyright {
    font-family: "open sans std regular";
    opacity: 0.9;
    color: #FFFFFF;
    text-decoration: none;
    font-size: 0.875em;
    display: inline-block;
}

.footer {
    position: absolute;
    right: 0;
    left: 0;
    bottom:0;
    display: flex;
    justify-content: space-between;
    padding: 1em;
    border-top: 1px solid grey ;
}

.copyright {
    opacity: 0.8;
}

.footer a {
    font-family: "open sans std regular";
    font-size: 0.875em;
    color: #FFFFFF;
}

.footer-right {
}

.footer-right a{
    padding: 10px;
    cursor: pointer !important;
}

.hideDropdown {
    display: none;
}

.form-wrapper .form-field div[class*="col-"] {
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media screen and (max-width: 768px) {
    .header {
        display: flex;
        justify-content: space-between;
    }

/*    .header-left {
        display: block;
    }*/

    .header-right {
        margin-top: 14px;
        text-align: right;
        height: 30px;
    }

    .header-right-slogan, .create-acc-btn{
        display: none;
    }

    .languages-menu-dropdown {
        padding-right: 40px;
    }

    .languages-menu-dropdown a {
        right: 0 !important;
    }

    .form-title h1 {
        font-size: 1.5em;
    }

    .form-container, .reset-psw-form-container {
        min-width: 268px;
        padding: 0;
    }

    .return-link {
        padding-top: 0.875em;
    }

    .create-acc {
        display: block;
    }

    .footer {
        position: relative;
        right: 0;
        left: 0;
        bottom:0;
        flex-direction: column-reverse;
        max-width: 268px;
        margin: 0 auto;
        border: 0;
        padding: 40px 0 0 0;
    }

    .footer-right {
        display: flex;
        flex-direction: column;
    }

    .footer-right a {
        padding-left: 0;
    }
}
