body {
    background-image: url("signin_page_bg.png");
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}

#content-wrapper {
    width: 100%;
    background: unset;
    left: 0;
}

#copyright {
    color: #031242;
}

.signin-panel {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 420px;
    border-radius: 2px;
    background: #ffffff;
    padding: 38px 35px;
    margin: auto;
}

.home_page_link {
    margin-left: 80px;
    font-size: 16px;
    color: #031242;
}

.home_page_link:hover {
    color: #031242;
}

.home_page_link i {
    font-size: 20px;
    margin-right: 5px;
    margin-top: 40px;
}

#page-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 14px;
}


.logo-section {
    text-align: center;
}

.logo-section img {
    width: 152px;
}

.signin-panel h1 {
    text-align: center;
    padding: 30px 0;
    font-size: 22px;
    font-weight: 500;
}

.signin-panel .form-line {
    margin-bottom: 25px;
}

.signin-panel .form-line .error {
    color: red;
    font-size: 14px;
    padding-bottom: 6px;
    display: block;
    text-indent: 5px;
}

.reset-password-link {
    padding-bottom: 20px;
    border-bottom: 1px solid #d6d7d8;
    text-align: center;
}

.signup-section {
    text-align: center;
    padding: 15px 0;
}

.signup-section a {
    display: block;
    padding: 3px 0;
}

.signin-alert{
	background:#CBF3DC;
	border:1px solid #97E6B8;
	padding:10px 15px;
	margin-bottom:10px;
	border-radius:4px;
	color: #2ECC71;
}
input[type='submit']{
	text-indent:0;
}

.google-auth {
    background-color: #fcf8e3;
    margin-bottom:20px;
    border-radius:4px;
    padding:15px 10px;
    border: 1px solid #ccc;
}

.reset-password-link a {
    color: #009DDC;
    text-decoration: none;
}

.form-line-title {
    margin-bottom: 10px;
}