*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
body{
    background-color: rgba(227, 239, 255, 0.762);
    
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.container{
    background-color: white;
    width: 90vw;
    height: 70vh;
    border-radius: 30px;
    overflow: hidden;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    width: 50%;
    height: 100%;
    padding: 40px;
    padding-top: 20vh;
    padding-left: 5vw;
}
.sign{
    width: 50%;
    height: 100%;
    padding: 40px;
    padding-right: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 20vh;
}
.g-logo{
    width: 60px;
}
.txt{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 25px;
}
#si{
    font-weight: 500;
    font-size: 55px;
}
h4{
    font-weight: 520;
}
.fp{
    margin-top: 10px;
    text-align: left;
    width: 103%;
    text-decoration: none;
    color: #0095ff;
    font-weight: 600;
}
.lm{
    color: #006eff;
    font-weight: 550;
    text-decoration: none;
}
input{
    height: 5vh;
    color: #202020;
    font-weight: 545;
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    font-size: 18px;
    border: #898989 solid 2px;
    padding-left: 20px;
}
::placeholder{
    color: #373737;
    font-weight: 540;
    font-size: 17px;
}
.info{
    /* background-color: black; */
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 103%;
}
.btns{
    /* background-color: #0095ff; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: right;
}
.btns a{
    text-decoration: none;
}
.next{
    background-color: #006eff;
    border-radius: 100px;
    color: #ffffff;
    padding: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-left: 3vw;
}
.footer{
    max-width: 100vw;
    min-width: 100vw;
    height: 8vh;
    position: absolute;
    top: 88vh;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.items ul{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    list-style: none;
}
.items a{
    text-decoration: none;
    color: #444444;
}
.language{
    margin-left: 5vw;
}
.items{
    margin-right: 6vw;
}
select {
    padding: 5px;
    font-size: 14px;
    border: 1px solid #dadce0;
    border-radius: 4px;
    background-color: #006eff00;
    border: #006eff00 solid 1px;
    transition: 0.5s;
    cursor: pointer;
  }