body {
    margin: 0;
}

#wrapperLogin {
    /*background-image: url('images/digital2.png');
    background-size: cover;
    background-repeat: no-repeat;*/
    background-color: #296889;
    width: 100%;
    height: 100vh;
    display: grid;
    font-family: arial;
}

#loginBox {
    align-self: center;
    justify-self: center;
    background-color: whitesmoke;
    height: 750px;
    width: 550px;
    color: #1d4a62;
    text-align: center;
	box-shadow: 12px 12px 14px #1d4a62;
	border-radius: 5px;
}

#loginBox a {
    color:#1d4a62;
    text-decoration: none;
}

#loginBox a:visited {
    /* text-decoration: none; */
    color: #1d4a62;
}


#loginLogo {
    margin: 16px 16px;
    width: 144px;
    height: 130px;
    background: WhiteSmoke;
    color: #1d4a62;
    border: 5px solid #1d4a62;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align: center;
    font: bold 115px/110px Arial;
    padding: 1px;
    -webkit-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.7);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
    display: inline-block;
}

#loginLogoBox{
    padding-top: 67px;
    padding-bottom: 48px;
}

#loginInput {
    height: 50%;
}

.input {
    display: inline-block;
    height: 40px;
    width: 500px;
    border-radius: 5px;
    border: solid 1px #1d4a62;
    margin: 10px;
}

#forgot {
    margin-left: 30px;
    width: 100%;
    text-align: left;
}

#forgot a {
    color: #3b94c4;
}

#checkbox {
    display: inline-block;
    width: 25px;
    height: 20px;
    /* margin-left: 20px; */

}

#check {
    width: 100%;
    /* text-align: left; */
    display: inline-block;
    margin-bottom: 15px;
    text-align: center;
}

.submit {
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 15px 25px;
    background-color: #1d4a62;
    color: whitesmoke;
    font: 22px Arial;
    border: 0px;
    border-radius: 25px;
    margin-right: 20px;
}

.submit:hover {
    cursor: pointer;
    background-color: #296889;
    color: whitesmoke;
}