﻿/*.imageheader {
    width: 150px;
    height: 150px;
    background-size: cover;
    margin: 0 auto;
}*/

.imageheader {
    width: 125px;
    height: 125px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-sm {
    width: 75px;
    height: 75px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-lg {
    width: 500px;
    height: 500px;
    background-size: cover;
    margin: 0 auto;
}

.imageheader-circleborder {
    background-image: radial-gradient(transparent 50px, rgba(81, 89, 96, 0) 60px, rgba(81, 89, 96, 1) 65px);
    width: 150px;
    height: 150px;
    margin: 0 auto;
}

/*.imageheader-register {
    background-image: url("../img/register.jpg");
}

.imageheader-unauthorized {
    background-image: url("../img/unauthorized.jpg");
}*/

input.form-control {
    height: 30px
}
.auth-card {
    width: 360px !important;
}

.btn-modal-close {
    position: absolute;
    right: 10px;
}

.imageheader-sm-circleborder-modal {
    background-image: radial-gradient(transparent 35px, rgba(50, 56, 62, 0) 35px, rgba(50, 56, 62, 1) 38px);
    width: 75px;
    height: 75px;
    margin: 0 auto;
}

.imageheader-circleborder-page {
    background-image: radial-gradient(transparent 50px, rgba(39, 43, 48, 0) 58px, rgba(39, 43, 48, 1) 62px);
    width: 125px;
    height: 125px;
    margin: 0 auto;
}

.imageheader-forgotpassword {
    background-image: url("../img/forgotpassword.jpg");
}

.imageheader-login {
    background-image: url("../img/login.jpg");
}

.imageheader-register {
    background-image: url("../img/register.jpg");
}

.imageheader-resetpassword {
    background-image: url("../img/forgotpassword.jpg");
}

.imageheader-settings {
    background-image: url("../img/settings.jpg");
}

.imageheader-delete-device {
    background-image: url("../img/delete-device.jpg");
}

.imageheader-edit-device {
    background-image: url("../img/edit-device.jpg");
}

.imageheader-add-device {
    background-image: url("../img/add-device.jpg");
}

.imageheader-api-error {
    background-image: url("../img/api-error.jpg");
}

.imageheader-404 {
    background-image: url("../img/404.jpg");
    background-repeat: no-repeat;
    background-position: center;
}