﻿.FormBox {
    min-width: 450px;
    max-width: 450px;
    margin: 0 auto;
    padding: 50px;
    /*border: 1px solid #ccc;*/
    background-color: #262626;
    color: #959595;
    border-image-slice: 100 100 100 100;
    border-image-width: 100px 100px 100px 100px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url("../images/Frame_Full.png");
    border-style: solid;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 5vmin 5vmin rgba(0, 0, 0, 0.6);
}


.CardBox {
    min-width: 220px;
    max-width: 250px;
    margin: 0 auto;
    padding: 40px;
    /*border: 1px solid #ccc;*/
    background-color: #262626;
    color: #959595;
    border-image-slice: 100 100 100 100;
    border-image-width: 3px 3px 3px 3px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url("../images/Frame_Full.png");
    border-style: solid;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 5vmin 5vmin rgba(0, 0, 0, 0.6);
}

.SagasModal {
    background-color: #262626;
    color: #959595;
    border-image-slice: 100 100 100 100;
    border-image-width: 100px 100px 100px 100px;
    border-image-outset: 0px 0px 0px 0px;
    border-image-repeat: repeat repeat;
    border-image-source: url("../images/Frame_Full.png");
    border-style: solid;
    padding: 30px;
    scrollbar-color: lightgrey #928e75;
}

.SagasModalHeader {
    border-color: black;
}

.sagastable {
    color: #959595 !important;
}



.LoginForm {
}

.sagasbutton {
    background-color: #928e75;
    border-color: #928e75;
    border-radius: 0.0rem;
}

    .sagasbutton:hover {
        background-color: #928e75;
        border-color: #928e75;
        border-radius: 0.0rem;
        box-shadow: 0 0 0 0.25rem #928e75;
    }

a, .btn-link {
    color: #928e75;
}

.form-control {
    background-color: #262626;
    color: #959595;
    border-color: #928e75;
}

    .form-control:focus {
        background-color: #262626;
        color: #959595;
        border-color: #928e75;
        box-shadow: 0 0 0 0.25rem #928e75;
    }



.box {
    color: #959595;
    background-color: #262626;
}

    .box:focus {
        color: #959595;
        background-color: #262626;
        box-shadow: 0 0 0 0.25rem #928e75;
    }

    .box:checked {
        color: #959595;
        background-color: #262626;
    }
