*{
    margin: 0;
    padding: 0;
}

.sign-in-form{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    width: 300px;
    height: 400px;
    text-align: center;
    padding: 5px 40px;
    box-sizing: border-box;
}

.login-title{
    font-size: 38px;
    margin-bottom: 30px;
    color: deeppink;
}

.sign-in-form input{
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
    outline: none;
    font-size: 22px;
    border: none;
    border-bottom: 2px solid cadetblue;
}

.input-btn{
    width: 39%;
    height: 48px;
    margin-top: 40px;
    font-size: 28px;
    background: cadetblue;
    color: white;
}

.input-btn:hover{
    background-color: darkorchid;
    color: aliceblue;
    border-bottom: 2px solid white;
}

.marija{
    position: absolute;
    right: 20px;
    bottom: 0;
}

.marija img{
    height: 80vh;
    width: 60vh;
}

footer{
    height: 100px;
    width: 100vw;
    position: absolute;
    bottom: 0;
}
