body{
    padding: 0;
    margin: 0;
}
.col1{
    background-color: #233367;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 710px;
}
.col2{
    background-color: #fff;
    justify-content: center;
    align-items: center;
}
h1{
    margin-top: 60px ;
    margin-bottom: 5px;
    text-align: center;
}

#imglogin{
    margin-top: 6%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -15px;
    width: 200px;
}

h5{
    text-align: center; 
    margin-top: 5%;
    margin-bottom: -5%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 200;
    font-style: normal;
    font-size: 16px;
    color: black;
}

#btn-sanduiche{
    color: #fff;
}

#btn-acessar{
    width: 100%;
    height: 28px;
}

.formulario{
    height: 400px;
    justify-content: center;
    align-items: center;
    display: flex;
 
}
#ip-login{
    width: 200px;
    height: 30px;
}
#img-rodape{
    width: 500px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 13%;
}
#textajuda{
    font-size: 13px;
}
p{
    text-align: center;
    font-weight: 500;
}
#cont-ajuda{
    margin-top: 10%;
    text-align: center;
}
.tit_cad{
    margin-top: 3%;
}
#nav{
    background-color: #233367;
    color: #fff;
}

#navbarDropdown{
    color: #fff;
}

.table {
    font-size: 15px;
}