* {
    
    overflow: hidden;    
    font-family: "Imperial Script", cursive;
}

.container {
    margin: auto;
    padding: 0 20px;
}

.center-po {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.center-fl {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-link {
    text-decoration: none;

}

.content {
    width: 100%;
    height: 100vh;
    background-image: url("../img/dc443b2473.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.main {
    width: 80%;
    height: 80%;
    background-color: rgba(66, 66, 66, 0);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    backdrop-filter: blur(5px);
    box-shadow: -16px 12px 48px -10px black;
}

.main-input {
    border-top-right-radius: 27px;
    border-bottom-left-radius: 27px;
    color: #ffc1c1;
    width: 100%;
    height: 60px;
    padding: 0 25px;
    border: none;
    background: #00000029;
    box-shadow: 0px 0 4px -1px #ffc1c163;
    font-size: 25px;
    transition: .5s;
}
.main-input::placeholder{
    color: #ffc1c1;
}

.main-input:focus {
    outline: none;
    box-shadow: none;
    border: none;
    transition: .5s;

}

.main-btn {
    height: 45px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #ffc1c1;
    padding: 0 25px;
    border: none;
    background: #00000029;
    box-shadow: 0px 0 3px -1px #ffc1c12b;
}

.mina-bg-color {
    background: #00000029;
    border-bottom-right-radius: 50px;
    border-top-left-radius: 50px;
    box-shadow: -1px 1px 5px -2px black;
}

.main-line {
    width: 60%;
    margin: auto;
    position: relative;
    height: 1px;
    background-color: #ee8f8c;
    box-shadow: 0 0 2px rgb(245 163 160), 0 0 5px rgba(238, 143, 140, 1), 0 0 8px rgba(238, 143, 140, 1), 0 0 11px rgba(238, 143, 140, 1), 0 0 15px rgba(238, 143, 140, 1), 0 0 18px rgba(238, 143, 140, 1), 0 0 20px rgba(238, 143, 140, 1), 0 0 23px rgba(238, 143, 140, 1);
}

.main-line::after {
    position: absolute;
    width: 60%;
    height: 1px;
    margin: auto;
    background-color: #5b353d;
    filter: blur(1px);
}

.main-icon {
    width: 80px;
    height: 45px;
    background: #0000001a;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 20px;
    color: #ffc1c1;
    padding: 10px;
    transition: 2s;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.412);
    border: none;
}

.main-icon:hover {
    box-shadow: 0px 0px 5px -1px #c2667d;
    transition: .5s;
}

.main-link {
    font-size: 22px;
    transition: .5s;
    color: #ffc1c1;

}

.main-link:hover {
    color: #c2667d;
    transition: .5s;
}

.main-color-text {
    color: #ffc1c1;
}

@media (max-width: 360px) {
    .font-sm {
        font-size: 13px;
    }

    .main-icon {
        width: 61px;
        height: 40px;
    }

    .sign-in-sm {
        font-size: 20px;
    }
}

@media (max-width: 993px) {
    .sign-in-md {
        padding: 13px 26px 2px 26px;
    }

    .logo-md {
        padding: 13px 26px 2px 26px;
    }

    .main {
        width: 90%;
        height: 90%;
    }
}

/* ////////////////////////////////////// */

.content .hidden {
    display: none;
}

.fade-in {
    animation: fadeIn 1s ease-in-out forwards;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.loader {
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    background-image: url("../img/dc443b2473.jpeg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
}

.loader svg path:nth-child(1) {
    stroke-dasharray: 927;
    stroke-dashoffset: 927;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(2) {
    stroke-dasharray: 1019;
    stroke-dashoffset: 1019;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(3) {
    stroke-dasharray: 924;
    stroke-dashoffset: 924;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(4) {
    stroke-dasharray: 900;
    stroke-dashoffset: 900;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(5) {
    stroke-dasharray: 687;
    stroke-dashoffset: 687;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(6) {
    stroke-dasharray: 506;
    stroke-dashoffset: 506;
    animation: line-anim 2s ease forwards 1.7ms;
}

.loader svg path:nth-child(7) {
    stroke-dasharray: 1916;
    stroke-dashoffset: 1916;
    animation: line-anim 2s ease forwards 1.7ms;
}

@keyframes line-anim {
    to {
        stroke-dashoffset: 0;
    }
}
.show_form{
    display: none;
    /* transform: translateY(-200px); */

}
.remove_top{

    transform: translateY(0px);
    transition: .5s;

}
.add_top{
    transform: translateY(-200px);
    transition: .5s;

}