﻿
  .alert-danger {
    margin-left: 12% !important;
    margin-right: 12% !important;
}
  
.navbar-inverse {    
    min-height: 90px !important;
}
.navbar-toggle{
    display:none;
}
@media screen and (max-width: 768px) {
    body {
        overflow-x: hidden !important;
    }
    .container {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }
}
@media screen and (max-width: 768px) and (min-width: 588px){
   .alert-danger {
     margin-left: 30% !important;
    margin-right: 30% !important;
}
}
@media screen and (max-width: 587px) and (min-width:431px){
   .alert-danger {
     margin-left: 20% !important;
    margin-right: 20% !important;
}
}
@media screen and (max-width: 430px) and (min-width: 376px){
   .alert-danger {
    margin-left: 12% !important;
    margin-right: 12% !important;
}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
   .alert-danger {
    margin-left: -12% !important;
    margin-right: -12% !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 1025px) {
   .alert-danger {
    margin-left: 2% !important;
    margin-right: 2% !important;
}
}
@media screen and (max-width: 375px) and (min-width: 321px) {
   .alert-danger {
    margin-left: 12% !important;
    margin-right: 12% !important;
}
}
@media screen and (max-width: 320px) {
   .alert-danger {
    margin-left: 12% !important;
    margin-right: 12% !important;
}
}
.footer{
    /*margin-top:0.7% !important;*/
}






/* Login Container */
.login-container {
    padding: 165px 0 30px 0;
}

/* Login Content */
.login-content {
    max-width: 450px;
    margin: 0 auto;
    background: #ffffff;
    border-radius: 25px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

/* Login Header */
.login-header {
    text-align: center;
    padding: 30px 20px 20px 20px;
    background: #f4f4f4;
    border-bottom: 1px solid #e0e0e0;
}
/*

    .login-header .row {
        margin: 0;
    }
*/
#backIcon {
    padding: 0;
}

    #backIcon i {
        margin-left: 5px;
        font-size: 30px;
        color: #979797;
        font-weight: lighter;
        cursor: pointer;
        transition: color 0.2s;
    }

        #backIcon i:hover {
            color: #424242;
        }

.login-header-image {
    max-width: 223px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.login-header-text {
    font-size: 24px;
    font-weight: 700;
    color: #424242;
    margin-top: 15px;
    letter-spacing: 0.5px;
}

/* Form Section */
.login-form-section {
    padding: 20px;
    box-sizing: border-box;
}

/* Reset Password Message */
.reset-password-message {
    color: rgba(0, 0, 0, 0.54);
    text-align: center;
    font-size: 12px;
    margin-bottom: 20px;
}

    .reset-password-message p {
        margin: 0;
        line-height: 1.6;
    }

/* Input Container */
.login-input-container {
    margin-bottom: 20px;
    position: relative;
}

/* Input Fields */
.login-input {
    width: 100%;
    max-width: 100%;
    border: none;
    /*border-bottom: 1px solid #e0e0e0;*/
    border-radius: 10px;
    padding: 12px 38px;
    font-size: 15px;
    color: #424242;
    background: #f2f2f2;
    box-sizing: border-box;
    transition: border-bottom-color 0.2s;
    outline: none;
}/*

    .login-input:focus {
        border-bottom: 2px solid #424242;
    }

    .login-input:hover {
        border-bottom-color: #9e9e9e;
    }*/

    .login-input::placeholder {
        color: rgba(0, 0, 0, 0.38);
        font-size: 14px;
    }

/* Validation Message */
.validation-message {
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

/* Forgot Password Link */
.forgot-password-link {
    margin-bottom: 0;
    margin-top: 20px;
    text-align: right;
}

.login-forgot-link {
    color: #1976d2;
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
    transition: color 0.2s;
}

    .login-forgot-link:hover {
        color: #1565c0;
        text-decoration: underline;
    }


.login-submit-button {
    width: 100%;
    background-color: rgb(66, 66, 66);
    color: #ffffff;
    border: none;
    border-radius: 2px;
    padding: 17px 24px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

    .login-submit-button:hover {
        background-color: rgb(50, 50, 50);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }

    .login-submit-button:active {
        transform: translateY(1px);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    }

    .login-submit-button:focus {
        outline: none;
    }

.mail-button {
    display: none;
}

    .mail-button.active {
        display: block;
    }

/* Alert Messages */
.alert {
    border-radius: 4px;
    padding: 12px 16px;
    margin: 0px 0px 0px 0px;
    font-size: 14px;
}

.alert-success {
    background: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
}

.alert-danger {
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
}

/* Error Message Containers */
#ErrResetEmail {
    margin-bottom: 15px;
}
/*
#dvAfterEmailSendMsg {
    padding: 0 20px;
}*/


.alert-danger {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

#loader {
    margin: 0px;
    padding: 0px;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000000000000;
    opacity: 1;
}

.input-icon {
    position: absolute;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    color: #777;
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 768px) {
    .login-container {
        padding: 120px 15px 30px 15px;
    }

    .login-content {
        max-width: 100%;
    }

    .login-header-image {
        max-width: 180px;
    }

    .login-header-text {
        font-size: 20px;
    }
}

@media (max-width: 576px) {
    .login-container {
        padding: 100px 10px 20px 10px;
    }

    .login-form-section {
        padding: 15px;
    }

    .login-buttons {
        padding: 0 15px 15px 15px;
    }

    .login-header {
        padding: 20px 15px 15px 15px;
    }

    .alert {
        margin: 0 15px 15px 15px;
    }
}