@font-face {
    font-family: "Avenir";
    src: url("../fonts/AvenirLTStd-Book.otf");}

@font-face {
  font-family: "Gotham Book";
  font-display: auto;
  font-weight: 100;
  src: url("../fonts/Gotham-Book-Regular-1.otf")
  format("OpenType");}

@font-face {
  font-family: "Gotham Light";
  font-display: auto;
  font-weight: 100;
  src: url("../fonts/Gotham-Light-Regular-1.otf")
  format("OpenType");}

@font-face {
  font-family: "Gotham Medium";
  font-display: auto;
  font-weight: 100;
  src: url("../fonts/Gotham-Medium-Regular-1.ttf")
  format("OpenType");}

@font-face {
  font-family: "Gotham Ultra";
  font-display: auto;
  font-weight: 100;
  src: url("../fonts/Gotham-Ultra-1.otf")
  format("OpenType");}

.GothamLight {
    font-family: "Gotham Light" !important;}

.Gotham Book {
    font-family: "Gotham Book" !important;
    font-weight: 400 !important;}
.roboto-regular {
    font-family: 'Roboto', sans-serif;}

* {
    box-sizing: border-box;
}
html {
    font-family: Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
body,
button,
input,
select,
textarea {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
}
button,
input,
select,
textarea {
    outline: none;
}
body,
html {
    -webkit-overflow-scrolling: touch;
}
body {
    padding: 0;
    margin: 0;
}
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
header,
main,
nav,
p,
section,
small {
    padding: 0;
    margin: 0;
    display: block;
    box-sizing: border-box;
    font-weight: 400;
    font-size: inherit;
}
strong {
    font-weight: 500;
}
li,
ol,
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background: transparent;
    text-decoration: none;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
a:active,
a:hover {
    outline: 0;
    text-decoration: underline;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
pre {
    overflow: auto;
}
code,
pre {
    font-family: monospace, monospace;
}
button,
input,
optgroup,
textarea {
    color: inherit;
    font-size: inherit;
    margin: 0;
    padding: 0;
    font-family: Helvetica Neue, Helvetica, Arial, Tahoma, sans-serif;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	font-weight: 600;
}
input[type="email"],
input[type="password"],
input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
.btn {
  position: relative;
  display: block;
  margin: 30px auto;
  padding: 0;
  overflow: hidden;
  border-width: 0;
  outline: none;
  border-radius: 2px;
  color: #ecf0f1;  
  transition: background-color .3s;
}

.btn:hover, .btn:focus {
  background-color: #96CEEE;
}

.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.0rem rgb(0 123 255 / 0%) !important;}

.btn > * {
  position: relative;
}

.btn {
  display: block;
  padding: 12px 24px;
}

.btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(236, 240, 241, .3);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn:active:before {
  width: 120%;
  padding-top: 120%;  
  transition: width .2s ease-out, padding-top .2s ease-out;
}

.section-title-blue {
    color: #96CEEE;
    font-family: "Gotham Medium", sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.2em;
    letter-spacing: 2.4px;
}

.blg-btn-bg {
    font-family: "Gotham Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 2.5px;
    color: #FFFFFF;
    background-color: #96CEEE;
    border: 2px solid #96CEEE91;
}

.blg-btn-bg:hover {
    color: #96CEEE;
    background-color: #FFFFFF;
    border-color: #78899570;
    transform: scale(1.1);
    transition-duration: .3s;
    transition-property: transform;
}

.logotop {text-align: right;}

.card {
	border-radius: 10px;
    -webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 10%); border: 1px; border-color: #fff}

.card:hover {-webkit-box-shadow: 0 0 15px rgb(0 0 0 / 10%);
    box-shadow: 0 0 15px rgb(0 0 0 / 22%); border: 1px; border-color: #fff}


.titlesub {font-weight: 300; font-size: 22px;}

sup {font-size: 8px}

.btn.blue {
  background-color: #1976d2;
}

.btn.blue:hover {
  background-color: #5097dd;
}
	
.btn.blue:active {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.btn.org {
  background-color: #788995; color: #fff; font-weight: 400; min-width: 156px;
}

.btn.org:hover {
  background-color: #677782; color: #fff; font-weight: 400;
}
	
.btn.org:active {
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
legend {
    display: none;
}
textarea {
    overflow: auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
a:active,
a:focus,
button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner {
    border-color: transparent;
    outline: 0;
}
input::-webkit-contacts-auto-fill-button {
    display: none !important;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select:focus::-ms-value {
    background: inherit;
}
button::-moz-focus-inner {
    border: 0;
}
::-ms-clear {
    display: none;
}
::-webkit-input-placeholder {
    color: rgba(19, 20, 49, 0.4);
}
::-moz-placeholder {
    color: rgba(19, 20, 49, 0.4);
}
:-ms-input-placeholder {
    color: rgba(19, 20, 49, 0.4);
}
:-moz-placeholder {
    color: rgba(19, 20, 49, 0.4);
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.mnrthc {margin-top: -50px;}

.authSeparator {
    text-align: center;
}
.authSeparator hr {
    background: #f5f5f5;
    border: none;
    height: 1px;
    margin: 30px 10px 20px;
}
.authSeparator span {
    background: #fff;
    color: #9e9e9e;
    position: relative;
    top: -28px;
    margin: 100px 0;
    padding: 0 15px;
}
.headerlogin {
    min-height: 110px;
    margin-bottom: 20px;
	text-align: right;
}

.formHeading.signIn {
    padding-bottom: 20px;
}
.formHeading.signIn h2 {
    padding-top: 0;
}
#intercom .fieldCont {
    padding: 15px;
}
#intercom label {
    height: 100%;
    cursor: pointer;
    display: block;
}
#intercom label img {
    margin-left: 10px;
    vertical-align: middle;
}
body {
    background: #fff;
    color: rgba(19, 20, 49, 0.8);
    font-size: 14px;
}
.logo {
    margin-left: calc(50% - 22px);
    margin-top: 50px;
}
h2 {
    text-align: center;
    padding: 50px 0 40px;
    font-size: 25px;
    color: #131431;
    line-height: 1.27em;
    font-weight: 500;
    letter-spacing: -0.02em;
}
.formHeading {
    padding-bottom: 40px;
}
.formHeading h2 {
    text-align: left;
    padding: 120px 0 7px;
    font-size: 24px;
}
.formHeading p {
    color: rgba(19, 20, 49, 0.6);
    font-size: 15px;
}
a {
    color: #0054ff;
}
#login-container {
    display: flex;
    justify-content: flex-start;
}
aside {
    background: #1f2018 url(../images/bella_grace_bg.jpg);
    background-size: cover;
    background-position: 50%;
    width: 420px;
    height: 100vh;
    overflow: hidden;
}
aside .mvdtlgo {
    padding: 0 0 34px;
    color: #fff;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 420px;
}
@media only screen and (max-width: 968px) {
    aside {
        display: none;}
.bellagrace {background: url(../images/blg_vo_bg.jpg) no-repeat center fixed !important;
    background-size: cover !important}	
.logotop {text-align: left}	
}

@media only screen and (max-width: 425px) {
    aside {
        display: none;
    }
}
main {
    flex: 1 1;
    display: flex;
    justify-content: center;
}
main .lgncontent {
    width: 408px;
}
@media only screen and (max-width: 425px) {
    main .lgncontent {
        width: 100%;
        padding: 0 20px;
    }
}
form fieldset {
    border: 1px solid rgba(19, 20, 49, 0.1);
    padding: 0;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.03);
    width: 100%;
    transition: all 0.2s;
	background-color: #fff;
}
form .buttonCont {
    height: 50px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    background: #0054ff;
    margin: 0 auto;
    outline: none;
    border: 0;
    position: relative;
    transition: all 0.25s;
}
form .buttonCont.waitForTerms {
    opacity: 0.2;
}
form .buttonCont.waitForTerms input {
    pointer-events: none;
}
form .buttonCont a,
form .buttonCont input {
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: 0;
    background: none;
    color: #fff;
    font-weight: 500;
    transition: all 0.25s;
    cursor: pointer;
    text-align: center;
    padding: 0 28px;
}
form .buttonCont a:hover,
form .buttonCont input:hover {
    text-decoration: none;
}
form .buttonCont .nextStep {
    z-index: 10;
    opacity: 0;
    pointer-events: none;
}
form .buttonCont .nextStep.active {
    opacity: 1;
    pointer-events: auto;
}
form.signupForm .buttonCont {
    width: 250px;
}
form .fieldsetCont {
    transition: height 0.25s;
}
form .fieldCont {
    position: relative;
    border-bottom: 1px solid rgba(19, 20, 49, 0.1);
}
form .fieldCont.last {
    border-bottom: 0;
}
form .fieldCont.accept {
    padding: 15px;
}
form label {
    top: 15px;
    font-size: 13px;
    color: rgba(19, 20, 49, 0.6);
}
form label.over {
    position: absolute;
    top: 15px;
    left: 20px;
    transition: all 0.2s;
    pointer-events: none;
}
form input[type="email"],
form input[type="password"],
form input[type="text"],
form input[type="url"] {
    border: 0;
    outline: none;
    font-size: 13px;
    width: 100%;
    display: block;
    padding: 35px 20px 15px;
    background: hsla(0, 0%, 100%, 0);
    transition: transform 0.2s;
}
form input.filled + label,
form input:focus + label {
    top: 15px;
    font-size: 13px;
    color: rgba(19, 20, 49, 0.6);
}
form input:-webkit-autofill + label,
form input[value]:not([value=""]) + label {
    top: 15px;
    font-size: 13px;
    color: rgba(19, 20, 49, 0.6);
}
form .formActions {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}
.footercnt {
    margin-top: 30px;
    text-align: center;
    color: rgba(19, 20, 49, 0.4);
}
.footercnt  a {
    margin: 0 5px;
    color: rgba(19, 20, 49, 0.4);
}



html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }


body { font-size: 16px; font-family: 'Montserrat', Arial, Helvetica, sans-serif; /*padding-bottom: 500px;*/     
	-webkit-background-size: cover; /* For WebKit*/
    -moz-background-size: cover;    /* Mozilla*/
    -o-background-size: cover;      /* Opera*/
    background-size: cover;         /* Generic*/
    background: no-repeat center center fixed;
    background-size: cover;   
}

em { font-family: 'Playfair Display', serif; font-style: italic; color: #999999; font-size: 16px; }

p {font-size: 13px; color: #333; line-height: 20px; margin:0 0 16px; font-family: Arial, Helvetica, sans-serif}
p.large { font-size: 14px; }

h1 { font-size: 20px; color: #707070; margin-bottom: 10px; float:left; margin-top: -10px; text-transform :uppercase;}
h3 { font-size: 24px; font-weight: bold; color: #333333; margin-bottom: 10px;}
h4 { font-size: 24px; font-weight: bold; margin-bottom: 30px; margin-top: 15px; line-height: 28px; }

.submitbutton {background:#000; border:1px solid #000; color:#fff; height:30px; line-height:20px;}
.submitbutton:hover, .submitbutton:focus, .submitbutton:active:focus { background:#333333; border-color:#333333; color:#fff;}

.btnorgin { font-size: 12px; text-transform: none; padding: 5px 15px; line-height: 19px; }
.btn.btn-primary { background: #000; border: 1px solid #000; color: #fff;}
.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active:focus { background: #333333; border-color: #333333;}
.btn.btn-primary-warning { border-radius: 0; background: #fff; color: #666; border: 1px solid #eee;}
.btn.btn-primary-warning:hover { background: #000; color: #fff; border-color: #000;}
.btn.btn-info { background: rgba(255, 255, 255, 0.2); border: 1px solid rgba(255, 255, 255, 0.4); color: #fff;}
.btn.btn-info:hover, .btn.btn-info:focus, .btn.btn-info:active:focus { /*color: #7f858f;*/ background: rgba(255, 255, 255, 0.3); border: 1px solid #fff;}

.g-login-section { padding: 20px 0 120px; }

.col-centered {float: none; margin: 0 auto;}

.vn {font-weight: 900;}
.grntxt {color: #1c8313;}

a:link {color: #097cd9; font-size: 12px; font-family:Arial, Helvetica, sans-serif; margin-top:-10px;}
a:visited {color: #097cd9; font-size: 12px; font-family:Arial, Helvetica, sans-serif;}
a:hover {color: #000; font-size: 12px; font-family:Arial, Helvetica, sans-serif;}
a:active {color: #000; font-size: 12px; font-family:Arial, Helvetica, sans-serif;}

.txt {font-size: 10px; font-family:Arial, Helvetica, sans-serif; color:#363636; text-align:center; margin-top:26px;}

.corners { -moz-border-radius: 8px; -webkit-border-radius: 8px; -khtml-border-radius: 8px; -o-border-radius: 8px; border-radius: 8px; display: block; }
.corners_bottom { -moz-border-radius-bottomleft:8px; -moz-border-radius-bottomright:8px; -webkit-border-bottom-left-radius:8px; -webkit-border-bottom-right-radius:8px;border-bottom-left-radius: 8px; border-bottom-right-radius: 8px; }
.corners_top { -moz-border-radius-topleft:6px; -moz-border-radius-topright:6px; -webkit-border-top-left-radius:6px; -webkit-border-top-right-radius:6px; border-top-right-radius: 6px; border-top-left-radius: 6px; }
.corners_left { -moz-border-radius-bottomleft:6px; -moz-border-radius-topleft:6px; -webkit-border-bottom-left-radius:6px; -webkit-border-top-left-radius:6px; border-top-left-radius: 6px; border-bottom-left-radius: 6px; }
.corners_right { -moz-border-radius-bottomright:6px; -moz-border-radius-topright:6px; -webkit-border-bottom-right-radius:6px; -webkit-border-top-right-radius:6px; border-top-right-radius: 6px; border-bottom-right-radius: 6px; }

#wrapper_login { background: rgba(255, 255, 255, 0.3); border-color: rgba(255, 255, 255, 0.75); margin:auto; position:relative; padding:3px; -webkit-background-clip: padding-box; -moz-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);-webkit-box-shadow: 0 0 4px rgba(50, 50, 50, 0.5);box-shadow: 0 0 4px rgba(50, 50, 50, 0.5); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFFFF,endColorstr=#33FFFFFF); }
#content_login { background: rgba(255, 255, 255, 1.00); -moz-box-shadow: 0 0 14px rgba(255, 255, 255, 1.00); -webkit-box-shadow: 0 0 14px rgba(255, 255, 255, 1.00); box-shadow: 0 0 14px rgba(255, 255, 255, 1.00); -moz-border-radius:4px; -webkit-border-radius:4px; border-radius: 4px; filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#FFFFFFFF,endColorstr=#FFFFFFFF); }

.form-control-login { font-family:Arial, Helvetica, sans-serif; box-shadow: none !important; outline: none; border: none; border: 1px solid #858585; border-radius: 0; border-radius: none; font-size: 12px; padding-left: 0; height: 34px; font-size: 11px; color: #000; width:90%; text-indent:8px; background-color:rgba(255, 255, 255, 0.8);}
.form-control-login:focus, .form-control-login:active { border-color: #858585; }

.formfield { font-family:Arial, Helvetica, sans-serif; background: none; box-shadow: none !important; outline: none; border: none; border: 1px solid #858585; border-radius: 0; border-radius: none; font-size: 12px; padding-left: 0; height: 34px; font-size: 11px; color: #000; width:90%; margin-bottom:14px;  background-color:rgba(255, 255, 255, 1.0);}
.formfield:focus, .form-control-login:active { border-color: #858585; }

input[type=text] {font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight:700}
input[type=password] {font-size: 12px; font-family:Arial, Helvetica, sans-serif; font-weight:700}

