﻿body {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://copa-cogeca.eu/Content/Images/User/header-bg.jpg);
    background-size: cover;
    font-family: 'Montserrat', sans-serif;
}

.content {
    padding-top: 23px;
    padding-bottom: 15px;
}

hr {
    display: none;
}
.fp-forgot-password-form {
    width: 350px;
    /*For IE*/
    width: -moz-fit-content;
    width: fit-content;
    /* Preferred method*/
    max-width: 350px;
    /*To ensure all browser have a simlar look*/
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.fp-forgot-password-page {
    padding: 30px;
    margin-top: 60px;
}

  .fp-forgot-password-page-container {
        background: #fff;
        border: 3px solid #b3b3b3;
        border-radius: 20px;
        padding: 40px;
        max-width: 1000px;
        margin: 0 auto;
        min-height: 434px;
    }


.fp-forgot-password-page .btn-primary {
    background: #245580 !important;
    padding: 10px 30px;
    border: none;
}

.fp-forgot-password-page .btn-primary.fp_forgot-password-submit {
    background: #f3941d !important;
}

.fp-forgot-password-page .fp-forgot-password-page-header {
    text-align: center;
    padding-bottom: 1rem;
    padding-top: 1rem;
    width: 100%;
    margin-top: 50px;
}

.fp-forgot-password-page-header-title {
    min-height: 70px;
}

    .fp-forgot-password-form .input-group {
        width: 100%;
        margin-bottom: 10px;
    }

    .fp-forgot-password-form .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .fp-forgot-password-form .footer {
        text-align: center;
        padding-top: 20px;
    }

        .fp-forgot-password-form .footer hr {
            margin-top: 30px;
            margin-bottom: 10px;
        }


.fp-forgot-password-form .fp_eye-open {
    height: 34px;
    background-image: url("/Areas/Flexpage/Content/Images/eye.svg");
    background-repeat: no-repeat;
    width: 40px;
    background-size: 20px;
}

@media only screen and (min-width: 576px) {
    .fp-forgot-password-form .title {
        margin-left: -25px;
        margin-right: -25px;
        margin-top: -1px;
        background-color: #23598e;
        border-radius: 4px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        margin-bottom: 30px;
    }

        .fp-forgot-password-form .title h1 {
            margin-top: 0px;
            padding-top: 15px;
            padding-bottom: 10px;
            color: #4b4b4b;
            color: white;
        }
}


@media only screen and (max-width: 1580px) {
    body {
        background-size: auto;
    }
}


.fp_forgot-password-error {
    color: #a94442 !important;
    border-color: #a94442 !important;
    background-color: #f2dede !important;
}