﻿
body {
    font-family: Arial, sans-serif;
    font-size: 62.5%;
    background-image: url("/img/bg01.jpeg");
    background-size: cover; 
 }


main {
    display: flex;
    background-color: rgba(72, 180, 175, 0.7);
}


body.login {
    height: 100%;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

    body.login main {
        display: flex;
        align-items: center;
         height :100%;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

section.login {
    flex-shrink: 0;
    align-self: center;
    width: 400px;
    max-width: 100%;
    text-align: left;
    margin-bottom: 50px;
}

    section.login form {
        background: #fff;
        color: #000;
        display: flex;
        flex-direction: column;
        padding: 20px;
        box-shadow: 0 0 20px rgba(0,0,0,0.4);
        font-size: 1.4em;
    }

    section.login h1 {
        padding: 10px 20px;
        font-weight: 100;
        font-size: 1.8em;
    }

    section.login h2 {
        font-weight: 100;
        font-size: 1.5em;
    }

    section.login p {
        margin: 0.6em 0;
    }

.img {
    height: 75px;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -15px;
   
}

.text-danger{
    color :red;
}


section.login form .submit input,
section.login form .system-row > input,
section.login form > input {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    color: #000;
    border: 1px solid #CECECE;
    padding: 6px;
    font-size: 1.2em;
    margin: 5px 0;
    border-radius: 0;
    outline: none !important;
    box-shadow: none !important;
}

section.login .save_me {
    text-align: left;
    margin: 0.75em 0;
}

    section.login .save_me input[type=checkbox] {
        -ms-transform: scale(1.15); 
        -moz-transform: scale(1.15);
        -webkit-transform: scale(1.15); 
        -o-transform: scale(1.15); 
        transform: scale(1.15);
        padding: 2px;
        margin-left: 4px;
    }

    section.login .save_me label {
        margin-left: 6px;
    }

section.login form .submit input.submit {
    background: #000;
    color: #fff;
    font-size: 1.4em;
    -webkit-appearance: none;
}

    section.login form .submit input.submit:hover {
        background: rgb(255, 136, 0);
    }

a.forgot {
    display: inline-block;
    margin-top: 0.6em;
    color: #13005C;
    text-decoration: none;
}

    a.forgot:hover {
        color: #97969B;
    }

footer {
    font-size: 12px;
    text-align: right;
    margin-top: -15px;
    margin-right: 0;
    background-color: #fff;
    height: 24px;
    text-align: center;
}

    footer a {
        color: #13005C;
        margin-left: 1em;
        text-decoration: none;
    }

div.submit {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-direction: row;
}

input.submit:hover {
    cursor: pointer;
}

div.submit .button {
    display: flex;
    flex-direction: column;
        justify-content: space-around;
    border: 1px solid #fff;
    font-size: 11px;
    color: #fff;
    text-decoration: none;
    line-height: 12px;
    text-align: center;
    margin: 5px 0;
}

    div.submit .button i {
        display: block;
        font-size: 24px;
    }

div.submit input.submit {
    width: 100%;
}

div.submit.qr input.submit {
    width: 70%;
}

div.submit .button {
    width: 28%;
}

.system-row {
    display: flex;
    flex-direction: row;
    align-content: stretch;
}

    .system-row input {
        flex-grow: 1;
    }

    .system-row a {
        width: 40px;
        font-size: 23px;
        vertical-align: bottom;
        margin: 5px 0;
        display: block;
        line-height: 34px;
        text-align: center;
        background: rgba(255,255,255,0.25);
        color: #fff;
        text-decoration: none;
    }

.parent-system section.login form,
.parent-system nav {
    background: #fff;
}

    .parent-system section.login form .submit input.submit {
        background: #48B4AF;
    }

        .parent-system section.login form .submit input.submit:hover,
        .parent-system section.login form div.submit input.resend_button:hover {
            background: #97969B;
        }

.parent-system section.login form div.submit input.resend_button {
    background: #1874CD;
    width: 50%;
    margin: 0 auto;
    color: white;
}

div.form-footer {
    display: flex;
    justify-content: space-between;
}
