
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-size: 1rem;
  	font-weight: 400;
  	line-height: 1.5;
	color: #8f959f;
	text-align: left;	
	background-color: #23418D;
	/*background: linear-gradient(135deg,#ed6db1,#425be4);*/
}


	.overlay {
	    background: linear-gradient(135deg, #F7AA3F, #F7AA3F);
	    opacity: 0.90;
	    position: absolute;
	    top: 0px;
	    left: 0px;
	    width: 100%;
	    height: 100%;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    justify-content: center;
	    border-top-left-radius: 10px;
    	border-bottom-left-radius: 10px;
	}
	

	main {
		min-height: 100vh;
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;	
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		flex-direction: column !important;
		padding: 10px;
	}
	
	.main-container {
		margin-bottom: auto !important;
		margin-top: auto !important;
	}

	/*****************************/
	/*  03.02 FORM SIDE          */
	/*****************************/

	.btn-block {
		width: 100%;
	}

	.nm-mlr-1 {
		margin-left: 3rem !important;
		margin-right: 3rem !important;
	}

	.nm-tc {
		text-align: center !important;
	}

	.nm-aic {
		-webkit-box-align: center !important;
		align-items: center !important;
	}

	.nm-jcb {
		-webkit-box-pack: justify !important;
		justify-content: space-between !important;
	}



	.nm-gp-pp {
		position: absolute;
		top: 0.75rem;
		left: 0.25rem;
		background-color: transparent !important;
		color: #8f959f;
		border: none;
		z-index: 10;
		font-size: 1rem;
	}
	
	.nm-mr-1h {
		margin-right: 0.25rem;
	}

	.divider {
		text-align: center;
		margin: 4rem auto 2rem;
		font-size: 0.875rem;
		font-weight: 600;
	}

	.card {
		position: relative;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		min-width: 0;
		background-clip: border-box;
		background-color: #0d1a2e;
		border: 0 solid transparent;
		min-height: 50vh;
	}
	
	.card-content {
		padding: 1.5rem !important;
	
		-webkit-box-flex: 1;
		flex: 1 1 auto;
	}
	
	.nm-bgi {
		background-image: url('../images/smBackground.png'); 
		background-repeat: no-repeat; 
		background-position: center center; 
		background-size: cover;
		position: relative;
		border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	}
	
	.form-group {
		margin-bottom: 1rem;
	}

	.form-control {
		background-color: transparent;
		border: none;
		border-bottom: 0.0625rem solid #E9E8E8;
		border-radius: 0;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.6;
		color: #ffffff;
		padding: 0.75rem 1rem 0.75rem 2rem;
		height: 3.225rem;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	}

	.form-control:focus {
		background-color: transparent;
		border-color: #23418d;
		color: #ffffff;
		outline: 0;
		box-shadow: none;
	}

	.form-group:focus-within label {
		color: #fff;
		transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	}

	.form-control::-webkit-input-placeholder {
		color: #8f959f;
		opacity: 1;
	}

	.form-control::-moz-placeholder{
		color: #8f959f;
		opacity: 1;
	}

	.form-control:-ms-input-placeholder{
		color: #8f959f;
		opacity: 1;
	}

	.form-control::placeholder{
		color: #8f959f;
		opacity: 1;
	}

	.nm-control {
		position: relative;
		display: block;
		min-height: 1.5rem;
		padding-left: 1.5rem;
	}

	.nm-control-input {
		position: absolute;
		z-index: -1;
		opacity: 0;
	}

	.nm-control-label {
		font-size: 0.875rem;
		font-weight: 400;
		color: #ffffff;
		position: relative;
		margin-bottom: 0;
		vertical-align: top;
	}
	.nm-btn {
	    min-width: 9.25rem;
	    font-weight: 600;
	    font-size: 0.875rem;
	    line-height: 1.2;
	    text-align: center;
	    vertical-align: middle;
	    user-select: none;
	    padding: 1.1rem 0.875rem;
	    border-radius: 0.25rem;
	    color: #ffffff;
	    background-color: #23418D;
	    border: 1px solid #23418D;
	    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	    margin-bottom: 30px;
	}

	.nm-btn:focus,.nm-btn:active {
		box-shadow: none;
		background-color: #425be4 !important;
		border: 1px solid #425be4 !important;
	}

	.btn-primary:not(:disabled):not(.disabled):active:focus {
		box-shadow: none;
	}

	.nm-btn:hover {
	    background-color: #f7aa3f;
	    border: 1px solid #f7aa3f;
	}


@media (min-width: 576px){		
	.card-content {
		padding: 2rem !important;
	}
}

@media (min-width: 768px){
	.card-content {
		padding: 2rem !important;
	}

	.nm-mb-md-1 {
		margin-bottom: 0rem !important;
	}

	.main-container {
		padding-bottom: 5rem !important;
		padding-top: 5rem !important;
	}
}

@media (min-width: 992px){
	.card-content {
		padding: 5rem 1rem !important;
	}
}

@media (min-width: 1200px){
	.card-content {
		padding: 5rem 1.5rem !important;
	}
}
.nm-mb-md-1 {
    background: #0D2970;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.card {
	background: #0D2970;
}
.card-content{
	justify-content: center;
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.nm-mb-md-1 label{
	color: #8F8F8F;
}
#inputPassword{
	margin-left: 5px;
}
.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #fff;
            opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #fff;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #fff;
 }
 .form-group {
    margin-bottom: 2rem;
}
.nm-ft-b{
	color: #fff;
	text-decoration: none;
}
.nm-mt-1{
	text-align: right;
}
.nm-ft-b:hover{
	color: #ffc107;
}



