#loginForm {
    width: 375;
    margin: auto;
    padding: 15;
    border-radius: 0 7px 7px 7px;
    position: relative;
}

#loginForm .showp {
    width: 20;
    position: absolute;
    margin: 5 10 20 -29;
    opacity: 0.8;
}

#loginForm .showp:hover {
    cursor: pointer; opacity: 0.7;
}

#loginForm input {
    width: 100%;
    padding: 6.5 9;
    border: 1px solid #d3d3d3;
    border-radius: 4px;
    margin-bottom: 15px;
    font-size: 13;
}

#loginForm input.username::placeholder {
    font-size: 13;
    color:#1B6EF3;
}

#loginForm input.username {color:#1B6EF3;}

#loginForm a {
    background: #4CAF50;
    color: white;
    padding: 7;
    font-weight: 600;
    border-radius: 4px;
    font-size: 13;
    width: 100%;
    display: block;
}

#loginLogo {
    width: 375;
    margin: auto;
}

#loginLogo img { width: 150; margin:auto; }

#loginBtn {
    padding: 0 0;
    text-align: center;
}

#loginBtn a:hover {
    background: #112b90; cursor: pointer;
}

#forgetPass {
    margin: auto;
    top: 30;
    right: 0;
    position: absolute;
    left: 270;
    width: fit-content;
    min-width: unset;
}

#forgetPass a {
    color: gray;
    font-size: 11;
    background: none;
    padding: 3 9;
    font-weight: 500;
    text-decoration: underline;
}

#loginLogo p.newUser {
    font-size: 13;
    color: #ffffff;
    background: black;
    border-radius: 7px 7px 0 0;
    padding: 5 9;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 0;
}

#loginLogo p.error {
    font-size: 13;
    color: #ffffff;
    background: rgba(0,0,0,0.6);
    border-radius: 7px;
    padding: 5 9;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    margin-bottom: 0;
}

#loginLogo p.terms {
    font-size: 11;
    color: #ffffff;
    background: rgba(0,0,0,0.6);
    border-radius: 7px;
    padding: 5 9;
    text-align: left;
    width: fit-content;
    font-weight: 600;
    margin:15 20;
}

#backLogin {
    position: fixed;
    top: 0;
    z-index: -2;
    opacity: 0.4;
    margin: auto;
    left: 0;
    right: 0;
    max-height: 650px;
    overflow: hidden;
    width:1315;
}

#gradientBackground {
    height: 400px;
    background-image: linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
    position: absolute;
    width: 100%;
    top: 0;
    z-index: -1;
}

#gradientBackground-footer {
    height: 200px;
    background-image: linear-gradient(to top, rgba(255,255,255,1), rgba(255,255,255,0));
    position: fixed;
    width: 100%;
    top: 0;
    z-index: -1;
    margin-top: 450;
}

#whiteColumn {
    background: black;
    z-index: -1;
    position: fixed;
    width: 415;
    height: 650;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0.3;
    top:0;
}

#index-menu-bottom {
    width: 400;
    margin: auto;
}
#index-menu-bottom ul {
    list-style-type: none;
    display: flex;
    flex-direction: row-reverse;
    padding: 0;
    justify-content: center;
}
#index-menu-bottom ul li a {
    color: gray;
    font-size: 11;
    background: none;
    padding: 3 9;
    font-weight: 500;
}

#index-menu-bottom img {width:20px; height:20px;}