.button_close_window{
	width: 100%;
	background-color: #00273c;
	color: white;
}

.spamMessage{
	color: #0049b7;
}

.careaga_image {
	margin-bottom: 10px;
}

._animated{
	position: absolute;
	width: 100%;
	top: 30px;
}

.margin_rigth{
	padding-top: 20px;
    padding-bottom: 20px;
}

.modern_card{
	overflow-y: scroll;
}

.congFocus{
	background-color: #000000bf;
	position: absolute;
	width: 100%;
	height: 293px;
}

.background_left{
    background: url(../../images/mobilebackground.jpg) !important;
    background-size: cover !important;
}

.justify{
    text-align: justify !important;
}

.label_form{
	margin-bottom: 0px;
    margin-top: 5px;
}

.sendButton{
	width: 100%;
	background-color: #003461;
	border: 1px solid black;
}

.messageFont{
	font-size: 85%;
}


/*______________SCROLL_________*/
.style-::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.style-3::-webkit-scrollbar-thumb
{
    background-color: #B2B0AF;
}