@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900');



#particule-acc{
    position: fixed;
    width: 100%;
    height: 100%;
    margin-top: -3px;
}


#account{
    margin-right: 25%;
    margin-left: 25%;
    width: 50%;
    margin-bottom: -600px;
}

@media (max-width: 991px) {
    #account{
        margin-right: unset;
        margin-left: unset;
        width: 100%;
    }
}

#account a {
    cursor: pointer;
    transition: all 200ms linear;
}
#account a:hover {
    text-decoration: none;
}
#account .link {
    color: #c4c3ca;
}
#account .link:hover {
    color: #ffeba7;
}
#account p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7;
}
#account h4 {
    font-weight: 600;
}
#account h6 span{
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 700;
    color:white;
}
#account .section{
    position: relative;
    width: 100%;
    display: block;
}
#account .full-height{
    min-height: 100vh;
}
#account [type="checkbox"]:checked,
#account [type="checkbox"]:not(:checked){
    position: absolute;
    left: -9999px;
}
#account .checkbox:checked + label,
#account .checkbox:not(:checked) + label{
    position: relative;
    display: block;
    text-align: center;
    width: 60px;
    height: 16px;
    border-radius: 8px;
    padding: 0;
    margin: 10px auto;
    cursor: pointer;
    background-color: white;
}
#account .checkbox:checked + label:before,
#account .checkbox:not(:checked) + label:before{
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    color: white;
    background-color: #102770;
    font-family: 'unicons';
    content: '\eb4f';
    z-index: 20;
    top: -10px;
    left: -10px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    transition: all 0.5s ease;
}
#account .checkbox:checked + label:before {
    transform: translateX(44px) rotate(-270deg);
}


#account .card-3d-wrap {
    position: relative;
    width: 440px;
    max-width: 100%;
    height: 400px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    perspective: 800px;
    margin-top: 60px;
}
#account .card-3d-wrapper {
    width: 100%;
    height: 100%;
    position:absolute;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all 600ms ease-out;
}
#account .card-front, .card-back {
    width: 100%;
    height: 100%;
    background-color: #144794;
    background-image: url('../assets/account.svg');
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 300%;
    position: absolute;
    border-radius: 6px;
    left: 0;
    top: 0;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
#account .card-back {
    transform: rotateY(180deg);
}
#account .checkbox:checked ~ .card-3d-wrap .card-3d-wrapper {
    transform: rotateY(180deg);
}
#account .center-wrap{
    position: absolute;
    width: 100%;
    padding: 0 35px;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 35px) perspective(100px);
    z-index: 20;
    display: block;
}


#account .form-group{
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
}
#account .form-style {
    padding: 13px 20px;
    padding-left: 55px;
    height: 48px;
    width: 100%;
    font-weight: 500;
    border-radius: 4px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.5px;
    outline: none;
    color: #c4c3ca;
    background-color: #00255e;
    border: none;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
#account .form-style:focus,
#account .form-style:active {
    border: none;
    outline: none;
    box-shadow: 0 4px 8px 0 rgba(21,21,21,.2);
}
#account .input-icon {
    position: absolute;
    top: 0;
    left: 18px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: left;
    color: white;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#account .form-group input:-ms-input-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input::-moz-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input:-moz-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input::-webkit-input-placeholder  {
    color: #c4c3ca;
    opacity: 0.7;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input:focus:-ms-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input:focus::-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input:focus:-moz-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
#account .form-group input:focus::-webkit-input-placeholder  {
    opacity: 0;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

#account .btn{
    border-radius: 4px;
    height: 44px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition : all 200ms linear;
    transition: all 200ms linear;
    padding: 0 30px;
    letter-spacing: 1px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center;
    border: none;
    background-color: white;
    color: #00255e;
    box-shadow: 0 8px 24px 0 rgba(255,235,167,.2);
}
#account .btn:active,
#account .btn:focus{
    background-color: #00255e;
    color: white;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}
#account .btn:hover{
    background-color: #00255e;
    color: white;
    box-shadow: 0 8px 24px 0 rgba(16,39,112,.2);
}




#account .logo {
    position: absolute;
    top: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
#account .logo img {
    height: 26px;
    width: auto;
    display: block;
}

#main-contact h4{
    color: white;
}

div#particule-acc{
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../assets/wallpaper3.jpg');
    background-position: center;
    background-size: cover;
    background-color: #7ab4ff;
}

