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%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
    font-family: Montserrat, sans-serif;
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button {
    cursor: pointer;
}
/* ======= SETTINGS ======= */
:root {
    --blue: #32B3C5;
    --lightgrey: #FCFCFC;
    --grey: #F3F3F3;
    --medgrey: #E5E5E5;
    --darkgrey: #808080;
    --dark: #3A3A3A;
    --green: #37C532;
    --yellow: #DCBB36;
    --red: #DF5151;
    --lightgreen: #F3FCF2;
    --lightyellow: #F8F3E4;
    --lightblue: #E8F2FC;
    --lightred: #FBF1F1;
    --shadow: 0px 0px 15px 5px rgba(0,0,0,0.10);
}
/* ======= rewrite style.css ======= */

body .menu-wrapper .navbar-dark .navbar-toggler {
    border: none;
    color: white;
}
body .menu-wrapper .navbar-dark .navbar-toggler:hover {
    border: none;
    outline: none;
    color: var(--blue);
}


body .menu-wrapper .navbar .a-auth ul li {
    padding: 0;
}
.logo-container {
    margin-left: 50px;
}

.small-logo {
    display: none;
}
html body #client .a-green {
    color: var(--green);
}
html body #client .a-yellow {
    color: var(--yellow);
}
html body #client .a-blue {
    color: var(--blue);
}
.header-one {
    font-size: 24px;
    font-weight: bold;
    color: var(--dark);
    position: relative;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.header-one::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 40px;
    height: 1px;
    background-color: var(--blue);
}
.header-two {
    font-size: 21px;
    font-weight: bold;
    color: var(--dark);
    margin-bottom: 20px;
}
.header-three {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.header-four {
    font-size: 14px;
    font-weight: 600;
}
.text {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: var(--dark);
}
.label {
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    color: var(--darkgrey);
}
.widget {
    box-shadow: var(--shadow);
    height: 100%;
    width: 100%;
    background: white;
}
.widget>div {
    width: 50%;
}
.a-btn-menu {
    padding: 18px 36px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    color: white;
    border-radius: 0 !important;
    transition: all .3s ease-out;
}
.a-btn-menu:hover {
    background: var(--dark);
    color: var(--blue);
}
.navbar-dark .navbar-toggler {
    margin-right: 0 !important;
}
body ul li .a-btn-menu {
    padding: 25px 50px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--grey);
    color: var(--dark);
    border-radius: 0 !important;
    transition: all .3s ease-out;
}
body ul li .a-btn-menu:hover {
    background: var(--dark);
    color: white;
}
.a-btn {
    padding: 13px 36px;
    border: none;
    display: flex;
    align-items: center;
    background: var(--blue);
    color: white;
    border-radius: 0 !important;
    transition: all .3s ease-out;
}
.a-btn:active, .a-btn:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.a-btn:hover {
    background: var(--dark);
    color: var(--blue);
}

.reset-psw {
    max-width: 1170px;
    margin: 50px auto;
    padding: 20px;
}
.inner-widget-img {
    background-image: url("/img/picdraw.jpg");
    background-size: cover;
    background-position: center;
}
.inner-widget-content {
    padding: 45px 50px;
}
.back-to-login {
    position: relative;
    padding-bottom: 5px;
    color: var(--blue);
}
html body .inner-widget-content .header-three-success {
    margin-bottom: 100px;
}
.back-to-login::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: var(--blue);
}
.inner-widget-content>.header-three {
    margin-bottom: 30px;
}
.reset-psw input:active, .reset-psw input:focus {
    border: none;
    outline: none;
}
.reset-psw input,
.reset-psw input:active,
.reset-psw input:focus,
.reset-psw input:-webkit-autofill,
.reset-psw input:-webkit-autofill:hover,
.reset-psw input:-webkit-autofill:focus,
.reset-psw input:-webkit-autofill:active
{
    height: 46px;
    font-family: "Montserrat", sans-serif;
    font-weight: bold;
    font-size: 14px;
    padding: 0 20px;
    margin-bottom: 20px !important;
    width: 100%;
    background: #F3F3F3;
    border: none;
    box-sizing: border-box;
    border-radius: 0 !important;
    -webkit-box-shadow: 0 0 0 46px #F3F3F3 inset !important;
}
.email-input-wrapper button {
    margin-bottom: 50px;
}
body .password-input-wrapper button {
    margin-bottom: 0;
}
body .password-input-wrapper {
    margin-bottom: 30px;
}
.email-input-wrapper .error {
    margin-bottom: 20px;
}


body .col-12 {
    padding-right: 0 !important;
}

@media only screen and (max-width: 1000px) {
    .inner-widget-img {
        display: none;
    }
    .widget>div {
        width: 100%;
    }
    .widget {
        width: 360px;
        margin: auto;
    }
    .small-logo {
        display: block;
    }
    .big-logo {
        display: none;
    }
    .logo-container {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 400px) {
    .inner-widget-img {
        display: none;
    }
    .widget > div {
        width: 100%;
    }
    .widget {
        width: auto;
    }
    .inner-widget-content {
        padding: 30px;
    }
}