/*
//* Copyright (C) 2025 Allocare AG
//*         Author: mli
//*    Description: AppLogin style sheet
//* Update History:
//*     YY/MM/DD  uid  ---fixid---  Description
//*     25/07/11  mli  65407        NSP PWA App (tel)
*/

/* //STYLEGEN// style behind auto generation - do not edit */

#ContinueButton
{
	left: 20px;
}

/* end style behind auto generation - do not edit //STYLEGEN// */

body
{
    margin: 0;
    height: 100%;
}

form
{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1
{
    color: #3681b0;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14pt;
    font-feature-settings: 'tnum';
    line-height: 1.27;
}

.ams-param-label
{
    color: #989591;
    font-size: 14px;
    line-height: 1.29;
    font-weight: 700;
    margin-bottom: 10px;
}

#MainContent
{
    margin: auto;
    width: 300px;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#FormPanel
{
    background: #ebf2f7;
    padding: 30px;
    width: 100%;
}

#Logo
{
    background-image: url(../../Images/AppLoginLogo.set.png);
    width: 300px;
    height: 84px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 30px;
}

#FormPanel input
{
    width: 100%;
}

#FormPanel .TextEdit
{
    background-color: transparent;
}

#UserNameTextEdit, #PasswordTextEdit
{
}

#LoginButton
{
    margin-bottom: 20px;
}

#LoginButton, #ForgotPwdButton
{
    text-transform: uppercase;
}

#FooterContent
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1202px;
    margin: 0 auto;
    padding: 0 40px;
}

#FooterLogos
{
    display: flex;
    flex-direction: row;
    align-items: center;
}

#AppFooterLogo
{
    background-color: white;
    background-image: url(../../Images/AppFooterLogo.set.png);
    width: 42px;
    height: 42px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 20px;
}

#AppLinkedInLogo
{
    background-image: url(../../Images/AppLinkedInLogo.set.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 8px;
}

.WarningPanel1, .CriticalPanel1
{
    margin: 0;
}

.ams-set37-appFooter
{
    margin: 0 !important;
}