@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: 0;
  font-family: "Poppins", sans-serif;
}
body {
    font-size: 14px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #555;
    background: #F0F5F9;
    overflow-x: hidden;
    overflow-y: hidden;
}


span.db img {
    height: 70px;
}
.group_logo img{
    text-align: center;
    height: 70px;
}
.auth-wrapper {
    min-height: 100vh;
    position: relative;
    z-index: 999;
}
.auth-wrapper .auth-box {
    background: #fff;
    padding: 20px;
    max-width: 400px;
    width: 90%;
    margin: 10% 0;
}
.auth-wrapper .auth-box {
    box-shadow: 1px 0 20px rgba(0,0,0,.08);
    border-radius: 5px;
}
.auth-wrapper .auth-box .logos {
    text-align: center;
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px;
}
input, button {
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
    border: 1px solid #ccc;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group-prepend {
    display: flex;
    margin-right: -1px;
}
.input-group.mb-3.d-flex {
    justify-content: space-between;
}
.forgot {
    margin-top: 7px;
}
.logos h5 {
    font-size: 13px;
    margin: 16px 0 40px 0;
}
.input-group>.input-group-prepend>.input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #4F5467;
    text-align: center;
    background-color: #f6f8f9;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    font-weight: 400;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}
input[type=radio], input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
input, select {
    border: 1px solid #CCC;
}
input, button {
    margin: 0;
    padding: 6px 12px;
    border-radius: 2px;
    font-family: inherit;
    font-size: 100%;
    color: inherit;
}

.socials {
    text-align: center;
    font-size: 18px;
    margin-top: 32px;
}
.socials a {
    background: #036B92;
    border-radius: 50%;
    display: inline-block;
    padding: 3px 5px 3px 5px;
    color: white;
    transition: .3s;
}
.socials a:hover {
    background: #081E5A;
    color: white;
}

button.btn.btn-success {
    width: 100%;
    background: 036b92 !important;
}
button.btn {
    width: 100%;
    background: #036990;
    color: white;
    margin-top: 20px;
    font-size: 17px;
    transition: .3s;
}
button.btn:hover {
    background: #081E5A;
    color: white;
}
.text-center.copyright {
    margin-bottom: 20px;
    margin-top: 10px;
    font-size: 11px;
}
span#addon-wrapping {
    padding: 20px;
}
span#addon-wrapping i {
    font-size: 16px;
}

span#togglePassword {
    padding: 20px;
}
span#togglePassword i {
    font-size: 16px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ced4da; 
}

.form-control:hover {
    border-color: #ced4da;
}

@media (max-width: 768px){
    .group_logo img{
        display: none;
    }
}