﻿
.logindiv {
    /*width: 375px;*/
    width: 100%;
    /*height: 450px;
            padding: 75px 25px 6px 25px;
            margin: 0 auto;
            background-color: whitesmoke;
             margin-top: 10%;
            float: right;
            margin-right: 200px;*/
    /* width: 375px; */
    padding: 45px 25px 75px 30px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    /*border: 2px solid #31708f;*/
    /*border: 1px solid rgba(0,0,0,0.4);*/
    /* float: right; */
}



.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #2860903b;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

.notif {
    background-color: whitesmoke;
    padding: 167px;
    float: left;
    width: 100%;
    height: 104%;
}

body, html {
    height: 100%;
    margin: 0;
    /*font: 400 15px/1.8 "Lato", sans-serif;*/
    color: #777;
    font-family: 'Roboto', sans-serif;
}

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.075), 0 0 8px #286090;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
    position: relative;
    /*opacity: 0.65;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bgimg-1 {
    /*background-image: url(../Content/img/loginbackground-low.png);*/
    /*background-image: url(../Content/img/bg-2.jpg);*/
    /*background-image: url(../Content/img/ESMEWM.jpg);*/
    /*background-color: lightblue;*/
    background: #060035;
    height: 100%;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0px solid transparent;
    border-radius: 0px;
}

.loginfooter {
    text-align: center;
    color: white;
    padding: 10px;
}
.log-container {
    margin: 0 auto;
    display: table;
}

.log-box {
    /*width: 400px;*/
    height: auto;
    transition: height 1s;
    /*background: gray;*/
    /*position: absolute;*/
}

.log-head {
    width: 100%;
    height: 80px;
    /*background: #a2a2a2;*/
    display: flex;
}

.log-body {
    width: 100%;
    height: auto;
    /*background: #616161;*/
}

.log-foot {
    width: 100%;
    height: 100px;
    margin-bottom: 15px;
    /*background: #3c3c3c;*/
}

.log-row {
    display: inline-flex;
    width: 100%;
}

.log-col {
    width: inherit;
    height: 45px;
    /*background: red;*/
    display: inline-flex;
    align-content: space-between;
    margin: 2px;
}

.log-logo {
    height: inherit;
    width: 75px;
    /*background: antiquewhite;*/
    float: left;
    display: flex;
}

    .log-logo img {
        /*width: inherit;*/
        width: 102px;
        height: 50px;
        margin-top: 10px;
    }

.log-desc {
    float: right;
    height: inherit;
    width: 100%;
    /*background: aqua;*/
    font-family: sans-serif;
    text-align: center;
    line-height: 25px;
}

    .log-desc h4 {
        margin: 0;
        margin-top: 2px;
        font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
        font-weight: 500;
        font-size: 20px;
        color: white;
    }

.nam {
    width: 95%;
    height: 88%;
    margin: 3px;
    color: #fff;
    box-shadow: 0 20px 30px rgba(125,147,178,.3);
    border: none;
    border-radius: 10px;
    text-align: center;
    font-family: sans-serif;
    line-height: 30px;
    font-size: 1.1rem;
}

    .nam h5 {
        /*margin: 0;*/
        font-size: 1.8rem;
    }

small {
    color: #fff !important;
}

.vorque {
    background: #FFCB00;
}

.orquester {
    background: #7878FF;
}

.assetrix {
    background: #CB00CB;
}

.cognitio {
    background: #1C6820;
}

.projet {
    background: #0000FF;
}

.servizo {
    background: #0097FF
}

.microbi {
    background: #A93ED9;
}

.risk {
    background: #970000;
}

.issues {
    background: #18B50C;
}

