@charset "UTF-8";
/* --- Accounts --- */

.c_1_container {
    margin: 0px auto;
    display: grid;/
    height: 90vh;
    width: 90vw;
    max-width: 60rem;
    min-width: 22.5rem;
}

/* --- Signup, Login, Contact --- */
.c_popupHeader{}
.c_modal_close {}

/* --- Success Page --- */
.c_success{
    /* position: absolute; */
    margin: 0 auto;
    width: 600px;
    height: 200px;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    border: thin solid #E2E1E1;
}
.c_style1{
    background: rgba(93, 155, 211, 0.17);
    border: 1px solid #5D9BD3;
    color: #5D9BD3;
    font-size: 14px;
    margin: 20px 20px 0 20px;
    padding: 0 10px;
}
.c_style2{
    /* background: rgba(93, 155, 211, 0.17); */
    border: 1px solid #FFF;
    color: #828282;
    font-size: 13px;
    margin: 5px 10px 5px 5px;
    padding: 0 20px;
}
.c_success a button {
    position: absolute;
    left: 600px;
    top: 150px;
    background: #5D9BD3;
    border: 1px solid #5D9BD3;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #FFFFFF;
    border-radius: 8px;
    /* border: none; */
    padding: 10px 35px;
}
.c_success a:hover button:hover{
	text-decoration: none; 
    box-shadow: none;
    background: rgba(93, 155, 211, 0.17);
    color: #5D9BD3;
}

/* --- Buttons --- */
button.c_btn-blue-1{
    color: #fff;
    font-size: 1.2em;
    background-color: #036;
    border-color: #036;
    font-weight: 600;
  }
button.c_btn-blue-1:hover{
    color: #036;
    background-color: #D3DEE2;
    border-color: #D3DEE2;
    text-decoration: none;
  }


/* ---- Accounts ---- */

/* -- Extended -- */
.c_accounts_panel{
    min-width: 460px;
    max-width: 500px;
}
.c_accounts_panel-svg{
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #737373;
    gap: 0.5rem;
    letter-spacing: .02rem;
    padding-bottom: 40px;
}
.c_modal_close {
    background: white;
    color: white;
    cursor: none;
    /* border: thin palevioletred solid; */
}

.c_user_login, .hr-text{
    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
}
.c_header_title{
    font-family: 'Source Sans Pro', sans-serif;
}
#i_formLogin.form label, i_formLogin.form i_formLogin.label {
    display: block;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
#i_formLogin .c_user_login label {
    margin-bottom:5px;
    display: inline;
}
#i_formLogin p:has(input[type="checkbox"]) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: baseline;
    margin-top: -5px;
}
#i_formLogin p:has(input[type="checkbox"]:checked ) {
    accent-color: var(--logo-color);
}
.c_accounts-forget-password{
    display: flex;
    justify-content: space-between;
    margin-top: 5px;
}
.c_accounts-terms-policies{
    display: flex;
    justify-content: space-between;
    font-size: medium;
    margin-top: 20px;
}
.c_accounts-icons{
    display: flex;
    justify-content: center;
    font-size: x-large;
    margin-bottom: 15px;
    gap: 10px;
}
.c_hr-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
}

.icon__3F7K {
    width: 30px;
    height: 30px;
}
.icon__1Md2 {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    overflow: hidden;
}
.c_form > p, .s_form > p, .l_form > p{
    margin: 0 0 1em;
    line-height: 1.4285em;
}
.c_code_1 {
    font-family: monospace;
    font-size: 87.5%;
    color: #919191;
    word-break: break-word;
    border-radius: 3px;
    padding: 4px 5px;
    margin: 0 5px 10px 10px;
    background-color: var(--color-gray-1);
}


@media screen and (max-width: 768px) {
    .c_accounts_panel{
        min-width: 100%;
    }
    .c_accounts_panel-svg{
        padding-left: 0px;
    }
    .c_modal_close {
        background: transparent;
        color: transparent;
        cursor: none;
        /* border: thin palevioletred solid; */
    }
}
