:root {
    --blue: #81D4FA;
    --blue-darker: rgba(132, 196, 231, 1);
    --backgroundColor: #F3F3F3;
    --red: #EC6256;
    --red-darker: ##d4584d;
    --text-color: #32292b;
}
body {
    opacity: 1;
    font-family: "Arial";
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.pull-right {
    float: right; }

h4 {
    font-size: 20px;
}
.clear {
    position: relative;
    clear: both;
}
.clear::after, .clear::before {
    clear: both;
    content: '';
    display: block;
    position: relative;
}

.hidden {
    display: none;
}

.login-alert {
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
    left: 0;

    padding: 15px;

    border: 1px solid #d49e9f;
    background-color: #f2dede;
    border-radius: 2px;

    color: #8d3f3d;
}

.login-wrapper {
    position: absolute;
    width: 620px;
    border: 0;
    padding: 0;
    left: 50% !important;
    top: 50%;
    margin-top: -220px;
    margin-left: -310px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    .login-wrapper {
        width: 300px;
        margin-left: -150px !important;
    } }
.head {
    background-color: var(--blue);
    padding: 20px;
    text-align: center;
    font-size: 20px;
    font-family: "GT-Walsheim-Medium", "Arial";
    color: #fff; }
@media screen and (max-width: 767px) {
    .head {
        padding: 10px; } }
.head a {
    color: #fff;
    display: inline-block;
    padding: 0 50px 0 30px; }
@media screen and (max-width: 767px) {
    .head a {
        padding: 0 20px;
        border-right: 0; } }
.head a.edit {
    font-size: 14px;
    border-right: 0;
    font-weight: 600;
    font-family: "Arial"; }
.head a.edit img {
    margin-right: 20px; }
.head.login {
    padding: 0;
    background: var(--blue); }
.head.login ul li {
    display: inline-block;
    width: 49.5%;
    text-align: left;
    padding: 15px 20px;
    font-size: 20px;
    background-color: var(--blue-darker);
    font-family: "GT-Walsheim-Medium", "Arial"; }
.head.login ul li.active {
    background: var(--blue);
}
.head.login ul li a {
    display: block;
    border-right: 0; }
@media screen and (max-width: 767px) {
    .head.login ul li a {
        padding: 0; } }
@media screen and (max-width: 767px) {
    .head.login ul li {
        width: 48.5%; } }
.pop-upcontent {
    padding: 25px 150px;
    position: relative;
    background: var(--backgroundColor); }
@media screen and (max-width: 767px) {
    .pop-upcontent {
        padding: 15px; } }
.pop-upcontent .profile-img {
    width: 96px;
    height: 96px;
    top: -40px;
    position: absolute;
    left: 25px; }
@media screen and (max-width: 767px) {
    .pop-upcontent .profile-img {
        width: 66px;
        height: 66px;
        top: -56px;
        left: 15px; } }
.pop-upcontent .profile-img img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 0 2px 1px #4A4A4A; }
.pop-upcontent .profile-detail li {
    padding: 10px 0;
    font-size: 18px;
    color: #70757c; }
@media screen and (max-width: 767px) {
    .pop-upcontent .profile-detail li {
        font-size: 16px;
        word-break: break-all; } }
.pop-upcontent .profile-detail li img {
    margin-right: 20px;
    vertical-align: middle; }
@media screen and (max-width: 767px) {
    .pop-upcontent .profile-detail li img {
        margin-right: 10px; } }
.common-popup .pop-upcontent {
    padding: 20px; }
.common-popup .pop-upcontent .icon-align {
    position: relative;
    margin-top: 20px; }
.common-popup .pop-upcontent .email-icon {
    position: absolute;
    left: 47%;
    z-index: 9;
    top: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #79af1b;
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding-top: 6px; }
@media screen and (max-width: 767px) {
    .common-popup .pop-upcontent .email-icon {
        top: 47px; } }
.common-popup .pop-upcontent .forget-message {
    margin: 5px 0 3px;
    color: #70757c;
    font-size: 13px; }
.common-popup .pop-upcontent .back-btn {
    color: #79af1b; }
.common-popup .pop-upcontent .form-field input, .common-popup .pop-upcontent .form-field select {
    background: white; }
.common-popup .pop-upcontent .form-field select {
    padding: 10px 15px; }
.common-popup .pop-upcontent .password {
    display: block;
    margin: 10px 0;
    background: #f8fafb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    height: 60px;
    vertical-align: top; }
.common-popup .pop-upcontent .password:after {
    content: "\f06e";
    font-family: "FontAwesome";
    position: absolute;
    right: 20px;
    top: 33%;
    font-size: 22px;
    color: #70757c; }
.common-popup .pop-upcontent .password input {
    width: 100%;
    border: 0;
    padding: 20px 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
.common-popup .pop-upcontent .password input.error {
    border: 1px solid #f00; }
.common-popup .pop-upcontent a#forgot-pwd {
    color: var(--text-color);
    font-weight: 700;
    margin-top: 15px; }
.common-popup .pop-upcontent .styled-checkbox + label::before {
    background: white; }
.common-popup .tab-content {
    display: none; }
.common-popup #login-tab {
    display: block; }

.login-page-btn {
    width: 200px; }
@media screen and (max-width: 767px) {
    .login-page-btn {
        width: 100%;
        margin: 10px 0; } }
.login-page-btn a:hover {
    background: #17baad; }
.login-page-btn input[type="submit"] {
    margin-bottom: 15px;
    background: var(--red);
    width: 100%;
    display: block;
    text-align: center;
    text-align: center;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    font-family: "GT-Walsheim-Medium", "Arial";
    border: 0;
    font-size: 18px;
    cursor: pointer; 
    -webkit-box-shadow: 0px 4px 0px #d4584d;
    -moz-box-shadow: 0px 4px 0px #d4584d;
    box-shadow: 0px 4px 0px #d4584d }
.login-page-btn input[type="submit"]:hover {
    filter: brightness(96%);

}

.form-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    position: relative; }
.form-field .field-name {
    position: absolute;
    color: #79af1b;
    left: 11px;
    top: 5px;
    font-size: 12px;
    display: none; }
.form-field input, .form-field select, .form-field textarea {
    height: 60px;
    width: 100%;
    border: 1px solid transparent;
-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: #f1f4f7;
    font-size: 18px;
    color: #70757c;
    padding: 10px; }
.form-field input.error, .form-field select.error {
    border: 1px solid #b52b27; }
@media screen and (max-width: 767px) {
    .form-field input, .form-field select {

    } }
.form-field.focused .field-name {
    display: block;
    z-index: 9; }
.form-field input.focused, .form-field.focused select, .form-field.focused textarea {
    background: #fff;
    box-shadow: 0 0 4px 1px #A0A0A0;
}
.form-field label.error {
    color: #b52b27; }
.form-field.form-field2 {
    width: 49%;
    margin-right: 2%; }
.form-field.form-field2:last-child {
    margin-right: 0; }
@media screen and (max-width: 767px) {
    .form-field.form-field2 {
        width: 100%;
        margin-right: 0; } }
footer {
    position: absolute;
    margin-top: -100px;
    top:100%;
    padding: 15px 35px 15px 60px;
    width: 100%;
    font-size: 10pt;
}
footer ul li {
    display: inline-block;
    padding-left: 30px;
    position: relative;
}
footer ul li a {
    color: #6e7886
}
footer ul li.copyright {
    color: #6e7886;
    font-weight: 700;
    padding-left: 0; }
footer ul li.copyright:before {
    content: ''; }
footer ul li:before {
    content: "\f111";
    position: absolute;
    font-family: FontAwesome;
    font-size: 6px;
    top: 5px;
    left: 10px;
    color: #333333; }

@media screen and (max-width: 767px) {
    footer ul li:before {
        left: 0px; }
    footer ul li {
        padding: 0 20px 20px 12px; }
    footer .pull-right {
        width: 100%; }
    footer ul li.copyright {
        display: block;
        padding-right: 0; }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    footer > .pull-right img {
        width: 160px; }
}

#register-warning {
    width: 100vw;
    height: 100vh;
    z-index: 1;
    position: fixed;
    background-color: #fff;
}

.cat-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    font-size: 24px;
    font-family: 'Walsheim-Medium', Arial;
    color: #444444;
}

.register-terms {
    width: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#custom-buttons {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
}

#custom-buttons button {
    margin-bottom: 15px;
    background: #18c3b5;
    display: block;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
    color: #fff;
    font-family: "GT-Walsheim-Medium", "Arial";
    border: 0;
    font-size: 18px;
    cursor: pointer;
    -webkit-box-shadow: 0px 4px 0px #15aca0;
    -moz-box-shadow: 0px 4px 0px #15aca0;
    box-shadow: 0px 4px 0px #149f93;
}

.register-terms-title {
    text-align: center;
    text-decoration: underline;
    padding-bottom: 10px;
}

#company-logo {
    margin-bottom: 10px;
}

.company-logo-center {
    display: flex;
    justify-content: center;
}


@media screen and (max-width: 767px) {
    #custom-buttons {
        display: block;
    }
    #custom-buttons button {
        width: 100%;
    }
}