﻿#login_wrapper {
    margin-left: 10vw;
    width: 100%;
}

.login-container {
    margin: auto;
    width: 500px;
    background-color: rgb(243, 244, 247);
    border-radius: 2%;
}

.menuContainer {
    display: none !important;
}

.login-frame {
    padding-top: 20px;
    background-color: rgb(243, 244, 247);
}

.login-row-label {
    margin-left: 0px !important;
    height: 30px !important;
    width: auto !important;
    padding-top: 5px !important;
    color: rgb(125, 125, 128) !important;
}

.login-row-input {
    margin-left: 0px !important;
    background-color: white !important;
    height: 30px !important;
    width: auto !important;
    color: rgb(88, 88, 88) !important;
}

.login-row-input:after {
    border: 1px solid red;
}

.input-row {
    margin-bottom: 0px !important;
    width: inherit !important;
}

#fast_search_holder {
    display: none !important;
}

.login-holder {
    margin: auto;
    margin-top: 50px;
    width: 430px;
}

    .login-holder > table {
        width: 100%;
    }

    .login-holder .failture-message {
        color: #FF0000;
    }

.terms-dialog-content {
    width: 600px;
}

.directives-dialog-content {
    width: 600px;
}

/* #RememberMe-Checkbox */

.checkbox-label {
    padding-top: 4px !important;
    padding-left: 5px !important;
}

.checkbox {
    position: relative;
}

    /*.checkbox label {
        position: absolute;
        height: 26px;
        width: 26px;
        background-color: rgb(243, 244, 247);
        border: 2px solid rgb(125, 125, 128);
        border-radius: 33%;
        cursor: pointer;
        top: 0;
        left: 0;
    }

    .checkbox label:after {
        position: absolute;
        height: 6px;
        width: 12px;
        top: 5px;
        left: 4px;
        border:3px solid rgb(243, 244, 247);
        border-top: none;
        border-right: none;
        transform: rotate(-45deg);
        content: "";
        opacity: 0;
        vertical-align: middle;
        text-align: center;
    }*/

    #RememberMe {
        
    }

    .checkbox input[type="checkbox"] {
        visibility: hidden;
    }

    .checkbox input[type="checkbox"]:checked + label {
        background-color: rgb(125, 125, 128);
    }

    .checkbox input[type="checkbox"]:checked + label:after {
        opacity: 1;
    }

    .checkbox-container {
        height: 33px;
        width: 33px;
        margin: 0;
    }

#lblForgotPassword {
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
}

a:link {
    text-decoration: none !important;
}

a:link:after {
    text-decoration: none !important;
}

#RegisterButton {
    
    margin-right: 10px !important;
}

.remember-checkbox + label {
    background-position: right !important;
}

.remember-checkbox:checked + label {
    background-position: right !important;
}

@media screen and (max-width:600px) {
    #login_wrapper {
        margin-left: 1vw !important;
    }

    .login-container {
        width: 300px !important;
    }

    .login-holder {
        width: 300px !important;
    }

    #RegisterButton, #LoginButton {
        padding: 5px 8px 5px 8px !important;
    }
    .login-holder {
        margin-top: 20px !important;
    }
}

@media (orientation:landscape) and (max-width: 900px) {
    #login_wrapper {
        margin-top: -40px !important;
        margin-left: 12vw !important;
    }
    .frame .frame-header {
        padding: 1px 20px 1px 20px !important;
    }
}

.customerror-message {
    font-size: 20px !important;    
    margin-bottom: 40px;
}