﻿
.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;
}