.rounded-border-2px {
		  border-radius: 10px;	
}

.selected {
		border: 3px solid darkblue;
		border-radius: 10px;
  }

.package {
		font-size: 18px !important;
		width: 143px;
		background-color: #fadcbe;
		color: #000;
}

.rounded-border-2px:hover {
		cursor: pointer;
}

.footer-credits-text {
		display: none;
}

.textfield {
		border-radius: 5px;
		width: 300px;
}

.button-right {
		float: right;
}

.domain {
		border-radius: 5px;
    width: 75%;
		padding: 2px;
}

.ext {
		width: 20%;
		border-radius: 5px;
		padding: 2px;
}

.email {
		width: 100%;
}

.price {
		border-width: 0px;
    background: #000;
    background-color: #338cda;
		color: #fff;
    box-shadow: 0 4px 20px -5px rgb(66 133 244 / 40%);
    padding: 8px;
    margin-top: 5px;
    margin-bottom: 20px;
		width: 100%;
		margin-left: 10px;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		font-size: 17px;
}

.check {
		border-width: 0px;
    background: #4285f4;
    background-color: #338cda;
    color: #fff;
    box-shadow: 0 4px 20px -5px rgb(66 133 244 / 40%);
    padding: 10px 30px;
    margin-top: 5px;
    margin-bottom: 20px;
		width: auto;
		margin-left: 10px;
		border-radius: 10px;
		float: right;
}
.pay {
		border-width: 0px;
    background: #4285f4;
    background-color: #338cda;
    color: #fff;
    box-shadow: 0 4px 20px -5px rgb(66 133 244 / 40%);
    padding: 10px 30px;
    margin-top: -150px;
    margin-bottom: 20px;
		width: auto;
		border-radius: 10px;
		float:right;
		width: 100%;
}

.alert {
		float: right;
}

.wp-container-1 {
		justify-content: center;
}