html {
    height: 100%;
}
body {
    height: 100%;
    background-color: #222222;
}
.navbar {
    position: fixed;
    width: 100%;
    top:0px;
}

footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    font-size: 1em;
    text-align: center;
}

#content {
    height: 100%;
}

#content .row {
    display: flex;
    margin: 0px;
    height: 100%;
    align-items:center;
    width: 100%;
}

#info {
    height: 80%;
    max-height: 600px;
    height: 400px;
    margin-right: 30px;
    border-radius: 5px;
    color: black;
    padding: 5px;
    background-image: url("../images/login-info.jpg");
    background-repeat: round;
    padding: 20px;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#info img {
    width: 100%;
    height: 100%;
}

#login-box {
    height: 360px;
    border: 1px solid lightblue;
    box-shadow: 0px 0px 10px lightgray;
    border-radius: 5px;
    background-color: white;
    padding: 30px 20px;
}

#login-box input{
    margin-bottom: 20px;
}

#others {
    position: absolute;
    right: 20px;
    bottom: 20px;
    padding: 5px 20px;
    font-size: 1em;
}

#others .dotted {
    color: #bfbfbf;
    margin: 0 5px;
}