﻿.LoginOutherBox {
    margin-top: 47vh !important;
    padding-top: 0;
    min-height: 300px;
    width: 100%;
    height: 300px;
    display: inline-block;
    z-index: 1;
}

.LogoWide {
    background-size: 45% !important;
    height: 120px !important;
    width: 26%;
    margin-top: 3% !important;
    background-position: left !important;
    background-image: url(/Content/schneider/wide-logo.svg) !important;
}

.copyright {
    color: inherit !important;
    text-align: justify !important;
}

.copyright-clickable:hover {
    text-decoration: underline;
}

.loginForm .forgetPasswordLink a {
    color: #808080 !important;
}

.se .loginForm .validation-summary-errors {
    color: #F80000;
}

.se {
    height: 100%;
    min-height: 400px;
    min-width: 1461.11px;
    position: relative;
    text-align: center;
}

input[type=submit] {
    padding: 12px;
    background-color: rgb(13, 193, 120) !important;
    font-size: small;
    border-radius: 4px;
    border: none;
}

    input[type=submit]:hover {
        background-color: rgb(11, 150, 93) !important;
    }


.loginForm {
    text-align: center;
    padding: 0px;
    padding-top: 10px;
    margin-right: auto;
    border: none;
    margin-left: 4%;
    min-width: 1461.11px;
    text-align: center;
    border: none;
    width: 90% !important;
    max-width: none;
}

.loginFooter {
    z-index: 1;
    position: fixed;
    color: white !important;
    display: block;
    width: 100%;
    text-align: left !important;
    margin-left: 3% !important;
    padding-top: 0 !important;
    width: 33%;
    font-size: 0.9vw !important;
    line-height: 1.3em !important;
    background-color: RGBA(0,0,0,0) !important;
    margin-bottom: 0;
}

    .loginFooter:after {
        position: fixed;
        display: block;
        font-size: 2em;
        height: 15%;
        content: ' ';
        background-position-y: center;
        width: 16vw;
        background-image: url(/Content/schneider/additional-wide-logo.svg) !important;
        background-size: 100%;
        background-repeat: no-repeat;
        right: 5%;
        bottom: 1%;
        color: rgb(61, 205, 88);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }

.LoginOutherBox:before {
    position: absolute;
    display: block;
    content: '';
    background-color: rgba(61, 205, 88, 0.8);
    height: 23%;
    width: 100%;
    margin-top: -1.7%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


.LogoWide:after {
    display: inline-block;
    font-size: 320%;
    content: 'Schneider Electric EcoStruxure Wireless Data Logger 4G LTE';
    color: rgb(61, 205, 88);
    height: 10%;
    width: 70vw;
    text-align: left;
    margin: -1%;
    margin-top: 16%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: content-box;
}

.loginForm input[type="text"], .loginForm input[type="password"] {
    border: 1px solid black;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    display: inline;
    font-size: small;
    color: black;
}

.loginBoxIcon {
    display: none;
}

.loginForm .userNameContainer {
    margin-top: 3%;
}

.background-image {
    min-height: 800px;
    min-width: 1461.11px;
    z-index: 0;
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
}

.Login {
    display: block !important;
}

.loginForm .LoginInnerBox {
    border-bottom: none;
    position: relative !important;
    width: 20%;
    right: 0;
    margin: 0;
    float: right;
    margin-top: -6%;
    margin-right: 5%;
    display: inline-block;
}

@media only screen and (max-height: 750px) {
    .LoginOutherBox {
        margin-top: 30px !important;
    }
}