﻿

html {
    box-sizing: border-box;
    height: 100%;
}

body {
    background-color: #eaeaea;
    font-family: 'Helvetica', 'Arial', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0;
    min-height: 100%;
}

.margin-form {
    margin-top: 50%;
}

.customize-panel {
    border: 2px solid #282830;
}

.login__header {
    background-color: #282830 !important;
    border-top-left-radius: 0.25em;
    border-top-right-radius: 0.25em;
    color: #fff !important;
    padding: 1.5em;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
}

.input-separate {
    margin-top: 15px;
}

.inputarea {
    border: 1px solid #282830 !important;
}

.footer-page {
    font-size: 14px;
    min-height: 50px;
}

.btn-custom {
    background-color: #282830 !important;
    color: #fff !important;
}

#loginBtn:hover {
    background-color: #4800ff !important;
}
/* modules/anchor.css */
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

    a:hover {
        color: #1dabb8;
    }
