<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
  color: blue;
  text-align: center;
}

.entry {
  width: 100%;
  margin-left: auto ;
  margin-right: auto ;
}
 
.create {
  width: 300px ;
  margin-left: auto ;
  margin-right: auto ;
  display: none;
}

.entry-item label  
{
	display: none !important; 
}

.intro h2
{
    display: none !important; 
}

.rememberMe
{
	display: none !important; 
}

.social,
.divider
{
 display:none !important; 
}

#Dormakaba,
#forgotPassword
{
  display:none !important; 
}

.error 
{
	text-align: center;
}

#api
{
  margin: auto;
  padding: 10px;
  display: block;
}

 html, body {
                background: #e7e7e8;
                font-family: Helvetica;
            }


            input:focus,
            select:focus,
            textarea:focus,
            button:focus {
                outline: none;
            }

            form {
                min-width: 300px;
                width: 50%;
				margin: 0 auto;
            }

            input {
                display: block;
                width: 60%;
                box-sizing: border-box;
                padding-left: 20px;
                padding-right: 20px;
                padding-top: 12px;
                padding-bottom: 12px;
                border: 1px solid #ccc;
                font-size: 16px;
                margin: 20px auto;
                border-radius: 20px;
            }

                input[type="checkbox"]  {
                    width: 5%;
                }

.mykeysprologo {
    min-width: 200px;
    width: 25%;
    display: block;
    margin: auto;
    margin-bottom: 40px;
}

            button {
                background-color: #f87800;
                border: none;
                color: white;
                padding: 15px 32px;
                text-align: center;
                text-decoration: none;
                font-size: 16px;
                margin: 4px 2px;
                cursor: pointer;
                border-radius: 40px;
                width: 40%;
                margin: auto;
                margin-top: 40px;
                margin-bottom: 20px;
                display: block;
            }

#forgotPasswordContainer,
#accountRegister {
    text-align: center;
    color: #f87800;   
}

a {
    text-decoration: none;
    color: #f87800;
    cursor: pointer;
}

    a:hover {
        color: #f87800;
        -webkit-transition: color 0.2s ease-in-out; /* Safari */
        transition: color 0.2s ease-in-out;
    }

    #homeSection{
        position: absolute;
        top: 10px;
        height: 30px;
        display: flex;
    }

    #homeLink    {
        height: 30px;
    }
    
    #homeLinkIcon {
        background-color: rgba(0,0,0,.4);
        color: #fff;
        width: 30px;
        height: 30px;
        font-size: 30px;
        }
    
        #homeLinkIcon :hover {
        cursor: pointer;
        transition: all .5s ease;
        }

    #homeText {
        color: #f87800;
        font-weight: 700;        
        margin: 0;
        padding-left: 10px;
        padding-top: 10px;
        vertical-align: middle;
        height: 30px;
        float: right;
    }
   
    @media only screen and (max-width: 500px) {
        .mykeysprologo {
            margin-bottom: 20px!important;
        }
    
        input {                        
            margin: 10px auto!important;
            width: 60%!important;
        }

        button {
            margin-top: 0px!important;            
            width: 40%!important;
        }

        #homeSection{
            position: relative!important;
            display: block!important;           
            width: 20%!important;
            margin: 0 auto;
        }
    }</pre></body></html>