.box-header{
	display:none !important;
}
.login label {
    background-color: #bb0808 !important;
}
.login-box {
  max-width: 340px;
  margin: 2rem auto 0;
  padding: 30px 30px 45px 30px;
  border-radius: 5px;
  text-align: center;
  background-color: #00184f !important;
  min-width: 18rem !important;
}
.login input[type='submit'],
.login input[type='button']:hover{
    background-color: #0069d9 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.login input[type='submit']:focus,
.login input[type='submit']:hover,
.login input[type='button']:focus,
.login input[type='button']:hover {
	background-color: #015cbc !important;
    color: #fff !important;;
    font-weight: 500;
}

.show-tip{
	display: block !important;
}
.tip-access{
	cursor: pointer;
	color: #fff;
	text-decoration: underline;
	font-weight: bold;
	font-size: 15px;
}
.how-access{
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: #00184f;
	color: #fff;
	border-radius: 10px;
	padding: 10px 20px;
}

.how-access p{
	text-align: justify;
}

.btn-exit {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 15px;
    width: 15px;
    font-size: 10px;
    color: #fff;
    border-radius: 50%;
    background-color: #bb0808;
    cursor: pointer;
    position: relative;
	right: -10px;
    margin-left: auto; 
}
