@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/poppins/Poppins-Regular.ttf');
}

body {
    background: #E1E9F4;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.form-class {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;
}

.message-warning {
    width: 200px;
    height: 80px;
    position: relative;
    top: 14em;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);

    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;

    font-family: Poppins-Regular;
    font-size: 15px;
    line-height: 1.5;

    color: white;
}

.message-warning.invisibility {
    visibility: hidden;
}

.class-power {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 300px;

    position: relative;
    top: 10em;
}

.div-main div {
    margin: 0.5em 0;
}

.logo-lenke {
    position: relative;
    top: 12em;
}


.logo-lenke div {
    border-radius: 5px;
    width: 100%;
    height: 70px;
    background: -webkit-linear-gradient(right, #52b1ff, #52b1ff, #52b1ff, #2387da);
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 30px;
}

.logo-lenke div div {
    background-image: url("/images/logo_lenke.png");
    width: 250px;
    height: 70px;
}

.circle-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 150px;
    background: linear-gradient(#52b1ff, #2387da);

    clip-path: path("m59.533456,149.455558c-16.519209,-1.510568 -33.831918,-7.984429 -41.622636,-15.609198c-24.814882,-24.169081 -23.227884,-99.913255 2.452634,-119.694497c11.686078,-8.991474 31.018602,-13.810903 55.256394,-13.810903c19.548933,0 32.605601,2.445681 44.796633,8.344088c15.437165,7.480906 23.30002,20.140901 27.988878,45.101232c1.731271,9.423064 1.731271,33.37635 -0.072136,43.302937c-1.514862,8.559883 -5.338085,20.50056 -8.512082,26.54283c-3.390405,6.401929 -11.181124,13.882835 -18.25048,17.479425c-12.118896,6.258066 -26.257608,8.919542 -46.239359,8.703746c-7.141492,-0.071932 -14.210848,-0.215795 -15.797846,-0.359659z");
}

.circle-button img {
    width: 100px;
}

.circle-button:active,
.box-acess:active {
    background: linear-gradient(#45aafd, #248fbd)
}

.box-acess:hover {
    background: linear-gradient(45deg, #64b9ff, #499abd) border-box;
    /*3*/
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    /*5'*/
    mask-composite: exclude;
    /*5*/
}

.text1:hover {
    color: #73aec7;
}

.button-origin {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-acess {
    width: 60%;
    height: 4em;

    border-radius: 5px;
    /*1*/
    border: 5px solid transparent;
    /*2*/
    background: linear-gradient(45deg, #52b1ff, #2387da) border-box;
    /*3*/
    -webkit-mask:
        /*4*/
        linear-gradient(#fff 0 0) padding-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    /*5'*/
    mask-composite: exclude;
    /*5*/

    cursor: pointer;
}

.text1 {
    position: relative;
    top: -4.7em;
    font-family: Poppins-Regular;
    font-size: 15px;
    color: #3b91b7;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
}

.class-inputs {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;

    position: relative;
    top: -12em;

}

.class-inputs input {
    height: 48px;
    width: 100%;

    box-sizing: border-box;
    padding-left: 10px;
    border: unset;
    outline: none;
    background-color: #f2f2f2;
    margin: 0.8em 0;
}

.class-storage {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    height: 48px;
    width: 100%;

    background: linear-gradient(120deg, #52b1ff, #2387da);
    color: white;

    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    cursor: pointer;
}

.class-power.hidden {
    visibility: hidden;
}

.class-inputs.hidden {
    visibility: hidden;
}