@font-face {
    font-family: 'Proxima Nova';
    src: url('../fonts/Proxima-Nova.woff') format('woff');
}

body {
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100vh;
    overflow: auto;
}

.content_div {
    border-radius: 20px;
    background: #000000e6;
    max-width: 612px;
    padding: 42px 89px 34px 89px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5%;
}

.ml-10 {
    margin-left: 10px;
}

.mb-46 {
    margin-bottom: 46px;
}

.mb-43 {
    margin-bottom: 43px;
}

.mb-33 {
    margin-bottom: 33px;
}

.mb-18 {
    margin-bottom: 18px;
}

.mb-10 {
    margin-bottom: 10px;
}

.text-white {
    color: #fff;
}

.text_color_FFA800 {
    color: #FFA800;
}

.text_color_B7B7B7 {
    color: #B7B7B7;
}

.text_color_000 {
    color: #000;
}

.text_1 {
    font-family: "Proxima Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.text_2 {
    font-family: "Proxima Nova";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.text_3 {
    font-family: "Proxima Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.myinput {
    border-radius: 8px;
    background: #333;
    height: 48px;
    width: 100%;
    border: none;
    padding: 15px 19px 14px 19px;
}

.mybtn {
    font-family: "Proxima Nova";
    font-size: 14.73px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 10px;
    background: #FFA800;
    padding: 11px 19px;
    min-width: 218px;
    outline: none;
}

.scan_qr_div {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.qrcode-reader {
    background: transparent;
    background-image: url(../images/qr.png);
    border: none;
    outline: none;
    background-repeat: no-repeat;
    background-size: 32px 32px;
    height: 33px;
    padding-left: 40px;
}

.loading_img {
    display: none;
}