@charset "UTF-8";

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

html {
    font-size: 62.5%;
    height: 100%
}

body {
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: rgb(130 229 244);
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    font-family: 'Roboto', sans-serif;
    color: rgb(130 229 244);
    font-size: 14px
}

label {
    font-family: 'Roboto', sans-serif;
    color: rgb(130 229 244);
    font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    color: rgb(130 229 244)
}

a {
    color: rgb(130 229 244);
    transition: .2s;
}

a:hover {
    color: #262d7e;
    transition: .2s
}

hr {
    border: 0;
    height: 1px;
    color: rgba(0, 0, 0, 0.1);
    background-color: rgba(0, 0, 0, 0.1)
}

input[type="text"],
input[type="password"] {
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #58595f;
    box-shadow: none;
    height: 3rem;
    outline: 0;
    background: rgba(255, 255, 255, 0.05) !important;
    color: rgba(255, 255, 255, .7);
}

input[type="text"]:hover,
input[type="password"]:hover {
    box-shadow: none
}

input[type="text"]:focus,
input[type="password"]:focus {
    box-shadow: none;
    border: solid 1px #26597e
}

button:focus {
    outline: 0
}

::-webkit-input-placeholder {
    color: rgba(221, 221, 221, 0.4)
}

:-moz-placeholder {
    color: rgba(187, 187, 187, 0.4);
    opacity: 1
}

::-moz-placeholder {
    color: rgba(187, 187, 187, 0.4);
    opacity: .4
}

:-ms-input-placeholder {
    color: rgba(187, 187, 187, 0.4)
}

::-ms-input-placeholder {
    color: rgba(187, 187, 187, 0.4)
}

@-webkit-keyframes autofill {
    to {
        color: rgba(255, 255, 255, 0.7);
        background: rgba(255, 255, 255, 0.05);
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both
}

.main-container {
    display: table;
    width: 100%;
    height: 100%
}

.content {
    display: table-cell;
    height: 100%;
    background-color: #eff2f7;
    text-align: right;
    vertical-align: top;
    color: #FFF
}

@media screen and (max-width:480px) {
    .content {
        display: block;
        overflow: auto;
        text-align: center
    }
}

.sidebar {
    display: table-cell;
    width: 160px;
    height: 100%;
    padding: 70px 80px;
    background-color: #FFF
}

@media screen and (max-width:480px) {
    .sidebar {
        display: block;
        width: 100%;
        padding: 40px 40px
    }
}

.sidebar-large {
    display: table-cell;
    width: 500px;
    height: 100%;
    padding: 70px 80px;
    background-color: #2A3F54;
    background-size: cover;
}
.bg-cover {
    background-image: url('../images/splashmalva.jpg');
}

@media screen and (max-width:480px) {
    .sidebar-large {
        display: block;
        width: 100%;
        padding: 40px 40px
    }
}
@media screen and (max-width:990px) {
    .bg-cover {
        background-image: url('../images/splashmalva.jpg');
    }
}

.hero-login {
    height: 100%
}

@media screen and (max-width:480px) {
    .hero-login {
        padding: 40px 40px
    }
}

.intro-title {
    font-size: 18px;
    margin-bottom: 0
}

.intro-summary {
    color: #339CE5;
    margin-top: 5px;
    font-size: 97%
}

.quote {
    width: 450px;
    color: #FFF;
    font-size: 16px;
    bottom: 0;
    right: 0;
    margin: 50px 80px 80px 0;
    position: absolute
}

@media screen and (max-width:480px) {
    .quote {
        width: 100%;
        float: left;
        position: relative
    }
}

.help-call {
    padding-top: 15px;
    margin-right: 70px
}

@media screen and (max-width:480px) {
    .help-call {
        margin-right: 0
    }
}

.help-call p {
    color: #FFF;
    display: inline-block;
    margin-right: 8px
}

@media screen and (max-width:480px) {
    .help-call {
        margin-right: 0
    }
}

.button-outline {
    color: #FFF;
    background: transparent;
    border: 2px solid #FFF;
    border-radius: 40px;
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold
}

.button-outline:hover {
    color: #002456;
    background: #FFF
}

.button-outline a {
    color: #FFF
}

.button-outline a:hover {
    color: #FFF
}

.text-center {
    text-align: center
}

.color-text {
    color: rgb(130 229 244)
}

.color-primary {
    color: #002456
}

.button {
    border: 0;
    border-radius: 4px;
    outline: 0;
    cursor: pointer
}

.button {
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: #002456
}

.button:hover {
    color: #FFF;
    border: 2px solid #00c3ad;
    background: #00c3ad
}

.button a:hover,
.button a:focus {
    color: #FFF;
    border: 2px solid #00c3ad;
    background: #00c3ad
}

.button:focus {
    color: #FFF;
    border: 2px solid #00c3ad;
    background: #00c3ad
}

.button-circle {
    width: 50px;
    height: 50px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 50%
}

.button-circle svg path {
    fill: #00449E
}

.button-circle:hover {
    background: #FFF
}

@media screen and (max-width:480px) {
    .button-circle {
        background: #FFF;
        margin-left: 5px
    }

    .button-circle:hover {
        background: #f2f2f2
    }
}

.user-access {
    text-align: center
}

.user-access input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    height: 50px;
    font-size: 18px;
    margin-top: 15px;
    color: #cbfeff;
    border-radius: 4px;
    outline: 0;
    padding: 10px 10px;
    transition: background-color .2s ease
}

