@charset "utf-8";

/*!@copyright 2019 Sigma Informatics*/
/************************************************************
 * @author Sigma Informatics https://www.sinf.gr
 * created with: "Sigma Informatics Site Builder v. 3.50.3"
 * date: 1/11/2019
 * login.css
************************************************************/
.white-bg {
    background-color: #fff;
}

.sky-bg {
    background-color: rgba(230, 241, 249, 0.16);
}

.loginscreen-inner{
   border:1px solid #d7e0e8;
   border-radius: 5px;
   padding: 10px;
   box-shadow: 0 0 4px rgba(196, 227, 239, 0.7);
}

.logo-name {
    color: #e6e6e6;
    font-size: 120px;
    font-weight: 700;
    /* letter-spacing: -10px; */
    margin-bottom: 0;
}

.form-control{
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 4px;
    color: inherit;
    display: block;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0s;
    width: 100%;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #18a689;
    border-color: #18a689;
}

.block {
    display: block!important;
}

.m-b {
    margin-bottom: 15px;
}

.full-width {
    width: 100%!important;
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.loginscreen.middle-box {
    width: 300px;
}

.middle-box {
    max-width: 400px;
    z-index: 100;
    margin: 0 auto;
    padding-top: 40px;
}


