@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;900&display=swap');

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0px;
    background: linear-gradient(45deg, rgb(255, 254, 251),rgb(255, 255, 255));
}
.container {
    width: 100%;
    max-width: 380px;
    min-height: 100vh;
    height: 100%;
    border-radius: 0px;
    margin-top: 0px;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0px 20px 50px 0px rgb(1, 1, 1);
}  
div.bg {
    top: 0px;
    background-size: 100%;
    background-position: center;
    z-index: 0;
}             





.fa {
    color: rgb(255, 255, 255);
}

.fa-angle-left {
    font-size: 1.5em;
}

span.note {
    font-weight: 600;
    font-size: 2em;
    color: white;
}

input[type="text"] {
    outline: none;
    border: none;
    border-bottom: 1px solid lightgray;
    background: transparent;
}

div.sign-in-btn {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: linear-gradient(to top right, #232529,#7f8084);
}

span.big {
    font-weight: 900;
    font-size: 1.2em;
    color:#42484f;
}

span.underline {
    text-decoration: underline;
    font-weight: 900;
    font-size: 0.8em;
}