﻿html,
body {
    font-size: 15px;
    height: 100%;
    margin: 0;
    padding: 0;
    border: none;
}

h1,
.h1 {
    font-size: 33px;
}

h4,
.h4 {
    font-size: 17px;
}

a:hover,
a:active,
a:visited,
a:link {
    text-decoration: none;
}

p {
    color: #979898;
}

.btn {
    outline: 0;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

body.login-page {
    background: #474747 no-repeat url('../images/background_login-screen.jpg');
/*    background-size: 100% auto;*/
    display: table;
    width: 100%;
    overflow: auto;
    padding-top: 150px;
}

    body.login-page .firstPageContainer .matoma-login-container {
        position: absolute;
        bottom: 0;
        right: 0;
    }

        body.login-page .firstPageContainer .matoma-login-container .matoma-login button {
            color: white;
            opacity: 0.5;
        }

    body.login-page .firstPageContainer {
        display: flex;
        flex-direction: row;
        align-content: center;
        align-items: center;
        height: 100%;
        max-width: 1900px;
    }

        body.login-page .firstPageContainer .netLockerLoginLogo {
            width: 40%;
        }

        body.login-page .firstPageContainer .login-container {
            max-width: 700px;
            margin: 0 auto;
            width: 60%;
        }

            body.login-page .firstPageContainer .login-container .panel.panel-default {
                margin: 0 15px 150px 15px;
                padding: 60px;
            }

                body.login-page .firstPageContainer .login-container .panel.panel-default .panel-body {
                    margin-bottom: 50px;
                    padding: 0;
                    min-height: 500px;
                }

                body.login-page .firstPageContainer .login-container .panel.panel-default h1,
                body.login-page .firstPageContainer .login-container .panel.panel-default h4 {
                    color: #000000;
                    margin: 18px 0 20px 0;
                }

                body.login-page .firstPageContainer .login-container .panel.panel-default p {
                    padding-top: 10px;
                }

            body.login-page .firstPageContainer .login-container .login-form {
                padding: 15px 0 0 0;
            }

                body.login-page .firstPageContainer .login-container .login-form .form-control {
                    font-size: 17px;
                }

            body.login-page .firstPageContainer .login-container .external-login {
                margin: 25px 0;
                padding: 0;
            }

@media (max-width: 991px) {
    body.login-page .firstPageContainer .login-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    body.login-page {
        padding-top: 20px;
    }

        body.login-page .firstPageContainer .login-container .panel.panel-default {
            padding: 20px;
        }

        body.login-page .firstPageContainer .btn.btn-lg {
            padding: 8px 10px;
        }
}
/* old styles */
.login-page .login-form .form-group {
    margin-bottom: 20px;
}

.login-page .login-form.fade-in-effect.in .form-group {
    top: 0;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
}

.login-page .login-form.fade-in-effect .form-group {
    position: relative;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 500ms ease-out;
    -moz-transition: all 500ms ease-out;
    -o-transition: all 500ms ease-out;
    transition: all 500ms ease-out;
    -webkit-transition-delay: 150ms;
    -moz-transition-delay: 150ms;
    -o-transition-delay: 150ms;
    transition-delay: 150ms;
}

.text-info {
    color: #224577 !important;
}

.text-danger {
    color: #e81123 !important;
}

a.tabPaneLink,
button.editRules,
a#areaCheckBoxListLink,
a#editRemarks,
a#editExternalRemarks,
button#showDifferentRecipientModalButton {
    color: #3973bf;
    cursor: pointer;
    font-weight: bold;
}

    a.tabPaneLink:hover,
    button.editRules:hover,
    a#areaCheckBoxListLink:hover,
    a#editRemarks:hover,
    a#editExternalRemarks:hover,
    button#showDifferentRecipientModalButton:hover {
        color: #2d5c9d;
    }

    a.tabPaneLink:active,
    a.tabPaneLink:focus,
    button.editRules:active,
    button.editRules:focus,
    a#areaCheckBoxListLink:active,
    a#areaCheckBoxListLink:focus,
    a#editRemarks:active,
    a#editRemarks:focus,
    a#editExternalRemarks:active,
    a#editExternalRemarks:focus,
    button#showDifferentRecipientModalButton:active,
    button#showDifferentRecipientModalButton:focus {
        color: #224577;
    }