/* NEW */


*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    user-select: none;
}

header{
    background: white!important;
    z-index: 10000;
    position: absolute;
    width: 100%;
}


/* Generic */
body{
    height: 100vh;
    background-color: #ecf0f3;

}

main {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    background-color: #ecf0f3;
    color: #a0a5a8;
}

/**/
.main {  z-index: 10;
    position: relative;
    width: 1000px;
    min-width: 1000px;
    min-height: 600px;
    height: 600px;
    padding: 25px;
    background-color: #ecf0f3;
    /*box-shadow: 10px 10px 10px #d1d9e6, -10px -10px 10px #f9f9f9;*/
    box-shadow: 10px 10px 10px #6a6a6a14, -10px -10px 10px #6a6a6a14;
    border-radius: 12px;
    overflow: hidden;
}


.main-mobil{
    display: none;
    z-index: 100;
    width: 100%;
    height: 461px;
}

@media (max-width: 1020px) {
    .main-mobil{
        display: block;
    }
    .main{
        display: none;
    }
}

@media (max-width: 530px) {
    .main-mobil form{
        width: 98%!important;
    }

    .main-mobil #button{
        width: 50%!important;
    }
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    width: 600px;
    height: 100%;
    padding: 25px;
    background-color: #ecf0f3;
    transition: 1.25s;
}

.form {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.form__icon {
    object-fit: contain;
    width: 30px;
    margin: 0 5px;
    opacity: 0.5;
    transition: 0.15s;
}
.form__icon:hover {
    opacity: 1;
    transition: 0.15s;
    cursor: pointer;
}
.form__input {
    width: 350px;
    height: 40px;
    margin: 4px 0;
    padding-left: 25px;
    font-size: 13px;
    letter-spacing: 0.15px;
    border: none;
    outline: none;
    font-family: "Montserrat", sans-serif;
    background-color: #fff;
    transition: 0.25s ease;
    border-radius: 8px;
    box-shadow: inset 2px 2px 4px #d1d9e6, inset -2px -2px 4px #f9f9f9;
}
.form__input:focus {
    box-shadow: inset 4px 4px 4px #d1d9e6, inset -4px -4px 4px #f9f9f9;
}
.form__span {
    margin-top: 30px;
    margin-bottom: 12px;
}
.form__link {
    color: #181818;
    font-size: 15px;
    margin-top: 25px;
    border-bottom: 1px solid #a0a5a8;
    line-height: 2;
}

.form__link:hover{
    color: #676767 !important;
}

.title {
    font-size: 34px;
    font-weight: 700;
    /*line-height: 3;*/
    color: #181818;
    text-align: center;
    /*margin-bottom: 20px;*/
    margin-bottom: 44px;
}

h2 {
    text-transform: unset;
    text-align: unset;
}

.description {
    font-size: 14px;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.6;
}

.button {
    width: 180px;
    height: 50px;
    border-radius: 25px;
    margin-top: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.15px;
    background-color: #0c92ff;
    color: #f9f9f9;
    box-shadow: 8px 8px 16px #d1d9e6, -8px -8px 16px #f9f9f9;
    border: none;
    outline: none;
}

/**/
.a-container {
    z-index: 100;
    left: calc(100% - 600px );
}

.b-container {
    left: calc(100% - 600px );
    z-index: 0;
}

.switch {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 400px;
    padding: 50px;
    z-index: 200;
    transition: 1.25s;
    background-color: #f7f7f7;
    overflow: hidden;
    box-shadow: 4px 4px 10px #d1d9e6, -4px -4px 10px #f9f9f9;
}
.switch__circle {
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background: linear-gradient(#2196f3, #2c1ee9);
    box-shadow: inset 8px 8px 12px #d1d9e6, inset -8px -8px 12px #f9f9f9;
    bottom: -60%;
    left: -60%;
    transition: 1.25s;
}
.switch__circle--t {
    top: -30%;
    left: 60%;
    width: 300px;
    height: 300px;
}
.switch__container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    width: 400px;
    padding: 50px 55px;
    transition: 1.25s;
}
.switch__button {
    cursor: pointer;
}
.switch__button:hover {
    box-shadow: 6px 6px 10px #d1d9e6, -6px -6px 10px #f9f9f9;
    transform: scale(0.985);
    transition: 0.25s;
}
.switch__button:active, .switch__button:focus {
    box-shadow: 2px 2px 6px #d1d9e6, -2px -2px 6px #f9f9f9;
    transform: scale(0.97);
    transition: 0.25s;
}

/**/
.is-txr {
    left: calc(100% - 400px );
    transition: 1.25s;
    transform-origin: left;
}

.is-txl {
    left: 0;
    transition: 1.25s;
    transform-origin: right;
}

.is-z200 {
    z-index: 200;
    transition: 1.25s;
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    transition: 1.25s;
}

.is-gx {
    animation: is-gx 1.25s;
}

@keyframes is-gx {
    0%, 10%, 100% {
        width: 400px;
    }
    30%, 50% {
        width: 500px;
    }
}

body::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#2196f3, #e91e63);
    clip-path: circle(20% at 10% 10%);
}

