.content-wallet {
    height: calc(100vh - 161px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px 9px;
    width: 100%;
    box-sizing: border-box;
}
.background{
    color: white;
}

@media (max-width: 800px) {
    .content-wallet {
        width: 100%;
    }
}


.wallet {
    height: 100vh;
    background: url("../img-layout/wallet.svg") no-repeat;
    background-size: cover;
}


.form-waller {
    border: 1px solid #F27405;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 7px 0px 18px 0px;
    padding: 10px;
    width: 100%;

}


.form-wallet-global {
    padding: 20px 14px;
    border-radius: 10px;
    border: 1px solid #F27405;
    display: flex;
    flex-direction: column;
    width: 361px;
}

.btn-content-wallet {
    width: 100%;
    text-align: center;
}

.form-wallet-global label {
    font-size: 13px;
}

/*!* -------- HEADER BEGIN--------- *!*/
/*.wallett header {*/
/*    height: 200px;*/

/*}*/

/*.wallett header .background {*/
/*    display: flex;*/
/*    flex-direction: row;*/
/*    background-image: url('../assets/HeaderImage.svg');*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    align-items: center;*/
/*    height: 100%;*/
/*}*/

/*.wallett header .container-logo {*/
/*    height: 200px;*/
/*    margin: 0 auto;*/


/*}*/

/*.wallett header .container-logo h1 {*/
/*    color: #FFFFFF;*/
/*    text-align: center;*/

/*}*/

/*.wallett header .container-logo img {*/
/*    margin: 0 70px;*/
/*    margin-top: 40px;*/
/*}*/


/*!* -------- HEADER END--------- *!*/


/*!* -------- SECTION BEGIN--------- *!*/

/*.wallett section {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    width: 100%;*/
/*    !* height: 100vh; *!*/
/*    !* background-color: tomato; *!*/
/*}*/

/*.wallett section form {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    justify-content: space-evenly;*/
/*    width: 400px;*/
/*    height: 400px;*/
/*    margin-top: 30px;*/
/*    background: linear-gradient(137.35deg, rgba(238, 238, 238, 0.4) 0.52%, rgba(255, 255, 255, 0.1) 99.07%);*/
/*    border: 1px solid #F27405;*/
/*    box-sizing: border-box;*/
/*    border-radius: 15px;*/
/*}*/

/*.wallett section form label {*/
/*    margin: 0 10px;*/
/*    font-family: Montserrat;*/
/*    font-style: normal;*/
/*    font-weight: normal;*/
/*    font-size: 14px;*/
/*    line-height: 17px;*/
/*    !* identical to box height *!*/


/*    color: #000000;*/
/*}*/

/*.wallett section form input {*/
/*    width: 100%;*/
/*    border: 1px solid #F27405;*/
/*    box-sizing: border-box;*/
/*    border-radius: 10px;*/
/*    height: 40px;*/
/*    padding: 0 10px;*/
/*    margin-top: 10px;*/
/*}*/

/*.wallett section form button {*/

/*    margin: 0 10px;*/
/*    background: linear-gradient(90.82deg, #D93D04 0%, #F27405 100%);*/
/*    border-radius: 10px;*/
/*    border: none;*/
/*    height: 50px;*/
/*    font-family: Montserrat;*/
/*    font-style: normal;*/
/*    font-weight: bold;*/
/*    font-size: 20px;*/
/*    line-height: 24px;*/
/*    color: #FFFFFF*/
/*}*/


/*!* -------- SECTION END--------- *!*/

/*@media (max-width: 420px) {*/

/*    .wallett section form {*/
/*        width: 100%;*/

/*    }*/
/*}*/
