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 {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Open Sans", sans-serif;
    box-sizing: border-box;
}

input {
    box-sizing: border-box;
}

header {
    width: 100%;
    background-color: #00103B;
    color: #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
}

.page-title {
    display: flex;
    align-items: center;
    gap: .8rem;
}

#service-type {
    width: 100px;
    height: 30px;
    background-color: #00103B;
    color: #fff;
    border: none;
    outline: none;
}

.logo {
    width: 200px;
    height: 60px;
}

.make-user {
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

form {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

input {
    height: 50px;
    width: 600px;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

.select-role {
    height: 50px;
    width: 100%;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}

.mr-submit-btn {
    width: 100%;
    height: 50px;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
    cursor: pointer;
    color: #fff;
    background-color: #00103B;
}

.sec-login {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
}

.login-form {
    width: 40%;
}

.login-form input {
    width: 100% !important;
}

.login-h1 {
    text-align: center;
}

.link {
    color: #00103B;
    font-weight: 700;
    text-decoration: none;
    padding: 1rem;
    background-color: #fff;
    border-radius: 50px;
}

.page-manage-orger-title {
    width: 100%;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 800;
}

.order-status-option {
    height: 50px;
    width: 600px;
    border: none;
    outline: none;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 0 1rem;
    font-size: 1.3rem;
}