/* Minification failed. Returning unminified contents.
(2,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(3,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(4,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(5,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(6,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(7,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(8,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(9,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(10,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(11,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(12,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(13,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(14,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(15,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(16,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(17,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(18,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(19,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(20,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(21,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(22,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(23,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(24,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(25,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(26,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(27,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(28,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
(29,5): run-time error CSS1062: Expected semicolon or closing curly-brace, found '-'
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif, "Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}

*, ::after,::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #fff;
    color: #000;
}
h1,h2,h3,h4,h5,h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}
button,input,optgroup,select,textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input {
    overflow: visible
}

button,select {
    text-transform: none
}

[type=reset],[type=submit],button,html [type=button] {
    -webkit-appearance: button
}

[type=button] ::-moz-focus-inner,[type=reset] ::-moz-focus-inner,[type=submit] ::-moz-focus-inner,button ::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox],input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

.h1,h1 {
    font-size: 2.5rem
}

.h2,h2 {
    font-size: 2rem
}

.h3,h3 {
    font-size: 1.75rem
}

.h4,h4 {
    font-size: 1.5rem
}

.h5,h5 {
    font-size: 1.25rem
}

.h6,h6 {
    font-size: 1rem
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width:540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width:720px
    }
}

@media (min-width: 992px) {
    .container {
        max-width:960px
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1140px
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2, .col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11, .col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9, .col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4, .col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10, .col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8, .col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3, .col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}
@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled,.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

.form-group {
    margin-bottom: 1rem
}
.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:focus,.btn:hover {
    text-decoration: none
}

.btn.focus,.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}

.btn.disabled,.btn:disabled {
    opacity: .65
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
    background-image: none
}

a.btn.disabled,fieldset:disabled a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff
}

.btn-block {
    display: block;
    width: 100%
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%
}

.input-group>.custom-file,.input-group>.custom-select,.input-group>.form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}
.input-group>.custom-select:not(:first-child),.input-group>.form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem
}
.d-none {
    display: none!important
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important
}
    .d-lg-flex {
        display: -ms-flexbox!important;
        display: flex!important
    }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 1rem;
  	font-weight: 400;
  	line-height: 1.5;
	color: #8f959f;
	text-align: left;	
	background-color: #0d1a2e;
	/*background: linear-gradient(135deg,#ed6db1,#e51a4b);*/
}

label {
	font-size: 0.8rem;
	color: #8f959f;
	margin-bottom: 0rem;
}

a {
	transition: all .2s ease-in;
	text-decoration: none;
	background-color: transparent;
	color: #e51a4b;
}

a:hover {
	color: #556ff2;
	text-decoration: none;
}

a.footer {
	color: #677788 !important;
}

.hidden {
	display: none !important;
}

/*****************************/
/*  02. PRELOADER            */
/*****************************/

#nm-preloader {
	display: flex;
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0px;
	left: 0px;
	z-index: 11;
	background-color: #fff;
	justify-content: center;
}

.nm-ripple {
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}

