body {
	padding-top: 2rem;
	padding-bottom: 2rem;
	background: #131521;
	font-family:"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #fff;
}

a {
	text-decoration: none !important;
}

.myform {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	padding: 1rem;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #151528;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 10px;
	outline: 0;
	max-width: 500px;
}

.tx-tfm {
	text-transform: uppercase;
}

.telegrambtn i {
	font-size: 30px;
	vertical-align: middle;
	padding-right: 5px;
}

.input-group-append i {
	color:#fff;
}

.form-control {
	background-color: #2A243E!important;
	color: #fff!important;
	border: none;
}

.input-group-append .input-group-text {
	border-top-left-radius: 0.25rem!important;
	border-bottom-left-radius: 0.25rem!important;
	background-color: #2A243E;
	border: none;
}