body {
    /*background-image: url('./images/bg.jpg?v=1');*/
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    font-family: 'Numans', sans-serif;
    background-color: black;
}
.card {
    border: 1px solid #ffb300;
}
.bg-dark {
    background-color: #343a40bc!important;
}
.card-login {
    
    margin-top: 40px;
    max-width: 30rem;
}

.card-header {
    color: #fff;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600 !important;
    margin-top: 10px;
    border-bottom: 0;
}

.input-group-prepend span{
    width: 50px;
    background-color: #ffb300;
    color: #fff;
    border:0 !important;
}

input:focus{
    outline: 0 0 0 0  !important;
    box-shadow: 0 0 0 0 !important;
}

.login_btn{
    width: 100%;
}

.login_btn:hover{
    color: #fff;
    background-color: #ffb300;
}

.btn-outline-danger {
    color: #fff;
    font-size: 18px;
    background-color: #ffb300;
    background-image: none;
    border-color: #ffb300;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1.2rem;
    line-height: 1.6;
    color: #ffb300;
  
    background-clip: padding-box;
    border: 1px solid #ffb300;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.6;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0;
}
#banner {
    width: 100%;
}
.img-banner {
    color: #fff;
}

.icon-user {
    width: 0.7142857142857142em;
}

.icon-lock {
    width: 0.6428571428571428em;
}

.icon-sign-in {
    width: 0.8571428571428571em;
}

.login__icon {
    display: flex;
    flex: 0 1 auto;
    border-radius: 5px 0px 0px 5px;
    width: 30px;
    height: 38px;
    color: #fff !important;
    font-size: 3.25em;
    padding: 4px;
    background-color: #ffb300;
}

.login__item--submit .login__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    height: 100%;
    margin-right: 12px;
    margin-left: 12px;
    color: #ffca4f;
    fill: #ffca4f;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 54px;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

.icon-user {
	width: 0.7142857142857142em;
}

.icon-lock {
	width: 0.6428571428571428em;
}

.icon-sign-in {
	width: 0.8571428571428571em;
}

.login__icon {
	display: flex;
	flex: 0 1 auto;
	border-radius: 5px 0px 0px 5px;
	width: 30px;
	color: #fff;
	font-size: 3.25em;
	padding: 4px;
	background-color: #ffb300;
}

.login__item--submit .login__icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	height: 100%;
	margin-right: 12px;
	margin-left: 12px;
	color: #ffca4f;
	fill: #ffca4f;
}

.form_container {
	margin-top: 100px;
}

.login_btn {
	width: 100%;
	padding: 4%;
	font-size: 20px;
	background: #ffb300 !important;
	color: black !important;
}

.login_btn:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.input-group-text {
	background: #ffb300 !important;
	color: white !important;
	border: 0 !important;
	border-radius: 0.25rem 0 0 0.25rem !important;
}

.input_user,
.input_pass {
	padding: 26px 26px 26px 12px;
	font-size: 20px;
}

.input_user,
.input_pass:focus {
	box-shadow: none !important;
	outline: 0px !important;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
	background-color: #ffb300 !important;
}

.login_btn:hover {
	background: #b16925 !important;
	color: white !important;
}

.login_btn:focus {
	background: #b16925 !important;
	color: white !important;
}

#icon {
	width: 100%;
	margin: 12px 0px;
}

#formFooter {
    text-align: center;
    -webkit-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
  }
  
.img-footer {
    width: 100%;
    border-radius: 0 0 10px 10px;
}

@media only screen and (max-width: 500px) {
	.form_content {
		width: 100% !important;
    }

    .card-login {
        margin-top: 20px !important;
        padding: 0px !important;
    }

    .card-header {
        margin-top: 0px !important;
    }
}
@media only screen and (max-width: 320px) {
    .card-login {
        margin-top: 1px !important;
        padding: 0px !important;
    }

    .card-header {
        margin-top: 0px !important;
    }
}
.card-header {
    background: transparent !important;
}
.brand_logo {
    display: block;
    width: 300px;
    max-width: 100%;
    height: 75px;
    background: transparent !important;
}

form label.error {
    color: #fff;
    position: absolute;
    font-size: 0.75em;
    top: 100%;
    text-align: center;
    flex: 0 0 0;
    right: 0;
    left: 0;
}

.err {
    width: 100%;
}

.wrapper {
    clear: both;
    max-width: 1920px;
    margin: 0px auto;
    padding: 0px 0px 0px;
}
.main, .footer {
    clear: both;
    margin: 10px auto;
}

.banner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.banner iframe,
.banner img {
    flex: 0 1 auto;
    display: block;
    max-width: 100%;
    margin-top: 8px;
    margin-right: auto;
    margin-left: auto;
}