@font-face {
    font-family: 'voces' ;
    src: url("Voces-Regular.ttf?iefix") format("truetype");
}


body {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    /*font-family: verdana, arial, helvetica, sans-serif;*/
    font-family: voces, verdana, arial, helvetica, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    background-color: #F6F8FA;
}

h1 {
    color: #24292E;
    margin-top: 5px;
}

#header {
    background-color: #24292E;
    height: 52px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 32px;
    vertical-align: top;
    letter-spacing: 0;
    line-height: 30px;
}

#logo, #logo a {
    height: 37px;
    line-height: 37px;
    width: 320px;
    float: left;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 10px;
    color: white;
    text-decoration: none;
}

#content {

    flex-basis: 60%;
    background-size: cover;
    padding: 20px;
    justify-content: flex-start;
    min-height: 600px;

}

#login_table {
    width: 600px;
}

.input_label {
    padding-top: 20px;
    color: #24292E;

}

.box {
    padding-top: 10px;
}

.box input {
    font-size: 15px;
    border-width: 1px 1px 2px 1px;
    border-style: solid;
    border-radius: 4px;
    border-color: #3C4146;
    color: #3C4146;
    background-color: #FFFFFF;
    width: 100%;
    height: 40px;
    padding-left: 6px;

}

.box input:focus {
    background-color: #eaeaea;
    border-left-color: #e3e3e3;
    border-bottom-color: #e3e3e3;
}

#submit-btn {
    margin-top: 20px;
    min-width: 120px;
    height: 40px;
    border: 0;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    background-color: #2C974B;
    color: #fff;
    border-radius: 8px;

}

#submit-btn:hover {
    background-color: #216e37
}

a {
    color: #0099FF;
    text-decoration: none;
}

img {
    border-width: 0;
}

.baslik {
    font-size: 32px;
    padding: 0 0 20px 0;
}

.message {
    min-height: 10px;
    padding: 4px 4px;
    margin-top: 30px;
    margin-bottom: 0px;
    margin-left: 40px;
    margin-right: 40px;
    border: #000000 dotted 4px;
    border-radius: 15px 15px 15px 15px;
    background-color: #fff534;
    color: black;
    text-align: center;

}


#login {
    background-color: #ffffff;
    color: #24292E;
    width: 400px;
    min-height: 380px;
    margin-left: auto;
    margin-right: auto;
    border: #cccccc 1px solid;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
}

#menu {
    background-color: #152935;
    height: 25px;
    font-size: 15px;
    padding: 0 40px 0 40px;
    border-top: solid #0a3367 1px;
    color: white;
    /*padding: 4px 25px 4px 25px;*/
    vertical-align: middle;
    padding-top: 4px;

    /*border-radius: 15px 15px 15px 15px;*/
}

#menu a {
    padding-right: 20px;
}

#menu a {
    color: white;
    text-decoration: solid;
}

#menu a:hover {
    color: #4178be;
    text-decoration: solid;
}

#nav {
    float: left;
    margin-left: auto;
    margin-right: auto;
    text-align: right;
}

#signout {
    float: right;
    margin-left: auto;
    margin-top: 10px;
    margin-right: 40px;
    text-align: right;
    font-size: 16px;
    color: darkgrey;

}

.grid input, input[type=month], .grid input[type=password] {
    font-size: 16px;
    border-width: 0 0 2px 0;
    border-style: solid;
    color: #1d3649;
    background-color: white;
    width: 400px;
    height: 30px;
    padding-left: 6px;
}

.grid input[type=submit], .grid button {
    font-size: 14px;
    min-width: 40px;
    height: 20px;
    border: 0;
    text-decoration: none;
    cursor: pointer;
    background-color: #e3e3e3;
    color: #fff;
}

.grid input[type=submit]:hover, .grid button:hover {
    background-color: #264a60
}

.warning {
    color: #818137;
}

.critical {
    color: #983535;
}

.expired {
    color: darkred;
}


