@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700");

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    margin: 0;
    font-family: "Roboto", sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #BDBDC7;
    text-align: left;
    background-color: rgba(88, 115, 254, 0.04);
}

a {
    color: #042dfc;
    text-decoration: none;
    background-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    color: #3d4465;
}

h1,
.h1 {
    font-size: 2.25rem;
}

h2,
.h2 {
    font-size: 1.875rem;
}

h3,
.h3 {
    font-size: 1.5rem;
}

h4,
.h4 {
    font-size: 1.125rem;
}

h5,
.h5 {
    font-size: 1rem;
}

h6,
.h6 {
    font-size: 0.875rem;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #eaeaea;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #046ffc;
    outline: 0;
    box-shadow: 0 0 0 0.025rem #042dfc;
}

.btn-primary {
    color: #fff;
    background-color: #042dfc;
    border-color: #042dfc;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4865f3;
    border-color: #4865f3;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgb(4, 111, 252);
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #042dfc;
    border-color: #042dfc;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #4865f3;
    border-color: #046ffc;
}

.btn-outline-primary {
    color: #042dfc;
    border-color: #042dfc;
}

a {
    color: #BDBDC7;
}

a:hover,
a:focus,
a.active {
    color: #042dfc;
    text-decoration: none;
}

.authincation-content {
    background: #fff;
    box-shadow: 0 0 35px 0 rgba(154, 161, 171, 0.15);
    border-radius: 5px;
}

.auth-form {
    padding: 50px 50px;
}

.auth-form .btn {
    height: 50px;
    font-weight: 700;
}

.auth-form .page-back {
    display: inline-block;
    margin-bottom: 15px;
}

.alert-danger {
    background-color: transparent !important;
}

.password-container {
    position: relative;
}

.password-container .form-control {
    padding-right: 40px;
}

.password-container .show-hide {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.show-hide {
    font-size: 20px;
    font-weight: bold;
}