.covenant_register_view {
	width: 100%;
	height: 100%;
	overflow: scroll;	
}

.covenant_register_view .banner_vertical {
	width: 500px;	
	height: 100%;
	background-color: var(--highlight_light);
	float: left;
	box-shadow: 1px 0px 1px 1px rgba(0, 0, 0, 0.08);
	background-image: url("../../images/banner-vertical.webp");
	background-size: cover;
	position: relative;
	transition: all .2s;
}
.covenant_register_view .banner_vertical .effect {
/* 	background: rgb(70,52,52); */
/* 	background: linear-gradient(90deg, rgba(70,52,52,0.6937149859943977) 0%, rgba(172,61,61,0.48082983193277307) 51%, rgba(189,63,63,0.7) 100%); */
	background: rgb(235,235,239);
    background: linear-gradient(90deg, rgba(235,235,239,.99) 0%, rgba(235,235,239,0.79) 51%, rgba(233,235,239,0.99) 100%);
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}
.covenant_register_view .banner_vertical .effect h1 {
	font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding: 45px 40px;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.75);
}
.covenant_register_view .banner_vertical .effect img {	
	width: 300px;
	height: 100px;
	margin-top: 40%;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #dcdcdc;
	box-shadow: 0 2px 4px rgba(0,0,0,.1);
}
.covenant_register_view .banner_vertical .effect .cori_logo {
	width: 30px;
	height: auto;
	margin-top: 0px;
}
.covenant_register_view .banner_vertical .effect .logo-wrapper {
	color: white;
    font-size: 2em;
    text-align: left;    
    padding-left: 20px;
}
.covenant_register_view .banner_vertical .effect .text-left p {
	color: white;
	text-align: left;
	padding-left: 20px;	
}

.covenant_register_view .content_form {
	float: left;
	width: calc(100% - 500px);
	height: 100%;
	transition: all .2s;
	background: #fff;
	overflow: auto;	
}
.covenant_register_view .content_form h2 {
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid var(--border_color_light);	
}
.covenant_register_view .content_form h3 {
	font-size: 14px;
	font-weight: 700;
	color: #000;
}

.covenant_register_view .content_form a {
	height: 50px;
	width: 50px;
	font-weight: 600;
	color: 	var(--contrast_color);
}
.covenant_register_view .content_form .message_success {
	margin-left: 20%;
	text-align: left;
	padding-top: 10%;
}
.covenant_register_view .content_form .message_success img {
	width: 300px;
}

.covenant_register_view .content_form .message_success label {
	font-size: 26px;
	font-weight: 700;
	color: #4e505f;
	line-height: 28px;
	transition: all .2s;
}
.covenant_register_view .content_form .message_success p {
	color: #4e505f;	
	transition: all .2s; 
	font-size: 25px;
	padding-top: 35px;
	line-height: 30px !important;
}

