html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    scroll-behavior: smooth;
}

@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i");

body {
    font-family: "Nunito Sans", sans-serif;
    margin: 0;
    background: white;
    font-size: 16px;
    font-weight: 400;
    color: #554a44;
    line-height: 1.5;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

button {
    outline: none;
    box-shadow: none;
    -webkit-appearance: none;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group-append .btn {
    height: 56px !important;
}

a:hover,
a:focus {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    outline: none;
}

::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 50px white inset !important;
}

/*---------------START----------------*/
body {
    width: 100%;
}

.container-350 {
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
}

.logo-head {
    width: 150px;
    margin: 0 auto 18px;
    padding-top: 20px;
}

.logo-head img {
    width: 100%;
}

.signinbox {
    display: block;
    border-radius: 4px;
    border: 1px #ddd solid;
    background-color: #fff;
    position: relative;
    padding: 20px 26px;
    margin-bottom: 30px;
}

.signinbox h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.form-group {
    margin-bottom: 14px;
}

.form-group label {
    font-size: 13px;
    line-height: 19px;
    display: block;
    padding-bottom: 2px;
    font-weight: 700;
}

/* .form-group>input {
    width: 100%;
    max-width: 280px;
    background-color: #fff;
    height: 31px;
    padding: 3px 7px;
    line-height: normal;
    border: 1px solid #a6a6a6;
    border-top-color: #949494;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgb(255 255 255 / 50%), 0 1px 0 rgb(0 0 0 / 7%) inset;
    outline: 0;
} */

.btn-signin {
    border: none;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 29px;
    font-style: normal;
    font-weight: 700;
    padding: 2px 10px;
    text-align: center;
    background: #EDBE00;
    border-radius: 3px;
    color: #fff;
    width: 100%;
    margin-bottom: 18px;
    cursor: pointer;
    letter-spacing: 1.3px;

    font-size: 16px;
    padding: 9px 0px;
}

.btn-signin:hover {
    color: #ffffff;
    background-color: #C9A202;
    border-color: #BD9802;
    opacity: 0.8;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn-grey:hover {
    color: #ffffff;
    background-color: #777777;
    border-color: #707070;
    opacity: 0.8;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.35);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.content {
    width: 100%;
}

.content p {
    font-size: 14px !important;
    line-height: 1.5 !important;
    margin-bottom: 22px;
    text-align: justify;
}

.content>a {
    font-size: 14px;
    line-height: 19px;
}

.newsign {
    text-align: center;
    position: relative;
    top: 2px;
    padding-top: 1px;
    margin-bottom: 14px;
    line-height: 0;
}

.newsign h5 {
    line-height: 1;
    font-size: 14px;
    color: #767676;
    font-weight: 400;
    z-index: 2;
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 8px 0 7px;
}

.newsign:after {
    content: "";
    width: 100%;
    background-color: transparent;
    display: block;
    height: 1px;
    border-top: 1px solid #e7e7e7;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    z-index: 1;
}

a {
    color: #917400;
}

a:hover {
    color: #ecbe02;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a:active {
    color: #ecbe02;
    outline: 0;
    text-decoration: none;
}

a:focus {
    color: #ecbe02;
    outline: 0;
    text-decoration: none;
}

.btn-grey {
    width: 100%;
    background: #b4b2ad;
    border-radius: 3px;
    border-color: #adb1b8 #a2a6ac #8d9096;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 29px;
    padding: 2px 0;
    text-align: center;
    text-decoration: none !important;
    display: block;
    position: relative;
    overflow: hidden;
    height: 29px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1.3px;

    font-size: 16px;
    padding: 9px 0px;
}



.btn-grey:hover, .btn-grey:active {
    color: #fff;
}

/*----------------END-----------------*/
.bottomsection {
    margin-bottom: 0px;
    margin-top: 26px !important;
}

.a-divider.a-divider-section .a-divider-inner {
    height: 44px;
    margin-bottom: -18px;
    background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .14), rgba(0, 0, 0, .03) 3px, transparent);
    z-index: 0;
    zoom: 1;
}

.a-divider.a-divider-section .a-divider-inner:after {
    display: block;
    width: 100%;
    height: 44px;
    background-color: transparent;
    background: -webkit-linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff);
    background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0), #fff);
    z-index: 1;
    content: "";
}

.btm-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 10px;
    align-items: center;
}

.btm-link a {
    font-size: 14px !important;
    line-height: 1.465 !important;
    margin: 0px 10px;
}

.copytext {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 14px !important;
    line-height: 1.465 !important;
    align-items: center;
    color: #555 !important;
}

.alert-danger {
    padding-bottom: 10px;
    color: #c40000;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}

.d-relative {
    position: relative;
}

.input-group-append {
    position: absolute;
    right: 1px;
    top: 1px;
}

.input-group-append .btn {
    border: none;
    height: 37px;
    background: white;
    padding: 3px 7px;
    width: 40px;
    font-size: 15px;
    color: #a6a6a6;
    cursor: pointer;
}

.form-control {
    max-width: 265px;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
    background-color: #faf8f3;
    font-size: 17px;
    height: 45px;
    padding: 6px 15px;
    line-height: 23px;
    color: #554a44;
    /* color: #9b9177; */
    font-family: inherit;
    border: 1px solid #b4b2ad;
    border-radius: 5px;
    font-weight: 500;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control:focus {
    border-color: #554a44;
    box-shadow: none !important;
}