﻿/*
    Add to csHtml using the following snippit:
    @using IM.Web.Extensions;
    @section css {
        <link rel="stylesheet" type="text/css" href="@Url.CalculateFileVersionForNoCaching("~/Content/_aurora/login.css")" />
    }
*/

/*
    Created By: Mark Greep
    Created On: 19/11/2020

    Relates to view(s):
    Views/System/Login.cshtml

    Group prefix - Should also be listed in site.css to avoid conflict:
    lg-

*/

/* 
    *****************************************************
    lg-  Login Page - Login.cshtml
    *****************************************************
*/

.lg-centre-parent {
    position: relative;
    height: 100%;
    flex: 1 1 auto;
    background-color: inherit;
    padding: 10px;
}

.lg-centre-logonParent {
    flex: 0 1 600px;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    /* Rounded corners */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.lg-centre-logonParent-right {
    flex: 1 0 85%;
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px; 
}
    .lg-centre-logonParent-right md-tabs {
        /*minimum height for all pages*/
        height: 390px;
    }
    .lg-centre-logonParent-right md-tabs md-tabs-wrapper {
        /*Hide the tab labels - we just use the tabs for animation between pages*/
        display: none;
    }
    .lg-centre-logonParent-right md-tabs md-tabs-content-wrapper {
        top: 0;
    }
        .lg-centre-logonParent-right md-tabs md-content {
            height: 100%;
        }
    .lg-centre-logonParent-right md-tabs form {
        width: 100%;
    }


    .lg-centre-logonParent-right h2 {
        color: cornflowerblue;
        margin: 0 0 10px 0;
    }
    .lg-centre-logonParent-right .lg-smallheader {
        font-size: 12px;
        margin: 0 0 5px 0;
        color: #616161
    }
    .lg-centre-logonParent-right .lg-errormessage-container {
        width: 100%;
        background-color: #ff9f43;
        border: 1px solid #ed8c2f;
        margin: 0 0 10px 0;
        padding: 4px;
    }

    .lg-centre-logonParent-right .lg-inputcont {
        max-width: 350px;
        width: 90%;
        margin: 18px 0 0 0;
    }



    .lg-centre-logonParent-right .lg-buttons-bottom {
        width: 100%;
    }
    .lg-centre-logonParent-right .lg-buttons-bottom .md-button{
        margin: 0;
    }
        .lg-centre-logonParent-right .lg-buttons-bottom .md-button:last-child {
            margin: 0 0 0 10px;
        }














.lg-centre-logonParent-left {
    flex: 0 1 60px;
    border: 1px solid orangered;
    background-image: url('/publik/Views/Login/orange-sidebar-90x400.png');
}

.lg-forgotmydetails {
    width: 160px;
    box-shadow: 2px 2px 2px 2px;
}

.lg-login {
    width: 180px;
    box-shadow: 2px 2px 2px 2px;
}

.lg-errorcontainer {
    color: red;
    min-height: 25px;
}

.lg-forgotdetails-errorcontainer {
    color: rgba(255,64,129,0.87);
    min-height: 25px;
    margin-bottom: 20px;
}


.lg-forgotmydetails-back {
    width: 50px;
}

.lg-forgotmydetails-reset {
    width: 180px;
}

.lg-forgotmydetails-email {
    margin-top: 20px;
    margin-bottom: 20px;
}


.lg-recoverycode-email {
    font-size: 22px;
    color: rgb(255, 64, 129);
    margin-bottom: 8px;
}

.lg-recoverycode-code {
    margin-top: 20px;
    margin-bottom: 10px;
}

.lg-recoverycode-errorcontainer {
    color: rgba(255,64,129,0.87);
    min-height: 25px;
}



.lg-passwordreset-heading1 {
    margin: 10px 0 10px 0;;
    font-size: 12px
}

.lg-passwordreset-userinfo {
    color: steelblue;
    margin-bottom: 10px;
    font-size: 22px;
}

.lg-passwordreset-pass1 {
    margin-right: 10px;
}

.lg-passwordreset-pass2 {
    margin-bottom: 20px;
}

.lg-passwordreset-success {
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #0b8d23
}

.lg-passwordreset-errorcontainer {
    color: rgba(255,64,129,0.87);
    min-height: 25px;
    margin-bottom: 10px;
}




.lg-username {
    margin-top: 25px;
}



.lg-createacc-floating {
    background-color: white;
    position: absolute;
    right: 20px;
    top: 20px;
    padding: 20px;
    border: 1px solid darkgrey;
    width: 400px;
    height: 100px;
    
    /* Rounded corners */
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.42);
    -moz-box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.42);
    box-shadow: 4px 4px 10px 0px rgba(50, 50, 50, 0.42);
}
    .lg-createacc-floating .lg-createacc-left {
        width: 50px;
        height: 100%;
        
    }
        .lg-createacc-floating .lg-createacc-left img {
            width: 100%;
        }

    .lg-createacc-floating .lg-createacc-right {
        margin: 0 0 0 20px;
    }
        .lg-createacc-floating .lg-createacc-right span {
            font-size: 14px;
            margin: 0 0 5px 0;
        }
        .lg-createacc-floating .lg-createacc-right .md-button {
            width: 100%;
            margin: 0;
        }


