body {
    background: #035644 url('../img/main_background.jpg') repeat-y left !important;
    min-height: 100vh;
}

.form-control {
    display: block !important;
    width: 100% !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    background-color: #fff !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0.25rem !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border: 1px solid;
    border-color: #BFBFBF #DEDEDE #DEDEDE #BFBFBF;
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    background-color: #ffffff;
}

input[type='text'] {
    height: 40px !important;
    font-size:16px !important;
}

input[type='password'] {
    height: 40px !important;
    font-size:16px !important;
}

.btn {
    display: inline-block !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    color: #212529 !important;
    text-align: center !important;
    text-decoration: none !important;
    vertical-align: middle !important;
    cursor: pointer !important;
    -webkit-user-select: none !important;
    -moz-user-select: none !important;
    user-select: none !important;
    background-color: transparent !important;
    border: 1px solid transparent !important;
    padding: 0.375rem 0.75rem !important;
    font-size: 1rem !important;
    border-radius: 0.25rem !important;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #007d40 !important;
    border-color: #007d40 !important;
}

.wrap {
    width: 100% !important;
    overflow: hidden !important;
    background: #fff url('../img/bg.png') repeat-y left !important;
    border-radius: 5px !important;
    -webkit-box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%) !important;
    -moz-box-shadow: 0px 10px 34px -15px rgba(0, 0, 0, 0.24) !important;
    box-shadow: 0px 10px 34px -15px rgb(0 0 0 / 24%) !important;
    margin-top: 5rem;
}

.display-block {
    display: block;
}

.text-md-right {
    text-align: right !important;
    width: 75%;
}

.half-width {
    width: 48% !important;
}

#password-toggle {
    position: absolute;
    right: 15px;
    bottom: 16px;
    cursor: pointer;
    font-size: 24px;
    color: #007D40;
}

a.remember-password {
    display: inline-block;
    font-size: 12px;
    color: #787878;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    padding:10px 0 10px 0;
    vertical-align: middle;
}

    a.remember-password:hover {
        color: #787878;
        text-decoration: none;
    }

    a.remember-password img.arrows {
        padding-left: 2px;
        vertical-align: middle;
        position: relative;
        top:-1px;
    }

    a.remember-password img.ico {
        padding-right: 10px;
        vertical-align: middle;
    }