﻿/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
html {
    height: 100%;
    box-sizing: border-box;
}

html {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 0px;
    min-height: 100%;
}

* {
    box-sizing: inherit;
}

    *::before {
        box-sizing: inherit;
    }

    *::after {
        box-sizing: inherit;
    }

body {
    background-position: center;
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.login-wrapper {
    margin: -155px 0px 0px -200px;
    border: 1px solid rgb(204, 204, 204);
    left: 50%;
    top: 50%;
    width: 400px;
    position: absolute;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

.underconstruction-wrapper {
    margin: -155px 0px 0px -200px;
    border: 1px solid rgb(204, 204, 204);
    left: 50%;
    top: 50%;
    width: 620px;
    position: absolute;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
}

.form-wrapper {
    padding: 30px;
    background-color: rgba(255, 255, 255, 1.00);
}

.signon.form-wrapper {
    padding: 30px 30px 15px;
}

.logo {
    margin: 0px auto 15px;
    display: block;
    max-width: 100%;
    background-repeat: no-repeat;
}

.ng-hide {
    display: none;
}

input {
    padding: 5px;
    width: 100%;
    height: 34px;
    box-shadow: none;
}

    input:focus {
        border: 1px solid rgb(72, 139, 255);
    }

.loginButton {
    padding: 5px 10px;
    border: currentColor;
    width: 50%;
    height: 34px;
    text-align: center;
    color: black;
    font-family: poppinssemibold;
    font-size: 14px;
    font-weight: 600;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -ms-user-select: none;
    background-color: #00f49c;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 25%;
    border-radius: 100px;
}

    .loginButton[disabled] {
        padding: 5px 10px;
        border: currentColor;
        width: 50%;
        height: 34px;
        text-align: center;
        color: rgb(255, 255, 255);
        font-family: poppinssemibold;
        font-size: 14px;
        font-weight: 600;
        vertical-align: baseline;
        display: inline-block;
        cursor: pointer;
        -ms-user-select: none;
        background-color: gray;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        margin-left: 25%
    }

.appReturnButton {
    padding: 5px 10px;
    border: currentColor;
    width: 50%;
    height: 34px;
    text-align: center;
    color: white;
    font-family: poppinssemibold;
    font-size: 14px;
    font-weight: 600;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -ms-user-select: none;
    background-color: black;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 25%;
    border-radius: 100px;
}

input[type=submit] {
    padding: 5px 10px;
    border: currentColor;
    height: 34px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: "Roboto";
    font-size: 14px;
    font-weight: 900;
    vertical-align: baseline;
    display: inline-block;
    cursor: pointer;
    -ms-user-select: none;
    background-color: rgb(204, 0, 0);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    input[type=submit]:hover {
        background-color: rgb(177, 0, 0);
    }

.form-group {
    margin-bottom: 10px;
}

:last-child.form-group {
    margin-bottom: 20px;
}

a {
    color: rgb(72, 139, 255);
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
}

    a:hover {
        color: rgb(56, 56, 56);
    }

    a[ng-if='model.passwordReminderUrl'] {
        margin-top: 15px;
    }

    a.cancel {
        margin-top: 15px;
    }

.login-error {
    color: rgb(238, 46, 36);
    font-size: 12px;
    margin-bottom: 10px;
}

.new-customer-block {
    padding: 15px 30px;
    background-color: rgba(255, 255, 255, 1.00);
}

    .new-customer-block p {
        margin: 0px;
        text-align: center;
        color: rgb(56, 56, 56);
        font-size: 12px;
    }

.field-validation-error {
    color: rgb(204, 0, 0);
    font-size: 12px;
}

.ro-mask {
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
}

input[name=password] {
    border: 1px solid rgb(204, 204, 204);
}

input[name=username] {
    border: 1px solid rgb(204, 204, 204);
}

input[name=password].ng-invalid.ng-dirty {
    border: 1px solid rgb(238, 46, 36);
}

input[name=username].ng-invalid.ng-dirty {
    border: 1px solid rgb(238, 46, 36);
}

input[name=Email].ng-invalid.ng-dirty {
    border: 1px solid rgb(238, 46, 36);
}

.login-error-message {
    background: rgba(255, 255, 255, 0.9);
    margin: -155px 0px 0px -300px;
    padding: 30px;
    border: 1px solid rgb(238, 46, 36);
    left: 50%;
    top: 25%;
    width: 600px;
    color: rgb(238, 46, 36);
    position: absolute;
    box-shadow: 0px 0px 6px rgba(238,46,36,0.8);
}

    .login-error-message h3 {
        text-align: center;
        margin-top: 0px;
    }

    .login-error-message .request-id {
        margin: 10px 0px;
    }

    .login-error-message a {
        text-decoration: underline;
    }

.registration-wrapper {
    margin: -155px 0px 0px -200px;
    border: 1px solid rgb(204, 204, 204);
    left: 50%;
    top: 25%;
    width: 500px;
    height: 600px;
    position: absolute;
    background-color: #ffffff;
}

input.ng-invalid {
    border: 1px solid red;
}

input.ng-valid {
    border: 1px solid green;
}

select.ng-invalid {
    border: 1px solid red;
}

select.ng-valid {
    border: 1px solid green;
}

input, textarea, keygen, select, button {
    font-size: 13.33px;
    font-family: Roboto;
    font-weight: 400;
    font-style: normal;
}
