


.form-logo {
    background-image: url('/img/papiernest_logo_w.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 260px;
    height: 70px;
}
html {
   background: #9ABAAA !important
}




.btn-primary {

    background-color:#E28E67;
    border-color: #E28E67;
  
}

.signin-portal {
    max-width: 400px;
    background: #274457;
    padding: 60px;
    border-radius: 5px;
    margin: 0 auto; 
    box-shadow: 4px 6px 24px -10px #949494;
}