@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
*{
    /* font-family: "Lato", serif; */
    font-family: UI Sans, Lato, HelveticaNeue, Helvetica Neue, Helvetica, Arial, sans-serif;
    color: #808893;
    font-size: 12px;
    font-weight: 400;
}
body {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    /* font-family: Arial, sans-serif; */
    background: #e5f0ff;
}
h2{
    color: #006fff;
    font-size: 18px;
    font-weight: 800;
    /* font-size: 16px;
    line-height: 16px;
    font-weight: 900;
    color: rgb(128, 136, 147); */
}
.btn{
    /* background-color: #e5f0ff;
    color: #006fff; */
    font-size: 13px;
    font-weight: 600;
}
.container {
    position: relative;
    max-width: 400px;
    width: 100%;
    border-radius: 6px;
    padding: 30px;
    margin: 0 15px;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
img{
width: 60px;
height: 60px;
}
.logo{
    justify-content: center;
    display: flex;
    padding: 20px 20px;
}
a{
    text-decoration: none;
}