@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Light.otf);
    font-weight: 200;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Regular.otf);
    font-weight: 400;
}

@font-face {
    font-family: ProximaNova;
    src: url(../fonts/ProximaNova-Bold.otf);
    font-weight: 700;
}

html,
body {
    font-family: ProximaNova;
    height: 100%;
}

.logoLogin {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
}

.center {
    text-align: center;
}

h2.loginTitle {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 35px;
    text-transform: uppercase;
}


/* FORM */

.loginForm {
    margin: 0 auto;
    max-width: 415px;
}

.DropsmithForm .input-group {
    margin-bottom: 8px;
}

.DropsmithForm .input-group .iconify {
    font-size: 20px;
    color: #949494;
    position: relative;
    z-index: 100;
    width: 57px;
}

span.formIcons {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 57px;
    line-height: 53px;
}

.DropsmithForm .input-group span.input-group-text {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    font-size: 18px;
    color: #949494;
    padding: 10px 0px 10px 18px;
}

.DropsmithForm .input-group input {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    border-radius: 0;
    color: #666666;
    font-size: 18px;
    height: auto;
    line-height: 23px;
    padding: 15px 18px 15px 55px;
}

.DropsmithForm .input-group input:focus {
    background: #F7F7F7;
    border: 1px solid #f7f7f7;
    box-shadow: none !important;
    outline: none;
}

.DropsmithForm .invalid-feedback {
    color: #df0000;
    font-size: 14px;
    text-align: left;
    margin-left: 20px;
}

.invalidLogin {
    font-size: 16px;
    color: #df0000;
    margin-bottom: 10px;
}

.lostPassword {
    padding-top: 30px;
}

.lostPassword a {
    font-size: 16px;
    color: #666666;
}

.btnLogin, .btnWantMore, .btnFreeAccount {
    background: transparent;
    border: 1px solid #010101;
    border-radius: 30px;
    color: #010101;
    font-size: 20px;
    line-height: 41px;
    margin-bottom: 15px;
	text-transform: uppercase;
    width: 100%;
}

.btnWantMore {
	background: #010101;
	color: #ffffff;
}

.btnLogin:hover, .btnWantMore:hover, .btnFreeAccount:hover {
    background: #010101;
    border-color: #010101;
    color: #ffffff;
}

.btnWantMore:hover {
	background: #4E9906;
	border-color: #4E9906;
}

.btnLogin:active,
.btnLogin:focus,
.btnWantMore:active,
.btnWantMore:focus,
.btnFreeAccount:active,
.btnFreeAccount:focus, {
    color: #010101 !important;
    border-color: #010101 !important;
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none;
}

.form-control.is-invalid,
.was-validated .form-control:invalid,
.form-control.is-valid,
.was-validated .form-control:valid {
    background-image: none;
}

.offerMessage p {
    max-width: 300px;
    margin: 20px auto;
}

.privacyMessage {
    max-width: 405px;
	margin: 0 auto;
}

@media (min-width: 576px) {
    .container,
    .container-sm {
        max-width: 767px;
    }
}

@media screen and (max-width: 767px) {
    .bgDetails {
        padding: 0;
    }
    .logoLogin {
        max-width: 245px;
    }
    .colLoginLogo {
        background: url(../img/mobile-details.png) #E4F6E0;
        background-position: center;
        background-repeat: no-repeat;
        padding: 85px 0 65px;
        margin-bottom: 40px;
    }
    h2.loginTitle {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .btnLogin {
        font-size: 18px;
    }
    .DropsmithForm .input-group input {
        font-size: 16px;
    }
    .loginForm {
        max-width: 320px;
    }
}

@media screen and (min-width: 768px) {
    .bgLogin {
        background: linear-gradient(90deg, #E4F6E0 50%, #ffffff 50%);
    }
    .bgDetails {
        background-image: url(../img/bg-login-details.png);
        background-position: center left;
        background-repeat: no-repeat;
        background-position-x: -200px;
    }
    .fullHeight {
        height: 100%;
        min-height: 640px;
    }
}

@media screen and (min-width: 1200px) {
    .bgDetails {
        background-image: url(../img/bg-login-details.png);
        background-position: center left;
        background-repeat: no-repeat;
    }
    .imgBottle:after {
        bottom: 0;
        content: url(../img/img-bottle.png);
        left: 50%;
        margin-left: -140px;
        pointer-events: none;
        position: absolute;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1320px;
    }
}