﻿body {
    padding-top: 10%;
    padding-bottom: 10em;
    height:100%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.mainLayoutLogo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
   /* margin-top: 0.5em;
    margin-bottom: 2.5em;*/
    /*  top: 7%;
    left: 45%;
    position: absolute;*/
}
/*.opacLayoutLogo {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: 12%;
    left: 12%;
    position: absolute;
    padding:20px;
}*/
.login-box {
    width: auto;
    height: 200px;
    background: rgb(33 141 194 / 61%);
    color: #fff;
    box-sizing: border-box;
    padding: 30px 30px;
    border-radius: 30px;
    top: 55%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
}
.user-login-box {
    width: auto;
    height: 335px;
    background: rgb(33 141 194 / 61%);
    color: #fff;
    box-sizing: border-box;
    top: 63%;
    left: 50%;
    position: absolute;
    transform: translate(-50%);
    padding: 20px 30px;
    border-radius: 30px;
}
.header-box {
    color: #fff;
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
    /* width: 420px;
    height: 100px;*/
    /*  top: 35%;
    left: 50%;*/
    /* position: absolute;*/
    /* transform: translate(-50%,-50%);*/
    /*box-sizing: border-box;*/
    /*padding: 70px 50px;
    border-radius: 30px;*/
}
.login-box p, .user-login-box p {
    margin: 0;
    padding: 0;
    font-size: bold;
}

.login-box input, .user-login-box input {
    width: 100%;
    margin-bottom: 20px;
}

    .login-box input[type="text"], .user-login-box input[type="text"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        font-size: 16px;
    }

    .login-box input[type="text"], input[type="month"], input[type="password"], input[type="email"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        /*font-size: 14px;*/
        font-size: 22px;
        padding-right: 8px;
        padding-left: 8px;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .user-login-box input[type="text"], input[type="month"], input[type="password"], input[type="email"] {
        border: none;
        border-bottom: 1px solid #fff;
        background: transparent;
        outline: none;
        height: 40px;
        color: #fff;
        /*font-size: 14px;*/
        font-size: 22px;
    }
input[type="button"] {
    border: none;
    outline: none;
    height: 35px;
    background: #3078a6; /*#0087d0;*/ /*#0059b3;*/
    color: #fff;
    font-size: 18px;
    border-radius: 10px;
    width: 150px;
    top: 70%;
    left: 70%;
    align-self: center;
    font-family: sans-serif;
}

    input[type="button"]:hover {
        cursor: pointer;
        background: #b35150; /*#004d99;*/
        color: #fff; /*#00008b;*/
    }

/*a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
}*/

a:hover {
     /*color: white;*/
    /*color: #4875c5;*/
    /* color: #2086ea;*/
    /*text-decoration: underline;*/
    /*font-weight: bold;*/
    /*text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;*/
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 38%;
}

.warning {
    color: #ff0000;
    font-size: 10pt;
}

.login-box h1, user-login-box h1 {
    margin: 0;
    /*padding: 0 0 20px;*/
    padding: 0 0 0px;
    text-align: center;
    font-size: 22px;
    font-family: sans-serif;
}

.login-box input[type=checkbox], user-login-box input[type=checkbox] {
    width: auto;
}

.login-box a:hover, user-login-box a:hover {
    color: #e74a3b;    
}
.user-login-box a:hover {
    color: #e74a3b;
}
