body,
html {
    margin: 0;
    height: 100%;
    background: url(../images/home-image-blur.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.card{
	color: #5d5d5d;
    background: #2d2724;
    padding: 30px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}

.letterotp {
    display: block;
    margin: auto;
    border: none;
    padding: 0;
    width: 9ch;
    background: repeating-linear-gradient(90deg, dimgrey 0, dimgrey 1ch, transparent 0, transparent 1.5ch) 0 100%/ 8.5ch 2px no-repeat;
    font: 5ch droid sans mono, consolas, monospace;
    letter-spacing: 0.5ch;
}

.letterotp:focus {
    outline: none;
    color: dodgerblue;
}

/* Hide the arrows for WebKit browsers */
.NumOnly.letterotp::-webkit-inner-spin-button,
.NumOnly.letterotp::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the arrows for browsers that support the appearance property */
.NumOnly.letterotp {
    -moz-appearance: textfield; /* For Firefox */
    appearance: textfield;
}

button {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    padding: 8px 20px;
    outline: none !important;
    border: 1px solid transparent;
}

.form-control {
	box-shadow: none !important;
	background: 0 0 !important;
	border: 1px solid #e5f6ff;
	height: 54px;
	font-weight: 400;
	color: #fff !important;
	padding: 10px !important;
	font-size: 22px !important;
    margin: 16px 0 !important;
}

a:link {
    text-decoration: none
}

a {
    color: #fff;
    transition: .5s;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 12px;
}

.input-group-text {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e1e1e100;
	border: 1px solid #e5f6ff;
	border-radius: .25rem;
}

.input-group-append {
	margin-left: -1px;
	margin-top: 16px;
	margin-bottom: 16px;
}

.hip:hover {
  cursor: pointer;
}
