.exit {
    position: absolute;
    top: 50px;
    left: 50px;
    width: 4.688em;
    height: 4.688em;
    border-radius: 50%;
    background-color: #ece4db;
    border: 3px solid #fccc04;

    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.exit a {
    display: flex;
    width: 100%;
    height: 100%;
}
.exit_pic{
    margin: auto;
    width: 75%;
    height: auto;
}
.pw_div
{

}
.pw
{
    float: left;
    border-top-right-radius: 0px ;
    border-bottom-right-radius: 0px ;
    margin-right: 0;
    width: 79%;
    height: 110%;
}
.toggle-password
{
    padding: 1em;
    padding-bottom: 0.44em;
    padding-top: 0.44em;
    object-fit: contain;
    height: 90%;
    margin-left: 0;
    float: left;
    width: 15%;
    border-top-left-radius: 0px ;
    border-bottom-left-radius: 0px ;
}
@media screen and (max-width: 507px) {
    .exit {
        position: absolute;
        top: unset;
        bottom: 10px;
        left: 10px;
        width: 4.688em;
        height: 4.688em;
        border-radius: 21px;
        background-color: #ece4db;
        border: 3px solid #fccc04;

        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;

    }
}

body {
    font-family: 'PT Sans', serif;
    margin: 0;
    padding: 0;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f0f0f0;

}



#background {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: -1;
    opacity: 30%;
}

.stretch {
    width:100%;
    height:100%;
    object-fit: cover;
}

.fontlogo {
    max-width: 100%;
    margin: auto;
    padding: 10px;
    position: relative;
}
.tooltip{

    display: flex;
    justify-content: end;
    height: 10px;
    width: 100%;
}
.avatar {
    align-content: end;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-image: url('../img/image_question.png');
    background-size: cover;
    background-position: center;
    position: absolute;
    }
.avatar::before,
.avatar::after {
    --scale: 0;
    --arrow-size: 20px;
    --tooltip-color: #ece4db;

    position: absolute;
    top: -.25rem;
    left: 50%;
    transform: translateX(-50%) translateY(var(--translate-y, 0)) scale(var(--scale));
    transition: 150ms transform;
    transform-origin: bottom center;
}

.avatar::before {
    border: solid 1px #707070;
    font-weight: bold;
    font-family:'PT Sans', sans-serif;
    --translate-y: calc(-100% - var(--arrow-size));
    width: 10rem;
    content: attr(data-tooltip);
    color: #6f8696;
    padding: .5rem;
    border-radius: .3rem;
    text-align: center;
    background: var(--tooltip-color);
}

.avatar:hover::before,
.avatar:hover::after {
    --scale: 1;
}

.avatar::after {
    --translate-y: calc(-1 * var(--arrow-size));

    content: '';
    border: var(--arrow-size) solid transparent;
    border-top-color: var(--tooltip-color);
    transform-origin: top center;
}

.dfs-text {
    color: #0D3A65;
    font-size: 33px;
    bottom: -32px;
    left: 0;
    position: absolute;
    font-family:"Akaya Kanadaka";
}
.responsive-img {
    width: 100%;
    bottom: 5px;
    right: 0;
    position: absolute;
    height: auto;
    max-width: 180px;
}


.form-container {

    border: 5px solid #FCCC04;
    background-color: #ECE4DB;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 350px;
    text-align: center;
}

form {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;

}

label {
    font-family:'PT Sans', sans-serif;
    color: #6C8494;
    padding-top: 20px;
    margin-bottom: 8px;
    font-weight: bold;
    text-align: left;


}

input {
    box-shadow: 0px 3px 6px #00000029;
    margin-bottom: 16px;
    padding: 8px;
    border: 2px solid #6C8494;
    border-radius: 17px;
    outline-color: #6C8494;
}

button {
    margin-left: auto;
    display: block;
    font-size: 100%;
    font-family:'PT Sans', sans-serif;
    width: 45%;
    padding: 10px;
    background-color: #F3C60A;
    color: #6C8494;
    border: none;
    border-radius: 26px;
    cursor: pointer;
}

button:hover {
    background-color: #CDA70DFF;
}
@media (max-width: 507px) {

    .avatar::before {
        margin-right: 15px;
        width: 100px;
        font-size: 12px;
    }
}
@media screen and (max-width: 440px) {

    .form-container {
        border: 5px solid #FCCC04;
        background-color: #ECE4DB;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 300px;
        text-align: center;
    }
    .dfs-text {
        color: #0D3A65;
        font-size: 29px;
        bottom: -32px;
        left: 0;
        position: absolute;
        font-family:"Akaya Kanadaka";
    }
    .responsive-img {
        width: 100%;
        bottom: 2px;
        right: 0;
        position: absolute;
        height: auto;
        max-width: 150px;
    }
    button{
        text-align: center;
        margin: 0;
        font-size: 100%;
        font-family:'PT Sans', sans-serif;
        width: 100%;
        padding: 10px;
        background-color: #F3C60A;
        color: #6C8494;
        cursor: pointer;
    }
}
@media screen and (max-width: 390px) {
    .form-container {
        border: 5px solid #FCCC04;
        background-color: #ECE4DB;
        padding: 20px;
        border-radius: 20px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        width: 250px;
        text-align: center;
    }
    .dfs-text {
        color: #0D3A65;
        font-size: 23px;
        bottom: -25px;
        left: 0;
        position: absolute;
        font-family:"Akaya Kanadaka";
    }
    .responsive-img {
        width: 100%;
        bottom: 2px;
        right: 0;
        position: absolute;
        height: auto;
        max-width: 138px;
    }
}