.register_footer {
	width: 100%;
	height: 250px;
	background: #364C60;	
	bottom: 0;
	position: absolute;	
	padding-top: 20px;
}
.covenant_register_view .input_agreed input {
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.covenant_register_view .input_agreed label {
	display: inline-block !important;
	overflow: auto;
	cursor: pointer;
	width: auto;
}

.success-icon{
	padding-left: 10px;
	height: 100px !important;
	width: 100px !important;
}

@media (max-width: 1200px) {
	.covenant_register_view .banner_vertical {
		width: 300px;			
	}
	.covenant_register_view .banner_vertical .effect img {
		width: 250px;
		height: auto;
	}
	.covenant_register_view .content_form {
		float: left;
		width: calc(100% - 300px);
	}
}
@media (max-width: 900px) {
	.covenant_register_view .banner_vertical {
		width: 0px;	
		height: 100%;
	}
	.covenant_register_view .banner_vertical .effect h1 {
		display: none;
	}
	.covenant_register_view .banner_vertical .effect img {
		display: none;
	}
	.covenant_register_view .content_form {
		float: left;
		width: calc(100% - 0px);
	}
	.covenant_register_view .content_form .message_success label {
		font-size: 20px; 
		line-height: 22px;
	}
	.covenant_register_view .content_form .message_success p {
		text-align: justify;
		padding: 5px 10px;
	}
}

/**** COR AZUL *****/
.container .btn_color_main_action {
	font-size: 14px;
	background: #788FC8 !important;	
	color: var(--forerground_button_color) !important;
	fill: var(--forerground_button_color) !important;
}
.container .btn_color_main_action:FOCUS {
	box-shadow: 0 0 0 0.2rem #788FC8 !important;
}
.container .btn_color_main_action:HOVER, .container .btn_color_main_action:ACTIVE{    
    background: #5e719b !important;
    border-color: #5e719b !important;
    color: var(--forerground_button_color) !important;
}
.container .btn_color_main_action:DISABLED {
	background:  #8A949B !important;
    border-color:  #8A949B !important;
    color: rgba(255,255,255,0.5) !important;
}

.container .btn_color_cancel_action {
	font-size: 14px;
	background: #fff !important;	
	color: #bababa !important;
	margin-left: 10px;
}

.container .btn_color_cancel_action:FOCUS {
	box-shadow: 0 0 0 0.2rem #bababa !important;
}
.container .btn_color_cancel_action:HOVER, .container .btn_color_main_action:ACTIVE{    
    background: #fff !important;
    border-color: #8e8e8e !important;
    color: #8e8e8e!important;
}
.container .btn_color_cancel_action:DISABLED {
	background:  #8A949B !important;
    border-color:  #8A949B !important;
    color: rgba(255,255,255,0.5) !important;
}


/*Contact button*/

.fab{
  position: fixed;
  bottom:50px;
  right:50px;
}

.fab button{
  cursor: pointer;
  width: 48px;
  height: 48px;
  border-radius: 30px;
  background-color: #cb60b3;
  border: none;
  box-shadow: 0 1px 5px rgba(0,0,0,.4);
  font-size: 24px;
  color: white;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab button:focus{
  outline: none;
}

.fab button.main{
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 30px;
  background-color: #788fc8;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.fab ul{
  position:absolute;
  bottom: 0;
  right: 0;
  padding:0;
  padding-right:5px;
  margin:0;
  list-style:none;
  z-index:10;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab ul li{
  display: flex;
  justify-content: flex-start;
  position: relative;
  margin-bottom: -10%;
  opacity: 0;  
  -webkit-transition: .3s ease-out;
  -moz-transition: .3s ease-out;
  transition: .3s ease-out;
}

.fab ul li label{
  margin-right:10px;
  white-space: nowrap;
  display: block;
  margin-top: 10px;
  padding: 10px 8px;
  background-color: #000;
  box-shadow: 0 1px 3px rgba(0,0,0,.2);
  border-radius:3px;
  height: px;
  font-size: 16px;
  pointer-events: none;
  opacity:0;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  transition: .2s ease-out;
}

.fab.show button.main,
.fab.show button.main{
  outline: none;
  background-color: #57678e;
  box-shadow: 0 3px 8px rgba(0,0,0,.5);
 }
 

.fab.show button.main + ul,
.fab.show button.main + ul{
  bottom: 70px;
}

.fab.show button.main + ul li,
.fab.show button.main + ul li{
  margin-bottom: 10px;
  opacity: 1;
}

.fab.show button.main + ul li:hover label,
.fab.show button.main + ul li:hover label{
  opacity: 1;
}


.float-whatsapp-button{
	width:50px;
	height:50px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF !important;
	border-radius:50px;
	text-align:center;
  	font-size:30px;
	box-shadow: 2px 2px 3px #fff;
 	z-index:100;
}

.float-whatsapp-button:hover {
	background-color: #1fa851;	
}
