* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

a {
    text-decoration: inherit;
    color: #EBEBEB;
}

a:hover {
    text-decoration: inherit;
    color: #EBEBEB;
}

b,
strong {
    font-weight: bold;
}

:focus {
    outline: inherit;
}

:focus {
    outline: inherit;
}

.form-group {
    margin-bottom: 24px;
    position: relative;
}

.form-control::placeholder {
    color: #434343;
}

.form-control:-ms-input-placeholder {
    color: #434343;
}

.form-control::-ms-input-placeholder {
    color: #434343;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: inherit;
    outline-offset: inherit;
    box-shadow: inherit;
}

.same-hight {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
}

.white-color {
    color: #ffffff !important;
}

.white-bg {
    background-color: #ffffff !important;
}

.black-color {
    color: #000000 !important;
}

.black-bg {
    background-color: #000000 !important;
}