.user-access input[type="submit"],
.user-access input[type="button"] {
    color: #2e1d06;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    font-weight: bold
}
.hm {
          /* width: 80%; */
    padding: 10px 20px;
    margin: auto;
    /* vertical-align: middle; */
    color: #ED89A5;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
  }
.user-access input[type="submit"]:hover,
.user-access input[type="button"]:hover {
    color: #072f60;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: white;
}

.user-access select {
    width: 100%;
    background-color: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    display: block;
    padding: 12px;
    margin-top: 15px;
    font-size: 18px;
    color: #58595f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer
}

.user-access select {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), linear-gradient(to right, #f2f2f2, #f2f2f2);
    background-position: calc(100% - 20px) calc(1em - -2px), calc(100% - 15px) calc(1em - -2px), calc(100% - 2.5em) .5em;
    background-size: 5px 5px, 5px 5px, 1px 1.5em;
    background-repeat: no-repeat
}

.user-access select:focus {
    border-color: #7e4926;
    outline: 0
}

.user-access select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

.coupon-link {
    text-align: left;
    font-size: 90%;
    margin-top: 15px
}

.input-wrapper {
    position: relative
}

.user-access span.close {
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: block;
    color: rgb(130 229 244);
    font-size: 18px;
    line-height: 25px;
    background: #FFF;
    padding: 0 5px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    transition: all .2s ease;
    position: absolute;
    right: 11px;
    top: 11px;
    margin-top: 15px
}

.user-access span.close:hover {
    color: rgb(130 229 244);
    background: #f7f7f7;
    border: 1px solid rgba(0, 0, 0, 0.2)
}

.terms {
    margin-top: 15px;
    font-size: 80%
}

.user-access .error-messages {
    background: 0;
    font-size: 85%;
    margin: 0;
    color: #e7515c;
    background: #fff2f3;
    padding: 5px
}

.user-access .error-messages ul {
    padding-left: 0
}

.user-access .errors {
    list-style: none;
    color: #e7515c;
    margin: 0
}

.error-messages ul,
.errors {
    list-style-type: none
}

.user-access .error {
    color: #e7515c;
    background: #fff2f3;
    padding: 5px;
    font-size: 85%
}

.user-access .referer-info {
    font-size: 90%
}

.user-access .referer-info p {
    font-size: 90%
}

.user-access .referer-logo {
    margin-top: 15px
}

.user-access .hidden {
    display: none
}

.bg-cover {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important
}

@media screen and (max-width:480px) {
    .register-quote {
        margin-top: 190px
    }
}

.slideshow {
    position: relative
}

.slideshow-list {
    position: relative;
    overflow: hidden
}

.slideshow-item {
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

@media screen and (max-width:480px) {
    .slideshow-item {
        height: 100vh;
        padding: 40px 80px
    }
}

.slideshow-item-current {
    visibility: visible;
    position: relative
}

.slideshow-fade .slideshow-item-hidePrevious,
.slideshow-fade .slideshow-item-hideNext {
    visibility: visible;
    -webkit-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -moz-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    -ms-animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both;
    animation: fadeOut 750ms cubic-bezier(0.455, 0.03, 0.515, 0.955) both
}

.slideshow-fade .slideshow-item-hidePrevious,
.slideshow-fade .slideshow-item-hideNext {
    z-index: 2
}

.slideshow-fade .slideshow-item-showPrevious,
.slideshow-fade .slideshow-item-showNext {
    z-index: 1
}

@-webkit-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-moz-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@-ms-keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes fadeOut {
    100% {
        opacity: 0;
        visibility: hidden
    }
}

.slideshow-nav {
    position: absolute;
    bottom: 10%;
    z-index: 9999;
    margin-left: 70px
}

@media screen and (max-width:480px) {}

.slideshow-pagination {
    text-align: center
}

.slideshow-dot {
    text-indent: -9999px;
    border: 0;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-appearance: none
}

.slideshow-dot-current {
    background-color: rgba(255, 255, 255, 1)
}

#checkbox-image {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(https://cdn1.alegra.com/js/extjs2/resources/ext-theme-gray/images/form/checkbox.gif) -39px 0 no-repeat;
    vertical-align: bottom;
    margin-bottom: 10px
}

#checkbox-image.checked {
    background: url(https://cdn1.alegra.com/js/extjs2/resources/ext-theme-gray/images/form/checkbox.gif) 0 -26px no-repeat
}

@keyframes rotate {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg)
    }
}

div#btn-loading-register {
    display: none;
    width: 100%;
    height: 50px;
    margin-top: 15px;
    border-radius: 4px;
    outline: 0;
    padding: 10px 10px;
    transition: background-color .2s ease;
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    background: rgba(0, 177, 157, 0.4);
    cursor: wait
}

div.img-loading-register {
    -webkit-animation: 3s rotate linear infinite;
    animation: 3s rotate linear infinite;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-image: url(http://cdn1.alegra.com/images/loading-circle.png) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    width: 25px;
    height: 24px;
    position: absolute;
    margin-left: 45px;
    margin-top: 2px
}

div#btn-loading-register label {
    color: white;
    font-weight: bold;
    font-size: 18px !important;
    line-height: 27px;
    cursor: wait
}




@charset "UTF-8";
/* CSS Document */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */

/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

audio,
canvas,
video {
    display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

[hidden] {
    display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: 'Open Sans', sans-serif; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
    outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
    background: #ff0;
    color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
   border: 0;
   width: 200px;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 2 */
    margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
    line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
    text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button; /* 2 */
    cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 */

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box; /* 2 */
    box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}