* {
    font-family: Montserrat, sans-serif;
    box-sizing: border-box;
}
body,html {
    margin: 0;
    padding: 0;
}

input:-ms-input-placeholder,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: white !important;
}

.form-style-10 {
    width: 100%;
    padding: 0px 0px;
    margin: auto;
    background: rgb(255, 255, 255);
}

.responsive {
    height: auto;
    display: flex;
    /*margin-left: auto;*/
    /*margin-right: auto;*/
    width: 100%;
    justify-content: space-around;
    max-width: 600px;

}

img {
    width: 200px;
}


header {
    padding: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    margin: 0;
    font-size: 14px;
    font-weight: var(--text-font-weight);
    font-style: var(--text-font-style);
    color: var(--text-color);
    background: var(--background);
    text-transform: uppercase;
    justify-content: space-between;

}

nav {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    background: #eaedfe;
    /*margin: center;*/
    border-radius: 0px 0px 0px 0px;
    padding: 20px 0px 20px 0px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    text-align: center;
    min-height: 550px;
}

nav img {
    display: block;
    margin-right: 0px;
}

#submission {
    display: block;
    margin-top: 150px;
    max-width: 600px;
    max-height: 500px;
}

nav>* {
    width: 50%;
}

nav form {
    /*padding: 50px 80px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}


li .nav-link {
    font-size: 14px;
    color: #497db8;
    text-align: center;
}

p,
li {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(0, 0, 0);
    margin-bottom: auto;
}


fieldset {
    padding: 20px 60px;
    background: white;
    border: none;
    width: 80%;
    border-radius: 5px;
    box-shadow: 0 0 20px -4px rgb(0 0 0 / 40%);
}

@media screen and (max-width:767px) {
    fieldset  {
        padding: 20px 20px;
    }
}

.form-style-10 input[type="submit"] {
    position: initial !important;
    margin: 20px 0 0 auto;
}

/* LIENS */

a.headerlink {

    color: #ffffff;
}

a:visited.headerlink {
    color: #ffffff;
}

a:active.headerlink {
    color: #aaf8fe;
}



a:link {
    color: #497db8;
    text-decoration: none;
}

a:visited {
    color: #16257a;
}

a:focus {
    border-bottom: 1px solid;

}

a:active {
    color: #aaf8fe;
}

h1 {
    color: rgb(255, 255, 255);
    text-shadow: 2px 1px 30x rgba(255, 255, 255, 0.12);
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    margin: 14px 0 18px;
}

h2 {
    color: rgb(73, 173, 87);
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.12);
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    font-style: normal;
    margin: 12px 0 18px;
}

h3 {
    color: rgb(0, 0, 0);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

h4 {
    color: rgb(247, 3, 3);
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}

h5 {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
}

.form-style-10 h1>span {
    display: block;
    margin-top: 2px;
    font-size: 13px;
}

.form-style-10 label {
    display: block;
    font-size: 13px;
    color: #888;
    margin-bottom: 15px;
}

.form-style-10 select {
    display: block;
    padding: 8px 8px;
    margin-top: 8px;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    width: 100%;
    color: #000;
    -webkit-appearance: auto;
    resize: none;
    font-size: 13px;
    box-shadow: 0 1px rgba(212, 214, 216, 0.25) inset;
}


.form-style-10 input[type="texte"] {
    padding: 2px 15px;
    border: none;
    text-transform: uppercase;
    line-height: 27px;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 2px;
    border: 1px solid #d4d6d8;
    display: table;
    color: rgb(7, 7, 7) !important;
    text-align: center;
    cursor: auto;
    background: #ffffff;
    transition: .2s ease;
    box-shadow: 0 1px rgba(216, 212, 212, 0.25) inset;
    width: 90%;
}




.form-style-10 input[type="button"],
.form-style-10 input[type="submit"] {
    padding: 2px 20px;
    border: none;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 14px;
    text-decoration: none !important;
    border-radius: 5px;
    color: white !important;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #2d49ec;
    transition: .1s ease;
    position: absolute;

}


.form-style-10 input[type="button"]:hover,
.form-style-10 input[type="submit"]:hover,
p#same_address_for_incoiving:hover {
    background: rgba(99, 117, 166, 0.8);
}

