@import "bootstrap.min.css";
@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Light.ttf) format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: 'ProximaNova';
    src: url(../fonts/ProximaNova-Semibold.ttf) format('truetype');
    font-weight: 600;
}

::placeholder {
    font-size: 20px;
    font-family: 'ProximaNova';
    font-weight: 600;
}

body {
    color: #000;
    font-size: 16px;
    font-family: "ProximaNova-Regular";
}

body p {
    margin-top: 0;
    margin-bottom: 10px;
}

.h1,
h1 {
    text-align: center;
    font-family: "Akrobat-Black";
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: uppercase;
}

.wrapper {
    max-width: 1920px;
    margin: 0 auto;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    min-width: 1200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.wrapper .container {
    width: 1170px;
}

.wrapLabel {
    position: relative;
}

.wrapLabel input {
    width: 10px !important;
    height: 10px !important;
    left: 0 !important;
    top: 0 !important;
    position: absolute !important;
    opacity: 0 !important;
}

.wrapLabel label {
    position: relative;
    font-weight: normal;
    padding-left: 40px;
}

.flexSA {
    display: flex;
    justify-content: space-around;
}

.flexSB {
    display: flex;
    justify-content: space-between;
}

.flexCenter {
    display: flex;
    justify-content: center;
}

.flexAI {
    display: flex;
    align-items: center;
}

.flexW {
    display: flex;
    flex-wrap: wrap;
}

.flexColumn {
    display: flex;
    flex-direction: column;
}

.flexStart {
    display: flex;
    justify-content: flex-start;
}

.flexEnd {
    display: flex;
    justify-content: flex-end;
}

.logincenter {
    min-height: 535px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.logintop {
    margin-top: 40px;
}

.gridContLogin {
    display: grid;
    grid-template-rows: 125px auto 125px;
    min-height: 100vh;
    text-align: left;
}

.gridContLogin .title {
    font-size: 30px;
    font-family: 'ProximaNova';
    font-weight: 700;
    margin-bottom: 20px;
}

.gridContLogin fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

.gridContLogin fieldset input {
    border: 0;
    border-bottom: 1px solid;
    margin: 20px 0;
    width: 100%;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    font-family: 'ProximaNova';
}

.logincenter {
    width: 360px;
}

.gridContLogin fieldset input#remember {
    width: 10px;
}

.gridContLogin fieldset .btn.btn-primary {
    font-size: 22px;
    font-weight: 600;
    border-radius: 30px;
    color: #fff;
    background: #3eb97a;
    border: 1px solid #3eb97a;
    line-height: 1;
    text-align: center;
    width: 77%;
    transition: all 0.4s;
    padding: 18px;
    margin: 15px auto;
    font-family: 'ProximaNova';
    font-weight: 600;
}

.gridContLogin fieldset .btn.btn-primary:hover {
    background: #08a652;
}

.gridContLogin .copyright {
    font-family: 'ProximaNova';
    font-weight: 200;
    font-size: 18px;
}

.gridContLogin fieldset input#remember {
    width: 15px;
    height: 15px;
    margin: 20px 10px;
}

.gridContLogin fieldset .controls {
    display: flex;
    align-items: center;
}


/* Split the screen in half */

.split {
    height: 100%;
    width: 50%;
    position: fixed;
    z-index: 1;
    top: 0;
    overflow-x: hidden;
    padding-top: 20px;
}


/* Control the left side */

.left {
    left: 0;
    background-color: #fff;
    background: url(../images/lef_login.png) top 120px left no-repeat;
}


/* Control the right side */

.right {
    right: 0;
    background: url(../images/lef_login_left.png) top 120px right no-repeat #3eb97a;
    background-color: #3eb97a;
}


/* If you want the content centered horizontally and vertically */

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.tel {
    display: flex;
    align-items: center;
}

.tel a {
    font-size: 20px;
    color: white;
    padding-left: 20px;
    font-family: 'ProximaNova';
    font-weight: 700;
}

.nav.nav-tabs.nav-stacked a {
    color: red;
    font-family: 'ProximaNova';
    font-weight: 200;
    font-size: 20px;
}

.sloganbot {
    color: #fff;
    font-family: 'ProximaNova';
    font-weight: 700;
    font-size: 25px;
}

.slogantop {
    color: #fff;
    font-family: 'ProximaNova';
    font-weight: 200;
    font-size: 20px;
}

.nav.nav-tabs.nav-stacked a:hover {
    color: #3eb97a;
    text-decoration: none;
    font-weight: 600;
    font-family: 'ProximaNova';
}

.gridContLogin fieldset .controls label {
    font-size: 20px;
    font-family: 'ProximaNova';
    font-weight: 400;
}


/* --- Media styles --- */

@media screen and (min-width:1200px) {}

@media screen and (max-width:1199px) {}

@media screen and (max-width:991px) {}

@media screen and (max-width:767px) {}

@media screen and (max-width:675px) {}

@media screen and (max-width:640px) {}

@media screen and (max-width:600px) {}

@media screen and (max-width:485px) {}

@media screen and (max-width:425px) {}

@media screen and (max-width:400px) {}

@media screen and (max-width:370px) {}