.nm-ripple div {
	position: absolute;
	border: 4px solid #007bff;
	opacity: 1;
	border-radius: 50%;
	animation: nm-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.nm-ripple div:nth-child(2) {
	animation-delay: -0.5s;
}

@keyframes nm-ripple {
	0% {
	  	top: 36px;
	  	left: 36px;
	  	width: 0;
	  	height: 0;
	  	opacity: 1;
	}
	100% {
	  	top: 0px;
	  	left: 0px;
	  	width: 72px;
	  	height: 72px;
	  	opacity: 0;
	}
}

/*****************************/
/*  03. LAYOUT               */
/*****************************/

	/*****************************/
	/*  03.01 NON-FORM SIDE      */
	/*****************************/

	.overlay {
		background: linear-gradient(135deg,#bdc3c7 ,#2c3e50);
		opacity: 0.85;
		position: absolute;
		top: 0px; 
		left: 0px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		  align-items: center;
		justify-content: center;
	}
	
	.hero-item {
		min-width: 80%;
		text-align: left;
	}
	
	.hero-item-1 {
		flex-grow: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.hero-item h2 {
		color: #ffffff;
		font-size: 3rem;
		font-weight: 600;
	}
	
	.hero-item img {
		height: 50px;
		margin-top: 3rem;
	}
	
	ul {
		justify-content: left; 
		width: 80%; 
		list-style: none; 
		flex-wrap: wrap; 
		display: flex; 
		padding: 0; 
		margin: 0; 
		text-align: left; 
		color: #ffffff; 
		font-size: 1rem; 
		font-weight: 600;
		margin-bottom: 3rem;
		margin-top: 3rem;
	}
	
	
	li {
		flex-basis: 0%;	
		flex-shrink: 1;	
		margin: 2px;
		margin-right: 3rem;
		position: relative;
	}
	
	li > a, li > a:hover {
		color: #ffffff; 
	}
	
	li > a::after {
		color: #ffffff; 
		content: "";
		position: absolute;
		top: 100%;
		  height: 2px;
		  width: 100%;
		  left: 0%;
		background-color: transparent;
		transition: all 0.15s ease-in-out;
	}
	
	li:hover > a::after {
		content: "";
		position: absolute;
		top: 100%;
		  height: 2px;
		  width: 100%;
		  left: 0%;
		  background-color:#ffffff;
	}
	
	h2 {
		font-size: 1.5rem;
		font-weight: 600;
		margin-top: 0;
	}
	
	h2.large {
		font-size: 1.75rem;
		margin-bottom: 0.5rem;
		font-weight: 600;
	}
	
	p {
		margin-top: 0;
		font-size: 0.875rem;
		font-weight: 400;
		margin-bottom: 0rem;
	}

	div.header {
		margin-bottom: 3rem;
	}
	
	p.h2 {
		font-size: 1.25rem;
		margin-bottom: 0.5rem;
		font-weight: 600;
		text-align: left;
		color: #ffffff;
	}
	
	.header p:last-child {
		color: #8f959f;
	}

	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-mb-0 {
		margin-bottom: 0rem !important;
	}

	.nm-mb-1 {
		margin-bottom: 1.5rem !important;
	}

	.nm-mt-1 {
		margin-top: 1.5rem !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('../Content/img/smBackground.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
	
	.nm-row {
		box-shadow: 0 0.925rem 5.5rem 0 rgba(0, 0, 0, 0.8);
		background-color: #0d1a2e;
		border-radius: 0.25rem;
		overflow: hidden;
	}

/*****************************/
/* 04. ELEMENTS              */
/*****************************/

	/*****************************/
	/*  04.00 TEXT-RELATED       */
	/*****************************/

	.nm-ft-b {
		font-weight: 600;
		font-size: 0.875rem;
	}

	.nm-wh {
		color: #ffffff;
	}

	/*****************************/
	/*  04.01 LOGO               */
	/*****************************/

	/*****************************/
	/*  04.02 FORM INPUTS        */
	/*****************************/

	.form-group {
		margin-bottom: 1rem;
	}

	.form-control {
		background-color: transparent;
		border: none;
		border-bottom: 0.0625rem solid #253143;
		border-radius: 0;
		font-size: 1rem;
		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: #e51a4b;
		color: #ffffff;
		outline: 0;
		box-shadow: none;
	}

	.form-group:focus-within label {
		color: #e51a4b;
		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;
	}

	/*****************************/
	/*  04.03 FORM CHECK         */
	/*****************************/

	.nm-checkbox .nm-control-label::before {
		border-radius: 0.125rem;
	}

	.nm-control-label::before, .nm-file-label {
		transition: 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;
	}

	.nm-control-label::before {
		position: absolute;
		top: 0.2rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		pointer-events: none;
		content: "";
		background-color: transparent;
		border: 1px solid #8f959f;
	}

	.nm-control-label::after {
		position: absolute;
		top: 0.2rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background: no-repeat 50% / 50% 50%;
	}

	.nm-control-input:checked ~ .nm-control-label::before {
		color: #ffffff;
		border-color: #e51a4b;
		background-color: #e51a4b;
	}

	.nm-checkbox .nm-control-input:checked ~ .nm-control-label::after {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
	}

	.nm-control-label::after {
		position: absolute;
		top: 0.2rem;
		left: -1.5rem;
		display: block;
		width: 1rem;
		height: 1rem;
		content: "";
		background: no-repeat 50% / 50% 50%;
	}

	/*****************************/
	/*  04.04 BUTTON             */
	/*****************************/

	.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: 0.875rem 0.875rem;
		border-radius: 0.25rem;
		color: #ffffff;
		background-color: #e51a4b;
		border: 1px solid #e51a4b;
		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;
	}

	.nm-btn:focus,.nm-btn:active {
		box-shadow: none;
		background-color: #e51a4b !important;
		border: 1px solid #e51a4b !important;
	}

	.btn-primary:not(:disabled):not(.disabled):active:focus {
		box-shadow: none;
	}

	.nm-btn:hover {
		background-color: #556ff2;
		border: 1px solid #556ff2;
	}

	/*****************************/
	/*  04.05 SOCIAL             */
	/*****************************/

	.social {
		display: flex;
		flex-wrap: wrap;
	}

	.social .btn {
		border-color: #3d4757;
		color: #c5c8cd;
		background-color: transparent;
		border-radius:20em;   
	}

	/* FACEBOOK */
	.btn-facebook:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-facebook:hover {
		color: #fff !important;
		background-color: #3b5998 !important;
		border-color: #3b5998 !important;
	}

	.btn-facebook:active {
		color: #fff !important;
		background-color: #2d4373 !important;
		border-color: #2d4373 !important;
	}

	/* TWITTER */
	.btn-twitter:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-twitter:hover {
		color: #fff !important;
		background-color: #66c3ff !important;
		border-color: #66c3ff !important;
	}

	.btn-twitter:active {
		color: #fff !important;
		background-color: #33afff !important;
		border-color: #33afff !important;
	}

	/* GOOGLE */
	.btn-google:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-google:hover {
		color: #fff !important;
		background-color: #e6162d !important;
		border-color: #e6162d !important;
	}

	.btn-google:active {
		color: #fff !important;
		background-color: #cf1026 !important;
		border-color: #cf1026 !important;
	}

	/* LINKEDIN */
	.btn-linkedin:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-linkedin:hover {
		color: #fff !important;
		background-color: #0077b5 !important;
		border-color: #0077b5 !important;
	}

	.btn-linkedin:active {
		color: #fff !important;
		background-color: #066192 !important;
		border-color: #066192 !important;
	}

	/* INSTAGRAM */
	.btn-instagram:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-instagram:hover {
		color: #fff !important;
		background-color: #304d63 !important;
		border-color: #304d63 !important;
	}

	.btn-instagram:active {
		color: #fff !important;
		background-color: #223a4d !important;
		border-color: #223a4d !important;
	}

	/* APPLE */
	.btn-apple:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-apple:hover {
		color: #fff !important;
		background-color: #111111 !important;
		border-color: #111111 !important;
	}

	.btn-apple:active {
		color: #fff !important;
		background-color: #000000 !important;
		border-color: #000000 !important;
	}

	/* AMAZON */
	.btn-amazon:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}

	.btn-amazon:hover {
		color: #fff !important;
		background-color: #FF9900 !important;
		border-color: #FF9900 !important;
	}

	.btn-amazon:active {
		color: #fff !important;
		background-color: #df8805 !important;
		border-color: #df8805 !important;
	}

	/* YAHOO */
	.btn-yahoo:focus {
		border-color: #3d4757 !important;
		color: #c5c8cd !important;
		background-color: transparent !important;
	}
	
	.btn-yahoo:hover {
		color: #fff !important;
		background-color: #720e9e !important;
		border-color: #720e9e !important;
	}

	.btn-yahoo:active {
		color: #fff !important;
		background-color: #5e0783 !important;
		border-color: #5e0783 !important;
	}

/*****************************/
/*  05. MEDIA QUERIES        */
/*****************************/

@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: 3rem !important;
		padding-top: 3rem !important;
	}
}

@media (min-width: 992px){
	.card-content {
		padding: 5rem 1rem !important;
	}
}

@media (min-width: 1200px){
	.card-content {
		padding: 5rem 1.5rem !important;
	}
}
