﻿.main_container {
    position: fixed;
    display: flex;
    flex: 0 0;
    min-width: 800px;
    min-height: 500px;
    flex-direction: row;
    top: 12.5%;
    left: 12.5%;
    background-color: #FFFFFF;
    border-radius: 25px;
    width: 75%;
    height: 75%;
    box-shadow: 0px 5px 60px rgba(0, 0, 0, .16);
    z-index: 100;
    font-family: Poppins;
}

.content_container {
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center;
}

.left_content_data {
    padding: 15% 20% 15% 15%;
    display: flex;
    flex-direction: column;

}

.right_content_container {
    position: relative;
    flex-direction: column;
    background-color: #0174CC;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}

.right_content_data {
    padding: 15%;
    display: flex;
    flex-direction: column;
}

.info_link_container {
    display: flex;
    position: absolute;
    bottom: 0;
    right: 0;
}

.info_link {
    margin-bottom: 30px;
    margin-right: 30px;
    color: #000000;
}

.circle {
    display: block;
    float: left;
    width: auto;
    height: auto;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    background: #e4ecf1;
    text-align: center;
    position: relative;
    padding: 25%;
}

.circle_container {
    position: fixed;
    width: 100%;
    display: flex;
}

.bottom_circle_container {
    margin-right: -15%;
    justify-content: right;
    margin-bottom: -15%;
    bottom: 0px;
    right: 0px;
}

.top_circle_container {
    margin-left: -15%;
    justify-content: left;
    margin-top: -15%;
    top: 0px;
    left: 0px;
}

div.data_entry_container {
    position: relative;
}

input[type=text].data_entry, 
input[type=password].data_entry, 
select.data_entry {
    width: 100%;
    border: 2px solid #E2E2E2;
    font-size: 16px;
    background-color: white;
    border-radius: 8px;
     color: #000000;
    font-family: Poppins;
}

.checkbox_container {
    display: flex;
    padding-bottom: 20px;
    font: 12px/ 16px Poppins;
    font-weight: 500;
    color: #AAAAAA;
    margin-right: -40px;
}

.checkbox {
    color: #0174CC;
    padding-right: 15px;
}

input[type=checkbox]:before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    background: red;
    opacity: 0;
}

input[type=checkbox]:checked:before {
    background: green;
}

.checkbox1{
    display:none;
}

input[type=checkbox].checkbox1 + label {
    padding: 0 0 0 0px;
}

input[type=text].data_entry, 
input[type=password].data_entry {
    padding: 5px 35px 0px 8px;
}

select.data_entry {
    padding: 5px 0px 0px 3px;
}

input.data_entry:focus, 
select.data_entry:focus {
    border: 2px solid #0174CC;
    outline: none !important;
}

.data_entry_label {
    position: absolute;
    margin: 15px 10px;
    padding: 0px 5px;
    background-color: white;
    color: #E2E2E2;
    top: -22px;
    left: 0px;
    font: 500 12px/14px Poppins;
}

.data_entry:focus + .data_entry_label {
    color: #0174CC;
}

.data_entry_img {
    position: absolute;
    right: 0px;
    z-index: 100;
    bottom: 0px;
    margin-bottom: 3px;
    margin-right: -40px;
    height: 22px;
    width: 22px;
    color: #E2E2E2;
}

.toggle_password {
    cursor: pointer;
}

.link_container {
    display: flex;
    justify-content: right;
    padding-bottom: 20px;
    font: .9em/1.2em Poppins;
    font-weight: 500;
    color: #AAAAAA;
    margin-right: -40px;
}

div.link_container a {
    color: #0174CC;
}

div.button_container {
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content: center;
}

.button {
    display: flex;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    height: 60px;
    font: 600 16px/25px Poppins;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}

.button_spacing {
    margin-left: 50px;
}

.blue {
    background-color: #0174CC;
}

.black {
    background-color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 235px;
}

.right_column_text {
    font: 400 1em/1.4em Poppins;
    padding-bottom: 20px;
    color: #FFFFFF;
}

.right_content_data_container {
    display: flex;
    flex-direction: column;
}



.horizontal_line_container {
    margin-top: 12px;
    margin-right: 10px;
}

    .horizontal_line_container div {
        background-color: #4AA3EB;
        width: 59px;
        height: 1px;
    }

.flex_column {
    display: flex;
    flex-direction: column;
}


.text_padding_bottom {
    padding-bottom: 20px;
}

.text_padding_top {
    padding-top: 20px;
}

.margin_top {
    margin-top: 35px;
}



.small_plaid_logo {
    height: 57px;
    width: 149px;
    padding-bottom: 40px;
}

.text_header {
    font: bold 30px/45px Poppins;
    color: #000000;
    padding-bottom: 10px;
    white-space: nowrap;
}


.back_link {
    position: absolute;
    display: flex;
    top: 50px;
    color: #000000;
    text-decoration: none;
    font: 500 24px/35px Poppins;
}

.right_text_header {
    font: bold 30px/45px Poppins;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.right_instructions {
    color: #FFFFFF;
}

.instructions {
    font: 500 12px/20px Poppins;
}

.left_instructions {
    color: #AAAAAA;
}

.inline_instruction_padding {
    padding-bottom: 20px;
}

.header_instruction_padding {
    padding-bottom: 50px;
}


.ui-autocomplete {
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-family: Poppins;
}

.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #0174CC;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.ui-menu-item:first-of-type {
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.ui-menu-item:last-of-type {
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
