#mainPage {
    height: 100vh;
    width: 100vw !important;
    display: block !important;
    background-image: url(/images/homepage/homebg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0 !important;
}

div#loginCon {
    position: absolute;
    background: white;
    padding: 83px 72px;
    top: 0;
    width: 513px;
    bottom: 0;
    max-height: 582px;
    margin: auto;
    left: 344px;
    text-align: center;
    box-sizing: border-box;
    box-shadow: 0 2px 48px -1px rgba(176, 192, 237, 0.42);
    border-radius: 3px;
}

#logo {
    width: 188px;
}

#loginTitle {
    font-size: 14px;
    color: #8a96a0;
    line-height: 1.43;
    letter-spacing: 0.1px;
    display: block;
    margin: 24px auto;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #8a96a0;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #8a96a0;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #8a96a0;
}

#loginForm input[type=text], #loginForm input[type=password] {
    width: 100%;
    height: 56px;
    border-radius: 3px;
    border: solid 1px #ced9e6;
    background-color: white;
    padding: 24px;
    box-sizing: border-box;
    color: #8a96a0;
    margin: 10px auto;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: right 24px center;
}

#loginForm input[name=email] {
    background-image: url('/images/homepage/emailicon.png');
}

#loginForm input[name=password] {
    background-image: url('/images/homepage/passicon.png');
}

#loginForm input[type="submit"] {
    background-color: #006cff;
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    color: white;
    font-size: 18px;
    border-radius: 3px;
    font-weight: normal;
    margin: 10px auto;
    transition: .3s;
}

#loginForm input[type="submit"]:hover, #loginForm input[type="submit"]:focus {
    opacity: .8;
}

#forgotPassword {
    width: 289px;
    max-width: 100%;
    display: block;
    opacity: 0.57;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.1px;
    text-align: center;
    color: #8a96a0;
    margin: 30px auto 0;
}
