.clmprin{
    text-align: center;
    text-decoration: underline;
    padding-top: 1rem;
    padding-bottom: 4rem;
}
.bootomprin{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.bootomprin >h3{
    font-size: 0.9rem;
    font-weight: bold;
    color: #052096;
    border: 2px solid #052096;
    padding: 0.5rem 4rem;
    cursor: pointer;
}
.bootomprin >h3:hover{
    background: #052096;
    color: rgb(255, 255, 255);
}
.bootomprin .subra{
    background: #052096;
    color: rgb(255, 255, 255);
}
.img_logos{
    height: 120px;
}
.tittlepag{
    font-weight: bold;
}
form{
    padding: 0rem 2rem 2rem 2rem;
}
.form-label {
    margin-bottom: .1rem;
}
.footer{
    background: #052096;
    color: rgb(255, 255, 255);
    text-align: center;
}

@media only screen and (max-width: 600px){
    .bootomprin {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }
    .tittpri{
        text-align: center;
    }
}