.sign-up-popup button {
	font-family: "metropolis", sans-serif;
	font-size: 13.8px;
	font-weight: 700;
	border: 0;
	background-color: var(--colmena-accent);
	color: white;
}

.sign-up-popup button:hover {
	cursor: pointer;
}

.sign-up-popup button:disabled {
	background-color: #ff3f9b50;
	color: white;
}

.sign-up-popup button:hover:disabled {
	cursor: auto;
}

.close-popup {
	position: absolute;
	top: 2.25rem;
    right: 0;
}

.close-popup:hover {
	cursor: pointer;
}

.sign-up-success-popup,
.sign-up-popup {
    z-index: 10000;
    background-color: white;
	font-size: x-large;
    border-radius: 8px;
	width: 412px;
	text-align: center;
	flex-direction: column;
	display:none;
	pointer-events: none;
	position: unset;
}

.sign-up-success-popup {
    justify-content: space-evenly;
    padding: 2rem 0 1rem 0;
}

.sign-up-success-popup-inner,
.sign-up-popup-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;
}


.horizontal-line {
    padding-top: 1rem;
    border-bottom: 1px solid  #e2e2e2;
	width: 412px;
	margin-bottom: 1rem;
    display: flex;
    align-self: center;
}

.sign-up-popup .hero-title {
	font-weight: 700;
}

.sign-up-popup input[type=text], 
.sign-up-popup input[type=text]:focus,
.sign-up-popup input[type=email],
.sign-up-popup input[type=email]:focus {
	width: 100%;
	height: 40px;
	border-radius: 8px;
	outline: none;
	border: 1px solid #D2D6DA;
	padding: 10px;
}

.sign-up-popup input[type=text]:focus,
.sign-up-popup input[type=email]:focus {
	border: 3px solid #4285f4;
}

.sign-up-popup .btn {
	width: 100%;
	height: 40px;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.sign-up-success-popup .btn {
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    letter-spacing: 1px;
}

.sign-up-popup a {
	color: var(--color-basic);
	text-decoration: underline;
}

#sign-up-success-img {
	padding-bottom: 12px;
}

.text-gray {
	color: #7e7e7e !important;
}

.color-colmena-gris {
	color: var(--colmena-gris);
}

.fa-times-thin:before {
	content: '\00d7';
}

.font-size-30 {
	font-size: 30px !important;
}

.font-size-12 {
	font-size: 12px !important;
}

.font-size-16 {
	font-size: 16px !important;
}

.close-popup-subtitle {
	padding-bottom: 1.25rem;
	color: #46464670;
}

.close-popup-title {
	line-height: 1;
	padding-bottom: 1rem;
}

.bold {
	font-weight: bolder !important;
}

#form-bg-right,
#form-bg-left {
	align-self: center;
	height: 290px;
}

.font-size-2068 {
	font-size: 20.68px;
}

.sign-up-form {
	padding-top: 2.5rem;
	position: relative;
	text-align: left;
	width: 75%;
}

.sign-up-form .label {
	line-height: 2;
}

.sign-up-form input {
	margin-bottom: 1rem;
}

.sign-up-form .check-box {
	display: flex; 
	flex-direction: row; 
	white-space: nowrap;
	padding-top: 0.6rem;
	font-size: 12px;
	margin-bottom: 1.25rem;
}

.sign-up-form .check-box:hover {
	cursor: pointer;
}

.sign-up-form .accept-terms-text {
	margin-left: 8px; 
	margin-top: 1.5px;
}

.sign-up-form .accept-terms-text:hover {
	cursor: pointer;
}

.email-error-message {
	font-size: 16px;
	color: #FF7D83;
	display: none;
	padding-bottom: 1.25rem;
    width: 75%;
    align-self: center;
}

.seeFlexPopUp {
	display: flex;
	pointer-events: auto;	
}

.sign-up-popup.unseePopUp {
	display: none;
	pointer-events: none;
}

.seeBlock {
	display: block;
}

@media screen and (max-width: 460px) {
	.sign-up-success-popup,
	.sign-up-popup {
		width: 100%;
		border-radius: unset;
		align-self: end;
		position: absolute;
		top: calc(100vh);
	}

	.sign-up-success-popup {
		padding-bottom: 3rem;
	}

	.sign-up-form {
		padding-bottom: 1.5rem;
	}
}

@media screen and (max-width: 412px) {
	.sign-up-popup .check-box {
		white-space: unset;
	}

	.sign-up-success-popup h2,
	.sign-up-popup h2 {		
        font-size: 20px !important;
        line-height: 1;
	}
}

@media screen and (max-width: 347px) {
	.font-size-14 {
		font-size: 14px !important;
	}
}