﻿html{
    height: auto;
}
@media (max-height: 485px){
    .login-logo{
        visibility: hidden;
    }
}

body[class*=Nino] #update-target > form input[type=text].login-username,
body[class*=Nino] #update-target > form input[type=password].login-password {
    height: 20px;
    border: 0;
    width: calc(100% - 2px);
    margin: 20px 0px 20px 1px;
    box-shadow: -8px 10px 0px -9px #C9CCD4, 8px 10px 0px -9px #C9CCD4;
    -webkit-transition: box-shadow 0.3s;
    transition: box-shadow 0.3s;
    background-color: #ffffff !important;
}

    body[class*=Nino] #update-target > form input[type=text].login-username:focus,
    body[class*=Nino] #update-target > form input[type=password].login-password:focus {
        outline: none;
        box-shadow: -8px 10px 0px -9px #f26522, 8px 10px 0px -9px #f26522;
    }