
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
    height: 100%;
}
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-style: normal;
    color: #ffffff;
    background-color: #000000;
    height: auto;
}
p {}
a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #0056b3;
    text-decoration: underline
}
section.mainDIV {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    section.mainDIV  {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    section.mainDIV  {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    section.mainDIV  {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    section.mainDIV {
        max-width: 1140px;
    }
}

section.main {
    position: relative;
    width: 100%;
    min-height: 1px;
    margin: 0 auto 0;
}
.forForm {
    margin: 40px 15px 0;
    padding: 40px 0 20px 0;
    background-color: #202020;
    box-shadow: 0 2px 5px 0 rgba(108, 249, 132, 0.5);
}

.vertical-center {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.center-text {
    text-align: center;
}
.resp-img {
    max-width: 100%;
    height: auto;
}

@media (min-width: 576px) {
    section.main{
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
}
@media (min-width: 768px) {
    section.main {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}
@media (min-width: 992px) {
    section.main {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.w189 {
    width: 189px;
}
.formInfo {
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 15px;
}
.gold-text {
    color:#959625;
}
.neon-text {
    color: #40db5b;
}
.dis-block {
    display: block;
}
.url-bg {
    color:#40ad53;
    padding:5px 10px;
    border-radius: 10px;
    background-color:rgba(0,0,0,0.8);
}
.form-container {

}
input.myInput {
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 13px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

    display: block;
    width: 100%;
    background-clip: padding-box;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;

    background-color: #202020;
    border: 1px solid #666;
    color: #ffffff;

    margin-bottom: 1rem;
}
input.myInput:focus {
    background-color: #202020;
    color: #ffffff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25)
}
section.main form {
    max-width: 330px;
    padding: 0;
    margin: 0 auto;
}
section.main form div.fields {
    padding: 0 15px 15px;
}
.myBtn {
    width: 100%;
    display: block;
    position: relative;
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    cursor: pointer;
}
.form-bottom {
    margin: 10px 0;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.grey-text {
    color: #6c757d !important;
}
.show_error {
    display: none;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid #f5c6cb;
    border-radius: .25rem;
    color: #721c24;
    background-color: #f8d7da;
}