﻿
body
{
    background-image: url("/images/FrontPage1920-3.jpg");
}

#reset-password .panel
{
    border: none;
    box-shadow: 5px 5px 5px #262626;
    opacity: 0.9;
    width: 40%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

#reset-password .panel-heading 
{
    background-color: #0175c1;
    text-align: center;
    color: white;
}

#PasswordRecover .input-container {
    width: 60%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 35px;
}

#PasswordRecover .input-field {
    display: inline-block;
    width: 100%;
    height: 40px;
    border-width: 1px;
    border-color: #0175c1;
    font-size: 16px;
    color: #000;
    padding: 0 5px;
}

#reset-password .error {
    color: red;
    margin: auto;
}

#PasswordRecover .reset-password {
    display: block;
    width: auto;
    padding: 0 20px;
    height: 40px;
    /*font-family: Arial;*/
    color: #ffffff;
    font-size: 19px;
    font-weight: 700;
    border-radius: 1px;
    background-color: #0175c1;
    border: none;
    margin: 0 auto;
}

#PasswordRecover .reset-password:focus {
    border: dotted 1px white;
}


@media screen and (min-width: 1000px) and (max-width: 1920px)
{
    body
    {
        background-image: url("/images/FrontPage1280-3.jpg");
        background-size: cover;
    }
}

@media screen and (min-width: 1280px) and (max-width: 1600px)
{
    #reset-password .panel 
    {
        width: 50%;
    }
}

@media screen and (min-width: 1000px) and (max-width: 1279px) {
    #reset-password .panel {
        width: 55%;
    }

    #PasswordRecover .input-container {
        width: 70%;
    }

}

@media screen and (min-width: 768px) and (max-width: 999px) {
    #reset-password .panel {
        width: 70%;
    }

    #PasswordRecover .input-container {
        width: 80%;
    }
}

@media screen and (max-width: 767px)
{
    #reset-password {
        position: absolute;
        width: 90%;
        z-index: 15;
        top: 50%;
        left: 50%;
        margin: -40% 0 0 -45%;
    }

    #reset-password .panel
    {
        width: 100%;
    }

    #PasswordRecover .input-container {
        width: 100%;
    }
}





