.body_content {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    min-height: 100vh;
    color: #333333;
}

.login_form {
    color: #2F3243;
    flex: 1 0;
    -webkit-flex: 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 0;
    /* IE 10 */
}

.img_form {
    flex: 1 0;
    min-height: inherit;
    -webkit-flex: 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 0;
    /* IE 10 */
    position: relative;
}

.img_form_content {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex: 1 0;
    -webkit-flex: 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 0;
    /* IE 10 */
    color: #fff;
    z-index: 1;
}

.img_form_content {
    background-image: url('/signin/aams_includes/right-area-background-photo.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img_form_content_main {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex: 1 0;
    -webkit-flex: 1 0;
    /* Safari 6.1+ */
    -ms-flex: 1 0;
    /* IE 10 */
    min-height: 507px;
}

.logo_img {
	display:inline-block;
	margin: 75px 0;
    text-align: center;
}

.info_header {
    text-align: center;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 15px;
    font-weight: bold;
}

.info_text {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    padding: 0 40px;
}

.info_link {
    margin: 37px 0 0;
    text-align: center;
}

.additional_info_links {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
}

.additional_info_links_item {
    color: #fff;
    margin: 0 11.5px;
    text-decoration: none;
    white-space: nowrap;
}

.additional_info_links_item:focus,
.additional_info_links_item:hover {
    text-decoration: none;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}

.ext_copyright {
    margin: 0 auto 20px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -ms-flex-pack: center;
    font-size: 14px;
    line-height: 18px;
}

.ext_copyright_icon {
    margin: -2px 7px 0;
    width: 20px;
    height: 20px;
}

@media (min-width: 992px) {
    .img_form {
        display: flex;
        display: -ms-flexbox;
    }
}

@media (min-width: 1200px) {
    .img_form {
        display: flex;
        display: -ms-flexbox;
    }
}