﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

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-size: 100%;
    font: inherit;
    vertical-align: middle;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

    blockquote:before,
    blockquote:after,
    q:before,
    q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    *:before,
    *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

label {
    font-weight: normal;
}

div {
    box-sizing: border-box;
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
    width: 100%;
}

input[type="text"] {
    padding-left: 15px;
    padding-right: 15px;
}

input:focus,
button:focus,
a:focus,
textarea:focus {
    outline: none;
}

.saascontainer {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.container:after {
    content: '';
    display: table;
    clear: both;
}

body,
html {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    width: 100%;
    float: left;
}

.loginbody {
    background-image: url('trailbackground.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.login-container {
    box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 100%;
}

.loginscreen {
    width: 100%;
    float: left;
}

.login-box {
    position: relative;
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    padding: 20px 10px;
    display: inline-block;
    width: 500px;
    max-width: 100%;
    height: 100%;
    padding-top: 100px;
    float: right;
    padding-bottom: 60px;
    overflow: auto;
}

.companytext {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    display: inline-block;
    width: 600px;
    max-width: 100%;
    min-height: 300px;
    margin-top: 15%;
    text-align: left;
    border-top: 5px #23c6c8 solid;
}

    .companytext h2,
    .companytext .h2 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 12px;
        line-height: 30px;
        margin-top: 0;
    }

    .companytext p {
        font-size: 14px;
        font-weight: 200;
        line-height: 22px;
        color: #777;
        margin-bottom: 10px;
    }

.login-3 .logocontainer {
    padding: 35px 25px 35px;
    background: rgba(26, 179, 148, 1);
    background: -moz-linear-gradient(-45deg, rgba(26, 179, 148, 1) 0%, rgba(35, 197, 200, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(26, 179, 148, 1)), color-stop(100%, rgba(35, 197, 200, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(26, 179, 148, 1) 0%, rgba(35, 197, 200, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(26, 179, 148, 1) 0%, rgba(35, 197, 200, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(26, 179, 148, 1) 0%, rgba(35, 197, 200, 1) 100%);
    background: linear-gradient(135deg, rgba(26, 179, 148, 1) 0%, rgba(35, 197, 200, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#1ab394', endColorstr='#23c5c8', GradientType=1);
}

.login-3 .loginscreen {
    padding: 0 30px;
    margin-bottom: 20px;
}

    .login-3 .loginscreen h2,
    .login-3 .loginscreen .h2 {
        font-size: 16px;
        text-transform: uppercase;
        margin-bottom: 20px;
    }

.login-3 .login-box {
    overflow: hidden;
}


/* .login-3 .login-box:before {
  content: "";
  -webkit-filter: blur(30px);
  -o-filter: blur(30px);
  filter: blur(30px);
  height: 150%;
  left: -45px;
  position: absolute;
  top: -45px;
  width: 150%;
  z-index: -2;
  background: rgba(0, 0, 0, 0) url(trailbackground.jpg) no-repeat fixed 0 0 / cover;
}

.login-3 .login-box:after {
  background: rgba(222, 222, 222, 0.3) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
} */

.login-3 fieldset {
    border: 1px #efefef solid;
    margin: 0;
    margin-bottom: 15px;
}

    .login-3 fieldset .login-input-item {
        margin: 0;
    }

.login-3 .login-login-form {
    padding: 20px;
    margin-top: 10px;
    /*margin-top: -40px;*/
    background: #fff;
    border-radius: 5px;
    /*box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);*/
    box-shadow: 2px 5px 15px 2px rgba(0, 0, 0, .1);
}

.login-3 fieldset input {
    margin: 0;
    height: 40px;
    padding: 10px 10px;
    font-size: 13px;
    border-radius: 0;
}

.login-3 .logocontainer span {
    background: #fff;
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 100%;
    padding: 12px;
}

.login-3 .login-box,
.login-2 .login-box {
    float: none;
    margin: 0 auto;
}

.login-3 .login-box {
    width: 100%;
    max-width: 980px;
    height: auto;
    padding: 0;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
}

.login-3 .loginside {
    width: 44%;
    float: left;
    background: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
}

.login-3 .companytext {
    margin: 0;
    width: 56%;
    float: left;
}

.companytext,
.login-3 .companytext {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.3);
    padding: 30px;
    display: inline-block;
    max-width: 100%;
    margin-top: 15%;
    text-align: left;
    border-top: 5px #23c6c8 solid;
}

.login-3 .companytext,
.login-2 .companytext {
    background: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border: none;
    padding: 15px;
    /*max-height: 400px;*/
    overflow: auto;
    min-height: 0;
    /*text-align: center;*/
}

.login-2 .login-box {
    padding-top: 0;
    padding-bottom: 0;
}

.login-2 .companytext {
    margin-top: 10px;
}

.login-3 .companytext {
    padding: 45px;
    max-height: 475px;
}

.copyright {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 6px 15px;
    background: #fff;
    font-size: 13px;
}

.login-input-container.leftcontent {
    width: 50%;
    float: left;
    margin: 0;
    padding: 20px 30px;
}

.login-login-form {
    margin: 0;
}

.login-input-container {
    border-radius: 5px;
    margin: 20px 20px 0;
    padding: 0;
    border: none;
}

.login-input-item {
    position: relative;
    width: 100%;
    float: left;
    margin: 5px 0;
}

.login-login-button-container {
    border: 0 none;
    margin: 0;
    padding: 0 20px 10px;
}

.login-title {
    font-size: 20px;
    color: #044065;
}

.logocontainer {
    width: 100%;
    float: left;
    padding: 10px 10px;
    text-align: center;
}
.logocontainer > div {
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 100px !important;
    margin: 0 auto;
}
    .logocontainer img {
        max-height: auto !important;
        height: auto !important;
        max-width: 100%;
        border-radius: 0 !important;
    }

.login-login-button {
    background-color: #0c7f82;
    border: 0 none;
    border-radius: 3px;
    color: #fff;
    display: block;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 15px;
    text-transform: uppercase;
    width: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

    .login-login-button:hover,
    .login-login-button:focus {
        background-color: #065a5d;
    }

.login-link-container {
    padding: 0 20px;
    text-align: left;
    text-align: center;
    font-size: 14px;
    color: #888;
    width: 100%;
    float: left;
}

.privacylink {
    margin-top: 5px;
    width: 100%;
    float: left;
}

.login-right-links {
    float: right;
}

.login-create-account-link {
    margin-left: 5px;
    margin-top: 15px;
    display: inline-block;
    border-bottom: 1px #252525 dotted;
    padding: 3px 0 !important;
}

    .login-create-account-link:hover {
        text-decoration: none;
    }

.login-link {
    color: #044065;
    cursor: pointer;
    padding: 5px 0px;
    text-decoration: none;
}

    .login-link:hover,
    .login-link:focus {
        color: #0c7f82;
    }

.login-color {
    color: #0c7f82 !important;
}

.login-head {
    width: 100%;
    float: left;
    padding: 10px 10px;
    text-align: center;
    margin-top: 25px;
}

    .login-head h1 {
        font-size: 28px;
        font-weight: 700;
        color: #0c7f82;
    }

    .login-head p {
        font-size: 13px;
        margin-top: 8px;
        color: #777;
    }

.login-button {
    background-color: #fff;
    border: 1px solid #bfc0c6;
    border-radius: 5px;
    color: #696b79;
    display: block;
    font-size: 13px;
    height: 50px;
    margin: 0 auto;
    max-width: 162px;
    padding-left: 18%;
    position: relative;
    text-align: left;
    width: 100%;
}

button,
input,
select,
textarea {
    font-family: inherit;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}

.login-button-container {
    margin-bottom: 20px;
    margin-top: 10px;
}

.login-user-input {
    border: 1px solid #efefef;
    border-radius: 5px;
    color: #777;
    display: block;
    padding: 10px 15px;
    width: 100%;
    margin-bottom: 35px;
    position: relative;
    z-index: 2;
    background: none;
    font-size: 14px;
}

    .login-user-input:focus {
        border-color: #044065;
    }

.completed .login-user-input,
.completed .login-user-input:focus {
    border-color: #2ece2b;
}

.login-button {
    display: inline-block;
    width: 49%;
}

.login-facebook {
    margin-bottom: 10px;
    width: 100%;
    max-width: 327px;
}

.login-input-item label {
    color: #777;
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: left;
    left: 15px;
    top: 10px;
    -webkit-transition: 0.2s all ease-in-out;
    -o-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
}

.focused.login-input-item label {
    font-size: 14px;
    top: -15px;
    color: #044065;
    font-weight: 400;
}

.completed.login-input-item label {
    color: #2ece2b;
}

/* Login page changes */

.login-container {
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
}

    .login-container.login-3 {
        overflow: hidden;
    }

.login-bg::before,
.login-box::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.login-bg.login-1::before,
.login-box.login-1::before {
}

.companytext {
    margin-top: 0;
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.4);
}

.logocontainer {
    padding-bottom: 10px;
}

    .logocontainer img {
        max-height: 90px;
    }

.login-user-input {
    margin-bottom: 10px;
}

.focused.login-input-item label {
    top: -20px;
    left: 0;
}

.login-login-button-container {
    padding-bottom: 0;
}

.login-box {
    padding: 15px;
    box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.2);
}

.login-box-inr {
    max-width: 96%;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}


@media (max-width: 1200px) {
    .login-container {
        min-height: 100vh;
        height: auto;
    }

    .login-box,
    .companytext {
        width: 650px;
        max-width: 100%;
        float: none;
        display: block;
        margin: 0 auto;
        height: auto;
        padding-top: 30px;
    }

    .companytext {
        margin-top: 30px;
        min-height: 0;
    }

    .login-bg {
        padding: 20px 15px 50px;
    }

        .login-bg::before,
        .login-box::before {
            display: none;
        }

    .login-box-inr {
        max-width: none;
        margin-bottom: 0;
        display: block;
    }

    .login-2.login-container {
        height: 100vh;
        padding: 0;
    }

    .login-2 .login-box {
        height: 100%;
    }
}

@media (max-width: 991px) {
    .login-3 .loginside,
    .login-3 .companytext {
        width: 50%;
    }

    .login-3 .companytext {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .login-3 .loginside,
    .login-3 .companytext {
        width: 100%;
    }

    .login-3 .loginscreen {
        padding: 0;
    }

    .login-3 .login-login-form {
        /*padding: 25px 15px;*/
    }

    .companytext p {
        font-size: 15px;
    }

    .login-3.login-container {
        padding: 20px 20px 50px;
        height: auto;
    }

    .login-3 .companytext {
        padding: 20px;
    }

    .login-3 .login-login-form {
        box-shadow: none;
        padding-bottom: 10px;
    }

    .login-3 .login-box {
        position: static;
        transform: none;
    }

    .login-3 .logocontainer {
        /*padding-top: 20px;
        padding-bottom: 60px;*/
    }

    .login-3 .companytext {
        margin-top: 20px;
    }
}

@media (max-width: 480px) {
    .logocontainer {
        padding: 10px 0;
    }

        .logocontainer img {
            max-height: 100px;
        }

    .login-bg,
    .login-3.login-container {
        padding-bottom: 70px;
    }

    .login-box,
    .companytext {
        padding: 20px;
    }

    .login-input-container {
        margin: 10px 0 0;
    }

    .login-login-button-container,
    .login-link-container {
        padding-left: 0;
        padding-right: 0;
    }

    .companytext p {
        font-size: 14px;
    }

    .login-2 .companytext {
        padding-left: 0;
        padding-right: 0;
    }

    .login-2 .login-box {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .login-3 .login-link-container {
        padding: 0 15px;
    }
}

.browserunsupport-oops {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.browserunsupport-notsupported {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0px;
}

.browserunsupport-detail {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}

.browserunsupport-icon {
    width: 50px;
    height: 50px;
    margin: -30px 0 14px;
}

.browserunsupport-link {
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    margin: 10px;
    clear: both;
    padding-top: 15px;
}

.browserunsupport-close.md-button.md-icon-button {
    position: absolute;
    right: 6px;
    top: 6px;
    margin: 0;
}

.browserunsupport-icondiv {
    float: left;
    margin: 50px 8px 10px;
    box-shadow: 0px 4px 6px 1px rgba(40, 40, 40, 0.2);
    border-top: none;
    border-radius: 0 0 2px 2px;
    padding: 0 10px;
    width: 118px;
    min-height: 80px;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 600;
}