.form-style-10 .privacy-policy {
    float: right;
    width: 250px;
    font-size: 12px;
    color: #4D4D4D;
    margin-top: 10px;
    text-align: right;
}

/* other */
nav {
    background-color: #F8F8F8;
    height: 100vh;
    padding: 0;
}

.form-style-10 h2 {
    font-size: 22px;
    color: #041c4d;
    text-shadow: none;
}

.form-style-10 fieldset {
    background: white;
    /*box-shadow: 0 0 32px 3px #0000001a;*/
    min-width: 250px;
}

.form-style-10 input {
    background: white;
    padding: 7px;
    border: 1px solid;
    display: block;
    padding: 12px 14px;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid #bdbdbd;
    width: 100%;
    /*max-width: 350px;*/
    line-height: normal;
    resize: none;
    margin: 0 auto;
    transition: border-color .1s ease-in-out;
    background: transparent;
    text-align: center;
}

input.btn.btn-primary.btn-large {
    position: relative;
    display: inline-block;
    padding: 10px 22px;
    line-height: normal;
    border: 2px solid #0800ff;
    /*border-radius: 15px 0;*/
    text-transform: uppercase;
    font-size: 14px;
    text-align: center;
    color: white;
    background-color: #0800ff;
    transition: .2s;
    z-index: 1;
    -webkit-tap-highlight-color: initial;
}

footer {
    text-align: center;
    background-color: #fdd752;
    color: #000;
    margin-top: 20px;
    padding-top: 30px;
    background-color: #fdd752;
    min-height: 250px;
    border-radius: 5px;
}

.daily-metion {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

nav form i {
    position: relative;
    /*margin-left: 300px;*/
    /*bottom: 30px;*/
    /* top: 1px; */
    cursor: pointer;
    color: #000;
}

/* Radio buttons */
div#affiliate-agreement>div {
    display: inline-flex;
    align-items: center;
}

#check-agreement {
    width: 10%;
    margin-left: 25px;
    margin-bottom: 30px;
}

/* Radio agreement text */
#label-check-agreement {
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
}

#program-agreement {
    cursor: pointer;
}

/*@font-face {*/
/*    src: url('https://cdn.shopify.com/s/files/1/0548/8050/1850/t/10/assets/LufgaMedium.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Lufga';*/
/*    src: url('https://cdn.shopify.com/s/files/1/0548/8050/1850/t/10/assets/LufgaBold.ttf') format('truetype');*/
/*    font-weight: 600;*/
/*}*/

@media (max-width: 1033px) and (min-width: 971px) {
    #check-agreement {
        width: 10%;
        margin-left: 15px;
        margin-bottom: 30px;
    }
}

@media (max-width: 970px) and (min-width: 831px) {
    #check-agreement {
        width: 10%;
        margin-left: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 830px) and (min-width: 715px) {
    /*nav form i {*/
    /*    margin-left: 250px;*/
    /*}*/

    #check-agreement {
        width: 10%;
        margin-left: 10px;
        margin-bottom: 30px;
    }
}

@media (max-width: 714px) and (min-width: 200px) {
    /*nav form i {*/
    /*    margin-left: 200px;*/
    /*}*/

    #check-agreement {
        width: 10%;
        margin-left: 8px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) and (min-width: 200px) {
    .daily-metion p {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px;
    }
}

@media (max-width: 499px) and (min-width: 200px) {
    #create-account {
        width: 20%;
    }
}

.controls {
    position: relative;
}

.password-container {
    position: relative;
}

.password-field {
    padding-right: 30px; /* Adjust as needed */
}

.show-password {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    cursor: pointer;
}

.show-password i {
    color: black;
}

.show-password i:hover {
    color: #333;
}

.basement {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}