body::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#e91e63, #2196f3);
    clip-path: circle(20% at right 70%);
}

/*MOBIL*/

@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;500&display=swap");

:root {
    --primary: #e5e8ef;
    --primary-dark: #e1e4ea;
    --secondary-lime: #e1ff2d;
    --secondary-lavender: #d3b7f8;
    --primary-box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9,
    7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001, inset 0px 0px 0px 0px #fff9,
    inset 0px 0px 0px 0px #0001;
    --secondary-box-shadow: 4px 4px 6px 0 rgba(255, 255, 255, 0.5),
    -4px -4px 6px 0 rgba(116, 125, 136, 0.2),
    inset -4px -4px 6px 0 rgba(255, 255, 255, 0.5),
    inset 4px 4px 6px 0 rgba(116, 125, 136, 0.3);
    --font: "Inter", sans-serif;
}

.main-mobil form {
    display: flex;
    flex-direction: column;
    padding-block: 24px;
    border-radius: 20px;
    /*background: linear-gradient(145deg, #f1f4fa, #cbcdd3);*/
    background: #ecf0f3;
    box-shadow: var(--primary-box-shadow);
    height: 100%;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    align-items: center;
}

.main-mobil input[type=submit] {
    border: none;
    height: 32px;
    border-radius: 10px;
    background: #ecf0f3;
    outline: none;

}

/*.main-mobil input[type="text"],*/
/*.main-mobil input[type="password"] {*/
/*    box-shadow: var(--secondary-box-shadow);*/
/*    padding-inline: 20px;*/
/*    height: 49px;*/
/*    width: 60%;*/
/*}*/
.main-mobil input[type="submit"] {
    box-shadow: var(--primary-box-shadow);
    cursor: pointer;
    letter-spacing: 0.8px;
    height: 50px;
    font-size: 15px;
    font-weight: 700;
    font-family: sans-serif;
    color: #008af9;
    position: relative;
    z-index: 100;
    width: 100%;
    text-shadow: 1px 1px 0 #FFF;
}
.main-mobil #title {
    color: #5a5a5a;
    font-weight: 800;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: 0.8px;
}
.main-mobil #linksParent {
    display: flex;
    gap: 8px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 14px;
}
.main-mobil #linksParent > a {
    /*font-family: "Nunito Sans", sans-serif;*/
    font-size: 15px;
    color: gray;
    text-decoration: underline;
    cursor: pointer;
}

.main-mobil .rip1,
.main-mobil .rip2 {
    filter: blur(1px);
    width: 100%;
    position: absolute;
    height: 50px;
    left: 0;
    bottom: 0;
}
.main-mobil .rip1 {
    box-shadow: 0.4rem 0.4rem 0.8rem #e2e4e8, -0.4rem -0.4rem 0.8rem #fff;
    background: linear-gradient(to bottom right, #fff 0%, #e2e4e8 100%);
    animation: waves 2s linear infinite;
}
.main-mobil .rip2 {
    box-shadow: 0.4rem 0.4rem 0.8rem #e2e4e8, -0.4rem -0.4rem 0.8rem #fff;
    animation: waves 2s linear 1s infinite;
}

@keyframes waves {
    0% {
        transform: scale(0.7);
        opacity: 1;
        border-radius: 10px;
    }

    50% {
        opacity: 1;
        border-radius: 15px;
    }

    100% {
        transform: scale(2);
        opacity: 0;
        border-radius: 20px;
    }
}
.main-mobil #button {
    width: 40%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
