html, body {
    min-height: 100vh;
}

body {
    background-color:#000;
    background-image: linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(193,189,186,1) 50%, rgba(0,0,0,1) 100%);
    background-image: url('../images/dime.svg'), linear-gradient(90deg, rgba(0,0,0,1) 0%, rgba(193,189,186,1) 50%, rgba(0,0,0,1) 100%);
    background-position: center 30%;
    background-repeat: no-repeat;
    background-size: 400px 400px, auto;
    padding-top: 30px;
}
.login-purple-pink {
    background: rgba(19, 35, 47, 1.9);
}

.card {
    border: none;
}
.card-login {
    max-width: 30rem;
}

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

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

.login_btn{
    width: 100%;
}

.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: #fff;
    background-color: transparent;
    background-clip: padding-box;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #a0b3b0;
    border-left: none;
    border-top: 1px solid #a0b3b0;
    border-bottom: 1px solid #a0b3b0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #ffff;
    background-color: transparent;
    border-color: #a0b3b0;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}

#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;
    border-left: 1px solid #a0b3b0;
    border-top: 1px solid #a0b3b0;
    border-bottom: 1px solid #a0b3b0;
    width: 30px;
    height: 38px;
    color: #a0b3b0 !important;
    font-size: 3.25em;
    padding: 4px;
    background-color: transparent;
}

.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;
	width: 40px;
	color: #fff;
	font-size: 3.25em;
	padding: 9px;
	background-color:transparent;
}

.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;
    border: 1px solid #1ab188;
	background: #1ab188;
	color: white !important;
}

.login_btn:focus {
    background: #b6a293 !important;
    border: 1px solid #b6a293;
	box-shadow: none !important;
	outline: 0px !important;
}

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

.form-control::-webkit-input-placeholder { color: white; }  /* WebKit, Blink, Edge */
.form-control:-moz-placeholder { color: white; }  /* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder { color: white; }  /* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder { color: white; }  /* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder { color: white; }  /* Microsoft Edge */


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

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

.login_btn:hover {
    background: #b6a293 !important;
    border: 1px solid #b6a293;
}

#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;
    }
}

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

.err {
    width: 100%;
}