body,
html {
    background-repeat: no-repeat;
    background-size: cover;
    font-family: Oxygen, sans-serif;
    height: 100%;
}
.main {
    margin: 0;
}
h1.title {
    font-family: "Passion One", cursive;
    font-size: 50px;
    font-weight: 400;
}
.form-group,
label {
    margin-bottom: 15px;
}
.main-login {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
.form-control {
    height: auto;
    padding: 8px 12px;
}
.input-group {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.21);
}
#button {
    background: -webkit-linear-gradient(top, #f5f5f5 0, #eee 100%) rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    color: #666;
    cursor: pointer;
    margin-top: 28px;
    padding: 6px 12px;
    text-shadow: 0 1px #fff;
}
.main-center {
    background: #000;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.31);
    color: #fff;
    margin: 0 auto;
    padding: 10px 40px;
    text-shadow: none;
}
span.input-group-addon i {
    color: #fede00;
    font-size: 17px;
}
.login-button {
    margin-top: 5px;
}
.spinner::before {
    background-color: rgba(49, 37, 37, 0.2);
    border-radius: 6px;
    content: " ";
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.bs-wizard {
    margin-top: 0;
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 10px;
}
.bs-wizard > .bs-wizard-step {
    padding: 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
    color: #fede00;
    font-size: 16px;
    margin-bottom: 5px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {
    background: #fede00;
    border-radius: 50%;
    display: block;
    height: 30px;
    left: 50%;
    margin-left: -15px;
    margin-top: -15px;
    position: absolute;
    top: 45px;
    width: 30px;
}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot::after {
    background: #fede00;
    border-radius: 50px;
    content: " ";
    height: 14px;
    left: 8px;
    position: absolute;
    top: 8px;
    width: 14px;
}
.bs-wizard > .bs-wizard-step > .progress {
    border-radius: 0;
    box-shadow: none;
    height: 8px;
    margin: 20px 0;
    position: relative;
}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {
    background: #fede00;
    box-shadow: none;
    width: 0;
}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.active:first-child > .progress > .progress-bar {
    width: 0;
}
.bs-wizard > .bs-wizard-step.active:last-child > .progress > .progress-bar {
    width: 100%;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
    background-color: #f5f5f5;
}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot::after {
    opacity: 0;
}
.bs-wizard > .bs-wizard-step:first-child > .progress {
    left: 50%;
    width: 50%;
}
.bs-wizard > .bs-wizard-step:last-child > .progress {
    width: 50%;
}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
    pointer-events: none;
}
.borderclass {
    /* border: 2px solid #000; */
	border-radius:4px;
}
.button_color_class {
    background-color: #fede00;
    border-color: #fede00;
}
.btn-primary:hover {
    color: #000;
    background-color: #e4c700 !important;
    border-color: #e4c700 !important;
}
.footer {
    font-size: 10px;
    text-align: center;
    color: #969696;
}
.btn-primary {
    color: #000;
}
.input-group-addon {
	background-color:#333333;
	border:0px;
}
@media screen and (width: 320px) {
    .trick {
        margin: -6px 0;
    }
}
@media screen and (width: 375px) {
    .trick {
        margin: -7px 0;
    }
}
@media screen and (width: 360px) {
    .trick {
        margin: -7px 0;
    }
}
