﻿.logonpanel {
    margin: auto;
    width: 99%;
}

.logo {
    position: relative;
    margin: 24px auto auto auto;
    width: 350px;
    text-align: center
}

.logonstyle {
    background-color: white;
    border: 1px solid gray;
    position: relative;
    margin: auto;
    width: 320px;
    height: 180px;
    font-size: medium
}

.btn {
    border-radius: 6px;
    cursor: pointer;
    outline: none;
    transition: 0.2s all;
    position: absolute;
    padding: 3px 0;
    border: 1px solid gray;
}

    .btn:hover {
        border-color: red;
        background-color: lightgray;
    }

    .btn:active {
        background-color: gray;
        border-color: red;
        transform: scale(0.92);
    }

.appversion {
    position: relative;
    width: 320px;
    margin: auto;
    margin-top: 8px;
    text-align: right;
    color: black;
}

.imgviewer {
    z-index: 400;
    position: absolute;
    top: 84px;
    right: 68px;
    cursor: pointer;
}

.validationerror {
    color: red;
    font-size: large;
    position: absolute;
}

.newmail {bottom: 48px;left: 80px}

@media screen and (max-width:767px) {
    .formlogin {
        margin: auto;
        height: auto;
        max-width: 460px;
        font-size: small;
    }

    .errorsummary {
        z-index: 400;
        position: relative;
        margin: auto;
        margin-top: 12px;
        color: darkred;
        background-color: transparent;
        font-size: small;
        width: 350px;
    }

    .btnscontainer {
        position: relative;
        margin: 8px auto auto auto;
        width: 350px;
        height: 65px;
    }

    .servicebtnleft  {top: 2px; left: 30px}
    .servicebtnright {top: 2px;right: 32px}

    .servicetxtleft  {position: absolute;top: 45px; left: 30px}
    .servicetxtright {position: absolute;top: 45px;right: 27px}

    .infologon {
        color: navy;
        text-align: center;
        position: relative;
        margin: auto;
        font-size: small;
        width: 350px;
    }
}

@media screen and (min-width:768px) {
    .formlogin {
        margin: auto;
        height: auto;
        max-width: 460px;
        font-size: small;
    }

    .errorsummary {
        z-index: 400;
        position: relative;
        margin: auto;
        margin-top: 12px;
        color: darkred;
        background-color: transparent;
        font-size: small;
        width: 460px;
    }

    .btnscontainer {
        position: relative;
        margin: 8px auto auto auto;
        width: 460px;
        height: 65px;
    }

    .servicebtnleft  {top: 2px; left: 85px}
    .servicebtnright {top: 2px;right: 85px}

    .servicetxtleft  {position: absolute;top: 45px; left: 90px}
    .servicetxtright {position: absolute;top: 45px;right: 80px}

    .infologon {
        color: navy;
        text-align: center;
        position: relative;
        margin: auto;
        font-size: small;
        width: 460px;
    }
}
