.container.text-center {
	padding: 0;
}
h4.my-3 small {
	display: block;
	text-align: left;
}
h4.my-3 {
	background: #14076e;
	color: #fff;
	width: calc(100% - 120px);
	border-radius: 0 50px 50px 0;
	padding: 10px 0 10px 20px;
	text-align: left;
	font-weight: 400;
	margin-top: 35px !important;
}
div#main {
    max-width: 450px;
    margin: 0px auto;
    width: 100%;
    min-height: 100vh;
    padding-bottom: 200px;
}
body {
	background: url(../../images/bgb.jpg) top center no-repeat;
	background-size: cover;
	text-align: left;
}
h5 {
	color: #c12025;
	padding-bottom: 10px;
	padding-top: 10px;
}
h5, h6, p {
	text-align: left;
}
h6 {
	font-size: 18px;
	margin-bottom: 0;
}
ul {
	text-align: left;
	padding: 0;
	margin-left: 20px;
}
.page {
	padding: 0 20px;
}
.btn {
    background: #87c830 !important;
    color: #fff;
    font-size: 20px;
    margin: 0 auto 100px;
    border-radius: 10px;
    padding: 7px 20px 10px;
    display: block;
    width: 180px;
}
a#terms {
	display: block;
	padding: 35px 0;
	font-size: 22px;
	text-decoration: none;
}
.foot {
	background: #140373;
	width: 100%;
	color: #fff;
	padding: 15px 0;
}
.foot h4 {
	font-size: 22px;
	margin: 0;
}
.foot small {
	font-size: 22px;
}
form {
	max-width: 90%;
	margin: 0 auto;
}
svg.bi {
	width: 26px;
	height: 26px;
}
.linkset {
	padding: 40px 0 180px 0;
}

input.form-control {
	width: 100% !important;
	border-radius: 10px !important;
	font-size: 20px !important;
	font-weight: 400;
}
.input-group.input-group-lg.mb-3 {
	box-shadow: 0 0 3px #666;
	border-radius: 10px;
	padding: 10px;
}
.input-group.input-group-lg.mb-3 input {
	outline: none !important;
	border: 0px;
	padding: 0 0 0 5px;
	height: 32px;
}
.input-group.input-group-lg.mb-3 input:focus {
	outline: none !important;
	box-shadow: none;
}
div#otp small {
	text-align: left !important;
	display: block;
}
#upload_image {
	position: relative;
	z-index: 2;
	width: 230px;
	height: inherit;
	margin: 0 auto 30px;
	display: block;
	opacity: 1;
}
#upload_image::-webkit-file-upload-button {
	visibility: hidden;
}
#upload_image::before {
	content: 'Select File to Upload';
	color: black;
	display: inline-block;
	background: -webkit-linear-gradient(top, #f9f9f9, #e3e3e3);
	border: 1px solid #999;
	border-radius: 3px;
	padding: 10px 20px;
	outline: none;
	white-space: nowrap;
	-webkit-user-select: none;
	cursor: pointer;
	text-shadow: 1px 1px #fff;
	font-weight: 500;
	font-size: 14pt;
}
#upload_image:hover::before {
	border-color: black;
}
#upload_image:active {
	outline: 0;
}
#upload_image:active::before {
	background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9); 
}
table.ptable {
	margin: 0 auto;
	width: 100%;
}
input#btnSubmit {
	background: #14076e;
	color: #fff;
	font-size: 20px;
	margin: 22px auto 0;
	border-radius: 6px;
	padding: 7px 20px 10px;
}
input#refresh {
	background: #076e1e;
	color: #fff;
	font-size: 20px;
	margin: 22px auto 0 10px;
	border-radius: 6px;
	padding: 7px 20px 10px;
	border: none;
}
div#prebox {
	padding: 0 25px;
}
.col-md-8 {
	text-align: center;
}
div#targetLayer {
    background: #efefef;
    max-width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    border-radius: 10px;
    border: 2px dashed #ddd;
}
div#targetLayer img {
    display: block;
    margin: 0 auto;
}
small b {
	color: #c12025;
	font-weight: 400;
	font-size: 25px;
	position: absolute;
	top: 0;
	left: 10px;
}
small strong {
	position: absolute;
	left: 25px;
	top: 4px;
	font-weight: 400;
}
.input-group.input-group-lg.mb-3 {
	padding-top: 25px !important;
}
.input-group.input-group-lg.mb-3 label, select#display_name {
	font-size: 20px !important;
	border: 0;
	width: 100%;
	text-align: left;
	border-radius: 15px;
	outline: none;
	box-shadow: none;
	margin-bottom: 0 !important;
}
.input-group.input-group-lg.mb-3 label:hover, select#display_name:hover {
	outline: none;
	box-shadow: none;
}
/* Prevent autofill background color change in input fields */
input:-webkit-autofill {
	background-color: transparent !important;
}

input:-moz-placeholder {
	background-color: transparent !important;
}

input:focus:-webkit-autofill {
	background-color: transparent !important;
}
input[type="button"], input[type="submit"], #continue {
	color: #fff;
}
a#continue {
	background: #14076e;
	color: #fff;
	font-size: 20px;
	margin: 22px auto 0 10px;
	border-radius: 6px;
	padding: 7px 20px 10px;
	border: 2px solid #14076e;
	text-decoration: none;
}
div#bot_nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}
div#bot_nav button, div#bot_nav a, input#continue {
    width: 33%;
    float: left;
    border: none;
    background: #14076e;
    color: #fff;
    padding: 10px;
    border-radius: 0;
    font-size: 16px;
		margin-bottom:0;
}
button.refresh-btn {
    background: #27aae1 !important;
}