﻿body {
    background-color: #3f4551;
    background-image: url('../Images/Backgrounds/login.jpg');
    background-size: cover;
}

span {
    color: #f7c43c;
}

h1, h4, p {
    color: #fff;
}

a:hover {
    text-decoration: none;
}

/* BODY START */

#login-content {
    color: #fff;
    text-align: center;
    max-width: 270px;
    margin: 0 auto;
    position: relative;
    transform: translateY(25%);
}

#login-content-appLogo {
    margin: 0px auto;
    display: block;
    height: 130px;
}

.logo-title {
    font-family: 'Trebuchet MS', cursive;
    color: #00c4cd;
    font-size: 36px;
    margin-bottom: 20px;
}

#login-content-credentials {
    margin-top: 30px;
}

#login-content-credentials-textbox {
    width: 100%;
    height: 40px;
    background-color: transparent;
    color: #fff;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #23c0cd;
}

#login-content-forgot-pass {
    float: right;
    width: 100%;
    text-align: right;
}

    #login-content-forgot-pass img {
        height: 20px;
    }

    #login-content-forgot-pass p {
        float: right;
        margin: 2px 0 0 8px;
    }

#login-content-message {
    font-size: 16px;
    color: #f7c43c;
    margin-top: 20px;
}

.txtBoxHint {
    font-size: 11px;
    color: lightslategrey !important;
    padding: 5px 10px;
    width: 100%;
    text-align: left;
}

#SubmitButton {
    width: 100%;
    margin: 20px 0 34px;
    color: #00c4cd;
    padding: 10px 0;
    border-radius: 50px;
    background-color: transparent;
    font-family: "Myriad-Pro-Semibold";
    font-size: 16px;
    border: 2px solid;
}

    #SubmitButton:hover {
        background-color: RGBA(0,196,205,0.2);
    }

    #SubmitButton p {
        padding: 0px;
        margin: 0px;
        line-height: 35px;
    }

/* BODY END */

/* INPUT START */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition-delay: 9999s;
    transition-delay: 9999s;
}

input.middle:focus {
    outline-width: 0;
}

*:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #a9a9a9;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #a9a9a9;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #a9a9a9;
}

:-moz-placeholder { /* Firefox 18- */
    color: #a9a9a9;
}

/* INPUT END */