﻿#ms-error-header {
    margin: 0;
}

.divLoginFromPageASPX .divTable {
    display: table;
    width: 100%;
}

.divLoginFromPageASPX .imageClass {
    width: 100%;
    position: relative;
}

.divLoginFromPageASPX .imageClassTop {
    position: absolute;
    top: 120px;
    left: 25px;
    width: 80%
}

.divLoginFromPageASPX .divTableRow {
    padding: 0px;
}

.divLoginFromPageASPX .divTableRowHeader {
    display: table-column;
    align-content: center;
    align-items: center;
    width: 100%;
    column-span: all;
    float: left;
    text-align: center;
    padding: 10px;
    font-size: 15px;
    font-weight: bold;
}

.divLoginFromPageASPX .divTableHeading {
    display: table-header-group;
}

.divLoginFromPageASPX .divTableCell, .divLoginFromPageASPX .divTableHead {
    display: table-cell;
    padding: 3px 10px;
    position: relative;
    left: 0px;
}

.divLoginFromPageASPX .divTableHeading {
    display: table-header-group;
    font-weight: bold;
}

.divLoginFromPageASPX .divTableFoot {
    display: table-footer-group;
    font-weight: bold;
}

.divLoginFromPageASPX .divTableBody {
    display: table-row-group;
}



.divLoginFromPageASPX input[type=text], .divLoginFromPageASPX input[type=password],
.divLoginFromPageASPX input[type=email], .divLoginFromPageASPX input[type=number],
.divLoginFromPageASPX select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}

.divLoginFromPageASPX button {
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
}

.divLoginFromPageASPX .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.divLoginFromPageASPX .registrybtn {
    width: auto;
    padding: 10px 18px;
    background-color: green;
}

.divLoginFromPageASPX .mainPlaceHolder {
    width: 50%;
    margin: 0 auto;
    color: #000000 !important;
}

.divLoginFromPageASPX .imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

.divLoginFromPageASPX img.avatar {
    width: 20%;
    border-radius: 50%;
}

.divLoginFromPageASPX .container {
    padding: 16px;
}

.divLoginFromPageASPX span.psw {
    float: right;
    padding-top: 16px;
}
/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    .divLoginFromPageASPX span.psw {
        display: block;
        float: none;
    }

    .divLoginFromPageASPX .cancelbtn {
        width: 100%;
    }
}

#ms-error-body {
    width: 100%;
}

h1#h1-title {
    display: block !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #381F44 !important;
    font-family: roboto !important;
}
    h1#h1-title::before {
        content: '' !important
    }


.width100percent {width:100%;}

/*IVDP*/

/*footer*/
#footer-ivdp {
    position: absolute;
    bottom: 0;
    flex-wrap: nowrap;
    border-top: 1px solid #dee2e6;
    padding-top: 9px;
    padding-bottom: 9px;
    height: 45px;
    width: 100%;
}

#logo-rdd {
    height: 50px;
}

.footer-copyright {
    margin-bottom: 0;
    font-size: 10px;
}

#logo-Compete2020 {
    height: 60px;
}

#div-Compete2020 {
    display: flex;
    justify-content: flex-end;
    height: 50px;
}

#divrdd {
    height: 50px;
}
.modalRecuperarAcesso {
    display: inline-block !important;
    width: 100% !important;
    padding-bottom: 0px !important;
}

.TitleRecuperarAcesso {
    color: #212529;
}

p.InsiraEmailRecuperarAcesso {
    font-weight: 300;
}

.buttonCloseModalRecuperarAcesso {
    border: none;
    float: inline-end;
    background: #ff000017;
    color: red;
    font-weight: 600;
    font-size: 18px;
    padding-left: 12px;
    padding: 0px 9px 0px 9px;
    border-radius: 5px;
}

.bodyRecuperarAcesso {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.buttonSubmeterRecuperarAcesso {
    width: 30% !important;
}

.buttonCancelarRecuperarAcesso {
    margin-top: 27px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    background-color: #eee !important;
    width: 30% !important;
}
