.MainContent1 .TblLogin, .MainContent1 .SubContentWrapper1.background-image-recover-password {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100vh;
    background-image: url(../images/background_login.png);
    background-size: cover;
    z-index: 99;
    padding: 0px;
}

#recoverPasswordScreen .container-login {
    margin-top: 20vh;
}

.container-login {
    width: 100%;
    max-width: 450px;
    min-width: 300px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    display: block;
    padding: 40px;
}


.TblLogin tr td .container-login div {
    padding: 0px;
}

/*.container-login .LoginContent {*/
/*    display: inline-block;*/
/*}*/


.container-login .LoginDataField {
    float: none;
    width: 100%;
}

.container-login .LoginDataLabel {
    float: none;
    text-align: left;
    width: 100%;
    font-size: 12px;
    margin-bottom: 5px;
}


.container-login .LoginDataCell {
    float: none;
    width: 80%;
    margin: 20px auto;
}

.container-login .text-left {
    text-align: left;
}

.container-login input[type="checkbox" i] {
    margin-right: 5px;
}

.container-login .LoginContent {
    text-align: center;
    padding: 30px 0px !important;
}

.logo-login {
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.container-login .LoginDataCell .LoginDataField .button, #recoverPasswordScreen .DataField .button {
    width: 100%;
    border: 1px solid #0699A0;
    background-color: #0699A0;
    font-weight: normal;
    background-image: none;
    background-repeat: no-repeat;
    background-position: bottom;
    color: white;
    padding: 10px 20px;
    font-size: 16px;
}


.container-login input[type=text], .container-login input[type=password] {
    width: 100%;
    height: 36px;
    border: 1px solid #0699A0;
    padding: 5px;
    font-size: 16px;
    box-sizing: border-box;
}

.container-login input:focus {
    border-radius: 0px;
}

/*Recover Password*/

#recoverPasswordScreen .DataLabel span {
    font-size: 12px;
    margin-bottom: 5px;
    display: block;
}

.container-login .LoginDataFieldError {
    width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
}

#recoverPasswordScreen h3 {
    color: #0699A0;
    font-size: 24px;
    margin: 40px;
}

#recoverPasswordScreen .SubContentCenter {
    float: none;
    border: none;
    width: 100%;
    background-color: white;
    padding: 0px;
}

    #recoverPasswordScreen .SubContentCenter .DataRow {
        float: none;
        width: 100%;
        padding: 0px;
        margin: 20px 0px;
    }

    #recoverPasswordScreen .SubContentCenter .DataCell {
        float: none;
        width: 100%;
    }

    #recoverPasswordScreen .SubContentCenter .DataLabel {
        width: 100%;
        float: none;
        text-align: left;
        padding: 0px;
        height: auto;
    }

    #recoverPasswordScreen .SubContentCenter .DataField {
        float: none;
        width: 100%;
    }

.MainContent1 #recoverPasswordScreen .SubTitle a {
    float: none;
}


#recoverPasswordScreen .SubTitle .Img {
    display: none;
}

.MainContent1 #recoverPasswordScreen .SubTitle a div {
    float: none;
}


.MainContent1 #recoverPasswordScreen .SubTitle {
    float: none;
    width: 100%;
    padding: 0px;
}


/* Header Application */

div.HeaderContent3 .LabelLogin {
    text-align: right;
    margin: 0px;
    color: black;
    font-size: 12px;
    font-weight: bold;
    height: auto;
    padding: 20px 0px;
    width: auto;
}

div.HeaderContent3 {
    width: 100%;
    height: 50px;
    background-color: white;
    border: none;
}


div.HeaderContent2 {
    background-image: none;
    background-color: #00979e;
    width: 100%;
    height: 20px;
    padding: 10px 100px;
    display: block;
    margin-top: 55px;
}

.menuheaderstyle div.MenuTab .OffRight, .menuheaderstyle div.MenuTab .OffLeft, .menuheaderstyle div.MenuTab .OffCenter {
    background-image: none;
}


.menuheaderstyle div.MenuTab a {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: white;
}

.MenuTab .SubMenuTD a {
    color: black;
}

div.HeaderContent2 .HeaderMenu {
    width: 1000px;
    height: auto;
    background-image: none;
    margin-left: auto;
    margin-right: auto;
}

.menuheaderstyle div.MenuTab .OnLeft, .menuheaderstyle div.MenuTab .OnCenter, .menuheaderstyle div.MenuTab .OnRight {
    background-image: none;
    background-color: white;
    color: black;
    padding: 10px 0px;
    margin-top: -10px;
}

    .menuheaderstyle div.MenuTab .OnCenter a {
        color: #00979e;
        font-weight: bold;
    }


.menuheaderstyle .MenuTab .SubMenuTD a {
    font-family: Arial;
    font-weight: normal;
    font-size: 11px;
    text-decoration: none;
}


.menuheaderstyle .MenuTab .SubMenuTD a {
    color: black;
}

a:link.button-logOut, a:visited.button-logOut {
    background: #00979e;
    border: 1px solid #00979e;
    padding: 10px 15px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

a:hover.button-logOut {
    background: white;
    border: 1px solid #00979e;
    padding: 10px 15px;
    border-radius: 5px;
    color: #00979e;
    text-decoration: none;
    font-size: 12px;
    font-weight: normal;
}

.container-user-name {
    width: auto;
    display: inline-block;
    padding: 0px 5px 0px 30px;
    margin-right: 5px;
    border-right: 1px solid grey;
    position: relative;
}

    .container-user-name img {
        width: 24px;
        top: -6px;
        border-width: 0px;
        position: absolute;
        left: 0;
    }

.header-logo-user {
    width: 1000px;
    margin: 0 auto;
}

.container-logo {
    display: inline-block;
    width: 125px;
    float: left;
}

/************** Oportunidades **************/

.project-row {
    background-color: #efefef;
    margin-bottom: 20px;
    border: 1px #ACACAC solid;
    text-align: center;
}

    .project-row span a {
        background: #00979e;
        padding: 10px 16px;
        border-radius: 3px;
        text-decoration: none;
        color: white;
        margin-top: 20px;
        margin-bottom: 20px;
        display: inline-block;
    }

    .project-row > span > span {
        padding: 20px;
        display: inline-block;
    }

.information-row {
    background-color: #efefef;
    margin-bottom: 10px;
    /*border: 1px #ACACAC solid;*/
    text-align: center;
}

    .information-row span {
        background: #00979e;
        padding: 10px 16px;
        border-radius: 3px;
        margin-top: 10px;
        margin-bottom: 10px;
        display: inline-block;
        color:white;
    }
