@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');
* {
    box-sizing: border-box;
}

body {
    width: 100vw;
    padding: 0;
    height: 100vh;
    margin: 0;
    font-family: 'Lato', sans-serif;
}

.amazon {
    max-width: 350px;
    margin: 15px auto;
}

.amazonIMG{
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: red; */
    height: 10px;
}


.lkhdds {
    margin-top: 20px;
}



.redcolor {
    background-color: rgb(22, 30, 37);
    padding: 30px;
}

.amazonIMG img {
    width: 200px;
    height: 50px;
    object-fit: contain;
}

.container {
    max-width: 350px;
    /* border: 1.9px solid gainsboro; */
    border-radius: 5px;
    margin: 0 auto;
}

.container-elements {
    max-width: 300px;
    margin: 0 auto;
    padding: 5px;
}

.signin {
    font-size: 24px;
}


input {
    width: 100%;
    height: 30px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid gray;
    font-size: 15px;
    font-weight: 400;
    padding-left: 10px;
}

input:focus {
    border: 1px solid #2162a1;
    outline-offset: 2px;
    outline: 3px solid #2162a1;
}

.btn {
    display: block;
    width: 100%;
    height: 35px;
    font-weight: 600;
    font-size: 14px;
    background-color: #ffd812;
    border: none;
    /* border: 1.8px solid  rgb(129, 97, 17); */
    border-radius: 25px;
    cursor: pointer;
}

.terms-condition {
    font-size: 12px;
    font-weight: 500;
}

a {
    text-decoration: none;
    color: #306ba7;
}

label {
    font-size: 13px;
    font-weight: 600;
}

#help {
    font-size: 12px;
}

.hrrr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}

hr {
    width: 35%;
}

.hrrr-text {
    font-size: 12px;
    color: gray;
    font-weight: 500;
}

.create-account {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    font-size: 12px;
    border: 1px solid gray;
    border-radius: 20px;
    background-color: #fff;
}

.last-hr {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
}

.foot {
    display: block;
    background-color: rgb(22, 30, 37);
    padding: 50px;
    height: 100vh;
}

.footer-conditions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    font-size: 11px;
    font-weight: 500;
    gap: 20px;
    flex-wrap: wrap;
}

.last {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 400;
    color: gray;
    text-align: center;
}

button a {
    color: black;
}

.blue {
    color: green;
}

.footer-conditions a {
    color: gray;
}

.engcad {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    font-size: 13px;
    font-weight: 400;
    color: gray;
}

.tyu {
    color: #306ba7;
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
    padding-top: 0;
}

.fghuiiuyt {
    color: black;
    font-weight: 600;
}

.fa-globe {
    margin-right: 5px;
    color: #fff;
}

.engcad p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    margin-right: 5px;
}


.engcad p {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:312px) {
    .hrrr-text {
        font-size: 10px;
    }
}