.lg-2factorinfo-manualentry {
    font-size: 12px;
    width: 100%;
    /*break word / wordwrap*/
    display: block;
    word-wrap: break-word;
}

.lg-2factorinfo {
    width: 100%;
}
    .lg-2factorinfo img {
        width: 150px;
    }
.lg-2factorinfo-left span {
    font-size: 12px;
    margin: 0 0 3px 0;
}
    .lg-2factorinfo-left span.lg-2fa-header {
        font-weight: bold;
        margin: 0 0 5px 0;
    }
    .lg-2factorinfo-left span.lg-2fa-bottommargin {
        margin: 0 0 10px 0;
    }
    .lg-2factorinfo-left span.lg-2fa-bottomleftmargin {
        margin: 0 0 10px 40px;
    }
.lg-2factorinfo-left span font {
    font-weight: bold;
    color: rgb(255, 64, 129)
}
.lg-2factorinfo-code-container {
    width: 100%;
    padding: 10px;
    margin: 5px 0 5px 0;
    background-color: #fffccc;
    border: 1px solid #ed8c2f;
}
    .lg-2factorinfo-code-container md-input-container.lg-inputcont {
        margin: 10px 0 0 0;
    }



.debug {
}
/* RESPONSIVE LAYOUT */
/* layout-xs = 0 - 599px */
@media (min-width: 0px) and (max-width: 320px) {
    /* layout-xs = 0 - 599px - iPhone 5 */
    .lg-centre-logonParent {
        flex: 0 1 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .lg-centre-logonParent-right md-tabs {
        height: 500px;
    }

    .lg-centre-logonParent-left {
        flex: 0 1 20px;
    }

    .lg-createacc-floating {
        display: none;
    }

    .lg-centre-logonParent-right .lg-inputcont {
        max-width: 100%;
        width: 98%;
    }

    .lg-centre-logonParent-right h2 {
        font-size: 18px;
    }

    .lg-buttons-bottom {
        /* column flex direction */
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .lg-buttons-bottom .md-button {
        width: 100%;
    }
}


@media (min-width: 321px) and (max-width: 599px) {
    /* layout-xs = 0 - 599px - Most Phones */


    .lg-centre-logonParent {
        flex: 0 1 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .lg-centre-logonParent-right md-tabs {
        height: 500px;
    }

    .lg-centre-logonParent-left {
        flex: 0 1 20px;
    }
    .lg-createacc-floating {
        display: none;
    }
  
}

@media (min-width: 600px) and (max-width: 964px) {
    /* layout-sm = 600 - 959px - iPad Landscape */

    .lg-centre-logonParent {
        flex: 0 1 90%;
        
    }

    .lg-createacc-floating {
        display: none;
    }
    
}

@media (min-width: 965px) and (max-width: 1279px) {
    /* layout-?? = 1280 - 1440px - small resolutions */
}

@media (min-width: 1280px) and (max-width: 1440px) {
    /* layout-md = 960 - 1279px - iPad Portrait */
}


