@media (max-width: 1267px) {
    .container_ver2 {
        height: auto !important;
    }

    .udp_site {
        border: 0 !important;
    }
}

@media (max-width: 652px) {
    #iframe {
        max-width: 100% !important;
    }
    .udp_site {
        padding: 0 !important;
    }
}

@media (max-width: 355px) {
    #iframe {
        max-width: 90% !important;
    }
    .udp_site {
        padding: 0 !important;
    }
    .background_ver2 {
        padding: 0 !important;
        padding-bottom: 45px !important;
    }
}

* {
    margin: 0;
    padding: 0;
}

svg {
    cursor: pointer;
}

@font-face {
    font-family: 'Trebush';
    src: url("fonts/trebuchetms.ttf") format("truetype");
}


@keyframes fa {
    0% {
        background: #5593f5;
    }

    100% {
        background: #0c377c;
    }
}

@keyframes fam {

    0% {
        background: #0c377c;
    }

 100% {
        background: #5593f5;
    }
}


body {
    font-family: 'Trebush', sans-serif;
}

.container_ver2 {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

.background_ver2 {
    padding: 60px;
    box-sizing: border-box;
    border-radius: 50px;
    background: ghostwhite;
}

.form_ver2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.input_ver2 {
    text-align: left;
    cursor: text;
    color: black !important;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    border-radius: 8px;
    height: 25px;
    border: 1px solid #030341 !important;
    padding: 10px !important;
}

.input_ver2::placeholder {
    color: gray !important;
}

.input_ver2:focus-visible {

    border: 1px solid #2f2ffb !important;
    outline: none;

}

.btn_ver2 {
    width: 225px;
    height: 45px;
    margin-top: 20px;
    border: 0;
    border-radius: 8px;
    background: #5593f5;
    cursor: pointer;
    color: aliceblue;
    font-size: 18px;
    animation-name: fam;
    animation-duration: 0.4s;
}


.btn_ver2:hover {
    animation-name: fa;
    animation-direction: normal;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-in-out;
}

.udp_site {
    padding-left: 60px;
    border-left: 2px solid #5593f5;
}

body.preload * {
    animation-duration: 0s !important;
    -webkit-animation-duration: 0s !important;
    transition:background-color 0s, opacity 0s, color 0s, width 0s, height 0s, padding 0s, margin 0s !important;
}

iframe {
    width: 700px;
    height: 500px;
    border: 0;
}




