* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
    font-family: "Roboto", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


.limiter {
    width: 100%;
    margin: 0 auto;
}

.container-login100 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    flex-wrap: wrap;
}


.wrap-login100 {
    width: 450px;
    min-height: 100vh;
    background: #ffffff;
    border-radius: 2px;
    position: relative;
}


.login100-more {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: calc(100% - 450px);
    position: relative;
    z-index: 1;
}

.login100-form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.login100-form-title {
    display: block;
    width: 100%;
    font-family: Poppins-Bold;
    font-size: 39px;
    color: #333333;
    line-height: 1.2;
    text-align: left;
}

.btn-log {
    font-size: 14px;
    width: 75%;
    height: 42px;
    border-radius: 15px;
    color: #fff;
    background-color: #00263e;
    border-color: #00263e;
    margin: 25px auto;
}

.btn-log:hover, .btn-log:active {
    background-color: #134463;
    color: white;
}

.version {
    font-size: 11px;
    color: #818181;
}

.input-group {
    width: 100% !important;
    margin-top: 25px;

}

input.form-control {
    height: 50px;
    border-color: #484848;
    background-color: #e8f4ff !important;
    border-radius: 8px !important;
}

input.form-control:focus {
    color: #525f7f;
    background-color: #fff !important;
    border-color: rgba(0, 0, 0, 0.25);
    outline: 0;
}

.pas {
    color: #484848;
}

.title-app {
    margin: 30px 0;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #525252;
}

hr {
    margin-top: 2rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgb(0 38 62);
}

.fix-bottom {
    position: absolute;
    bottom: 25px;
    width: 80%;
}

@media (max-width: 576px) {
    .wrap-login100 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bottom-info {
        text-align: center !important;
    }
}