.p2p_login_main {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contactlist div {
    margin-bottom: 12px;
}
.contactlist a {
    color: #007F91;
}


.p2p-form {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}

.p2p-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}

.p2p-form a {
    text-decoration: underline;
}

.p2p-form input {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 34px;
}

.p2p-form input:focus {
    border: 1px solid #007f91;
    border-radius: 5px;
    box-shadow: none;
}

.p2p-form input:active {
    border: 1px solid #005d6a;
    border-radius: 5px;
    box-shadow: none;
}

.p2p-form input:focus-visible {
    border: 1px solid #005d6a;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

/* form */
.divider {
    border-top: 5px solid #F8F8F8;
    margin: 0;
}

.p2p_login_tab-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 0 0;
    position: relative;
}

.p2p_login_tab {
    text-decoration: none;
    color: #333;
    padding: 8px 10px;
    font-weight: 500;
    cursor: pointer;
    margin: 0.2rem;
}
.p2p_login_tab.active {
    position: relative;
    font-weight: bold;
}
.p2p_login_tab.active::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 4px;
    background-color: #007F91;
    margin: auto;
    width: 70%;
}

.bottom-divider {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0;
}

.p2p_login_tab-content {
    display: none;
    padding: 30px 40px 30px 40px;
    text-align: center;
}
.p2p_login_tab-content.active {
    display: block;
}

.p2p-sign_on-label{
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    padding: 20px;
    text-align: center;
}
.p2p_sso_link {
    font-weight: 600;
    height: 24px;
    font-size: 15px;
    color: #007F91;
    text-decoration: none;
    padding: 20px 20px 40px 20px;
    text-align: center;
}
.p2p_sso_link a {
    text-decoration: underline !important;
    color: #007F91;
}
.p2p_sso_link:hover {
    text-decoration: underline !important;
    color: #007F91;
}

.p2p_login_footer {
    width: 100%;
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
   /* font-family: "Roboto", sans-serif;*/
    z-index: 1000;
    margin-top: auto;
    background: inherit;
}
.p2p_login_footer a {
    text-decoration: underline;
    color: #007F91;
}


.p2p_login_footer_text {
    font-size: 14px;
    margin: 0 auto 10px;
}

.p2p_xlarge_btn {
    width: 100%;
    max-width: 103px;
    height: 36px;
    border: none;
    border-radius: 30px;
    background-color: #007F91;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
}

.p2p_login_form_buttons {
    height: 36px;
    border: none;
    border-radius: 30px;
    background-color: #007F91;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 24px auto 0 auto;
}

.p2p_login_form_buttons:hover,
.p2p_login_form_buttons:focus,
.p2p_login_form_buttons:focus-visible,
.p2p_login_form_buttons:active {
    background-color: #007F91  !important;
    color: #FFFFFF  !important;
    outline: none  !important;
    box-shadow: none;
}

.p2p_login_form_register_buttons {
    width: 100%;
    max-width: 103px;
    height: 36px;
    border: none;
    border-radius: 30px;
    background-color: #007F91;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    display: block;
    margin: 24px auto 10px;
}

.p2p_login_form_register {
    margin-top: 24px;
    background-color: #EFFAFF;
    padding: 10px;
    text-align: center;
    border-radius: 0 0 3px 3px;
    font-weight: 500;
    height: 65px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.p2p_login_form_register a {
    text-decoration: underline;
    color: #007F91;
}

.p2p_login_forget_password {
    color: #007F91;
    text-align: center;
    margin-top: 10px;
    text-decoration: underline;
}
.p2p_login_forget_password:hover {
    color: #007F91;
    text-decoration: underline;
}

.p2p_login_info {
    color: #007F91;
    text-decoration: underline;
}

.p2p_login_info:hover,
.p2p_login_info:visited,
.p2p_login_info:active {
    color: #007F91;
}

.p2p_login_form_container {
    width: 75%;
    max-width: 500px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2509803922);
    margin-top: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 60px;
}

.p2p_login_form_header {
    text-align: center;
    padding: 24px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
}




/* form */
.p2p-form {
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
.p2p-form label {
    display: block;
    margin-bottom: 8px;
    font-weight: bold;
}
.p2p-form a {
    text-decoration: underline;
}
.p2p-form input {
    width: 300px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    margin-bottom: 10px;
    height: 34px;
}
.p2p-form input:focus {
    border: 1px solid #007f91;
    border-radius: 5px;
    box-shadow: none;
}
.p2p-form input:active {
    border: 1px solid #005d6a;
    border-radius: 5px;
    box-shadow: none;
}
.p2p-form input:focus-visible {
    border: 1px solid #005d6a;
    border-radius: 5px;
    outline: none;
    box-shadow: none;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
    background: radial-gradient(ellipse at center bottom, #EFFAFF 0%, white 40%) no-repeat;
    background-size: 200% 150%; /* width x height */
    background-position: center bottom;
    background-attachment: fixed;
}