.login-form form {
    margin-bottom: 15px;
    background: #fff;
    box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
    padding: 30px;
}

.login-form h2 {
    margin: 0 0 15px;
}

.form-control,
.btn {
    min-height: 38px;
    border-radius: 2px;
}

.input-group-addon .fa {
    font-size: 18px;
}

.login-form .btn-primary:hover {
    color: #fff;
    background-color: #2585e4;
    border-color: #1c7fe0;
}

.login-form .btn {
    font-size: 15px;
    font-weight: bold;
    background-color: #4798e8;
    border-color: #4798e8;
    box-shadow: none
}

.login-form .form-control {
    border: 1px solid #e9ecef;
    box-shadow: none;
    border-radius: 0px;
    height: 44px;
}

.login-form .input-group-addon {
    background-color: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 0px;
}


.styled-checkbox {
    position: absolute;
    opacity: 0;
}

.styled-checkbox+label {
    position: relative;
    cursor: pointer;
    padding: 0;
}

.styled-checkbox+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 16px;
    height: 16px;
    background: #dee2e6;
}

.styled-checkbox:hover+label:before {
    background: #2585e4;
}

.styled-checkbox:focus+label:before {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}

.styled-checkbox:checked+label:before {
    background: #2585e4;
}

.styled-checkbox:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.styled-checkbox:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.styled-checkbox:checked+label:after {
    content: "";
    position: absolute;
    left: 3px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.navbar-header {
    width: 200px;
}
footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}
.pmd-card {
    border-radius: 2px;
    margin-bottom: 30px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 0px;
}

.eris-container {
    display: block;
    position: relative;
    padding-left: 26px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: normal;
}

/* Hide the browser's default radio button */
.eris-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.eris-container:hover input~.checkmark {
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.eris-container input:checked~.checkmark {
    background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.eris-container input:checked~.checkmark:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.eris-container .checkmark:after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}
.card-header {
    padding: .75rem 1.25rem;
    background-color: #e9ecef;
    margin-bottom: 0;
    border-bottom: 1px solid #e9ecef;
}
#card-masonry .btn-primary:hover,btn-primary:active {
    color: #fff;
    background-color: #1ca58f;
    border-color: #1b9a85;
}
#card-masonry .btn {
    font-size: 15px;
    background-color: #4798e8;
    border-color: #4798e8;
    box-shadow: none;
    background-color: #22c6ab;
    border-color: #22c6ab;
}
html {
    height: 100%;
    box-sizing: border-box;
}
body {
    position: relative;
    margin: 0;
    padding-bottom: 6rem;
    min-height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

.eris-nav {
    min-height: 64px;
    border:none;
    background-color: #2585e4;
}
.eris-brand {
    padding: 16px 50px;
    height: 64px;
}
.eris-logout {
    text-align:right;
    color: white !important;
    margin-top:5px;
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-header {
        width: 100%;
    }
    .eris-brand {
        padding: 15px 15px;
        height: 64px;
    }
    .eris-logout {
        float:right;
        color: white !important;
        margin-top:5px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .eris-logout {
        float:right;
        color: white !important;
        margin-top:5px;
    }
}
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-header {
        width: 100%;
    }

}
@media (min-width: 320px) and (max-width: 767px) {
 .login-form {
   width: 300px !important;
 }
}