﻿.foo {
}
/* W3C CSS validator likes CSS files to start with a class rather than a comment. Soooooo.... */

/* This style sheet is intended to contain OFTEN CHANGED rules used when the Login control adapter is enabled. */
/* Empty rules are provided merely as a convenience for your future use or experimentation. */
/*
.MyLogin
{
    width: 23.6em;
    background: #ffffff;
}

.MyLogin .AspNet-Login
{
    font-family: Verdana;
    font-size: 11px;
        padding: 4px;
    border: solid 1px #037819;
}

.MyLogin .AspNet-Login label
{
    color: #037819;
}
.MyLogin .AspNet-Login input
{
    color: #037819;
    border: solid 1px #5D7B9D;
}
*/

/* This rule is used when AutoAccessKey is true */
/*
.MyLogin .AspNet-Login label em
{
    text-decoration: underline;
    font-style: normal;
}

.MyLogin .AspNet-Login .AspNet-Login-TitlePanel
{
      font-size: 14px;
      font-weight: bold;
    color: #F7F6F3;
   	background:#ffffff url(Image/menu_bg.gif);
    text-align: center;
    margin-bottom: 0.3em;
    padding-top: 1px;
    height: 25px;
}

.MyLogin .AspNet-Login .AspNet-Login-FailurePanel
{
    height: 4em;
    color: #990000;
}

.MyLogin .AspNet-Login .AspNet-Login-UserPanel,
.MyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.MyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.MyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    padding: 0.25em 0.1em 0 0;
}

.MyLogin .AspNet-Login .AspNet-Login-UserPanel,
.MyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.MyLogin .AspNet-Login .AspNet-Login-SubmitPanel
{
    text-align:right;
}

.MyLogin .AspNet-Login .AspNet-Login-UserPanel label,
.MyLogin .AspNet-Login .AspNet-Login-PasswordPanel label
{
    white-space: nowrap;
}

.MyLogin .AspNet-Login .AspNet-Login-UserPanel input,
.MyLogin .AspNet-Login .AspNet-Login-PasswordPanel input
{
    width: 9em;
}

.MyLogin .AspNet-Login .AspNet-Login-SubmitPanel input
{
	background:#ffffff url(Image/menu_bg.gif);
    color: #ffffff;
    border: solid 0px #5D7B9D;
    height: 25px;
}

.MyLogin .AspNet-Login .AspNet-Login-InstructionPanel,
.MyLogin .AspNet-Login .AspNet-Login-HelpPanel,
.MyLogin .AspNet-Login .AspNet-Login-PasswordPanel,
.MyLogin .AspNet-Login .AspNet-Login-RememberMePanel,
.MyLogin .AspNet-Login .AspNet-Login-CreateUserPanel,
.MyLogin .AspNet-Login .AspNet-Login-PasswordRecoveryPanel
{
}

*/



.login-body {
    background: linear-gradient(-17deg, #16803e, #02d451);
    margin: 0;
    padding: 0;
}

.login-wrapper {
    width: 100%;
    height: 100vh;
    background: url(Image/login-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.login-logo {
    position: fixed;
    left: 50%;
    top: 42%;
    transform: translate(-50%);
    border-radius: 6px;
    overflow: hidden;
}

.my-login {
    position: fixed;
    width: 500px;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    padding-right: 80px;
}

.MyLogin {
    width: 360px;
    background: #fff url(Image/logo-alpha.jpg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 30px;
}
.AspNet-Login * {
    box-sizing: border-box;
}
.AspNet-Login-TitlePanel {
    width: 100%;
    position: relative;
    height: 50px;
}

    .AspNet-Login-TitlePanel span {
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 100px;
        height: 100px;
        background-color: #16803e;
        border-radius: 50%;
        border: 3px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-weight: 600;
        font-size: 24px;
    }

.create-Login-TitlePanel {
    width: 100%;
    position: relative;
    height: 50px;
}

    .create-Login-TitlePanel span {
        position: absolute;
        top: -80px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: 60px;
        background-color: #16803e;
        border-radius: 20px;
        border: 3px solid #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #FFF;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
    }

.login-form {
    width: 100%;
}

.AspNet-Login-UserPanel,
.AspNet-Login-PasswordPanel {
    margin-bottom: 10px;
}

    .AspNet-Login-UserPanel label,
    .AspNet-Login-PasswordPanel label {
        width: 100%;
        display: block;
        margin-bottom: 5px;
        font-weight: 600;
        color: #333;
    }

        .AspNet-Login-UserPanel label em,
        .AspNet-Login-PasswordPanel label em {
            font-style: normal;
        }

.login-field-group:last-child {
    margin-bottom: 0px;
}

.AspNet-Login-UserPanel input,
.AspNet-Login-PasswordPanel input {
    width: 100%;
    border-radius: 20px;
    border: 2px solid #16803e;
    height: 40px;
    padding: 0 15px;
    background: transparent;
}

.AspNet-Login-SubmitPanel {
    padding: 10px 0;
}

    .AspNet-Login-SubmitPanel input {
        width: 100%;
        border-radius: 20px;
        border: 2px solid #2ab961;
        background: linear-gradient(to top, #16803e, #02d451);
        height: 40px;
        color: #FFF;
        font-weight: 600;
    }

.login-footer {
    padding: 20px 0 0 0;
}

.AspNet-Login-PasswordRecoveryPanel a {
    color: #16803e;
}



.text-center {
    text-align: center;
}
