#sign-in {
    background-color: #FFF;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    border-radius: 25px;

    margin: auto;
    height: 70vh;
    width: 60vw;
    display: flex;
}

#sign-in>div {
    height: 100%;
}

#sign-in>div:first-child {
    width: 40%;
    display: flex;
    /*background-image: url(../images/icons/apple-premium-service-provider.png);*/
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 97%;
    background-size: 120px;
}

#sign-in>div:first-child>div {
    margin: auto
}

#sign-in>div:last-child {
    width: 60%;
    background-image: url(https://intranat.neuroport.pl/panel/images/recepcja_scaled.jpg);
    background-repeat: no-repeat;
    background-position: center ;
    background-size: cover;
    border-radius: 0 25px 25px 0;
}

#sign-in fieldset {
    width: 200px;
    border-radius: 5px;
    border: 1px solid #e8ebef;
    padding: 0;
    margin: 0 0 10px ;
    cursor: pointer;
    display: flex;
    position: relative;
}

#sign-in fieldset:hover {
    border: 1px solid #677285;
}

#sign-in input {
    width: 100%;
    cursor: pointer;
    border: none;
    margin: 0 6px;
    padding: 0;
    height: 20px;
}

#sign-in legend {
    background-color: #fff;
    color: #677285;
    font-size: 11px;
    padding: 0 5px;
    margin: 0 10px;
}