﻿@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: normal;
    src: local('Poppins'), url('../fonts/Poppins-Regular.woff') format('woff');
}

body {
    font-family: Poppins, sans-serif;
    background-color: #ededed;
}

h1 {
    font-family: Poppins, sans-serif;
    font-size: 22pt;
    font-weight: 600;
}

h4 {
    font-family: Poppins, sans-serif;
    font-size: 16pt;
    margin-bottom: 30px;
}

label {
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
    margin-bottom: 3px;
}

a {
    font-family: Poppins, sans-serif;
    font-size: 0.9rem;
}


.header {
    background-color: #333;
    color: #fff;
    padding: 10px;
    text-align: center;
}

.btn {
    background-color: #2b4369;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

    .btn:hover {
        background-color: #66b1ff;
    }

.container {
    position: relative;
    padding: 0px;
    width: 100%;
    max-width: 900px;
}

#loginDiv {
    position: relative;
    display: block;
    margin: 0px auto; 
    justify-content: center; 
    align-items: center;
    width: 100%;
    max-width: 880px;
}

.login-form {
    /* max-width: 672px;*/
    /*margin: 280px auto;*/
    position: relative;
    display: block;
    margin-top: 60px;
    padding: 50px 80px 30px;
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.form-group  {
    margin-bottom: 30px;
}
.form-group label {
    font-size: 15pt;
}
.form-group input  {
    font-size: 14pt;
    height: 52px;
}

.register-link {
    position: relative;
    display: inline-block;
    font-family: Poppins, sans-serif;
    font-size: 16pt;
    font-weight: bold;
    margin-left: 20px;
    vertical-align: text-bottom;
}

    .register-link:hover {
        color: #2b4369;
        cursor: pointer;
    }

.msg_error {
    color: red;
    padding-top: 30px;
    position: relative;
    display: block;
    font-size: 15pt;
    width: 100%;
}
#btnLogin {
    font-size: 15pt;
    display: inline-block;
    margin: 0px;
}

a:not([href]):not([tabindex]) {
    color: #606266;
    text-decoration: underline;
}



/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 9px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}


/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    width: 30%;
    border: none;
    border-radius: 5px;
}

.textboxmodal {
    width: 90%;
    margin: auto;
}



.container-header-main input[type="text"] {
    width: 30%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.container-header-main button[type="submit"] {
    background-color: #2b4369;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.container-header-main button:hover[type="submit"] {
    background-color: #66b1ff;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.textboxmodal {
    width: 90%;
    margin: auto;
}

input[type="text"] {
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    width: 300px;
}

    textarea:focus, input[type="text"]:focus {
        box-shadow: 0 0 0 6px rgba(196, 219, 248, 0.6);
        outline: 1px solid #67b2ef;
    }

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    box-shadow: none;
    background-color: transparent;
    border: none;
    box-shadow: none;
    z-index: 500;
    position: relative;
    width: auto;
}

    .close:hover,
    .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
    }


@media (max-width: 1800px) {
    .modal-content {
        width: 35%;
    }
}

@media (max-width: 1500px) {
    .modal-content {
        width: 40%;
    }
}

@media (max-width: 1300px) {
    .modal-content {
        width: 50%;
    }
}

@media (max-width: 900px) {
    .modal-content {
        width: 88%;
    }


    .login-form {
        /* max-width: 672px;*/
        /*margin: 280px auto;*/
        margin-top: 50px;
        padding: 50px 20px 10px;
        background-color: #fff;
        border: 0px solid #ddd;
        box-shadow: none;
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    }
    .register-link {
        font-family: Poppins, sans-serif;
        font-size: 15pt;
        font-weight: bold;
        margin-left: 20px;
        vertical-align: text-bottom;
    }
    .msg_error {
        color: red;
        padding-top: 30px;
        position: relative;
        display: block;
        font-size: 15pt;
        width: 100%;
    }


}

@media (max-width: 700px) {
    .modal-content {
        width: 98%;
    }

    .login-form {
        /* max-width: 672px;*/
        /*margin: 280px auto;*/
        margin-top: 20px;
        padding: 50px 20px 20px;
        background-color: #fff;
        border: 0px solid #ddd;
        box-shadow: none;
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);*/
    }
    .register-link {
        font-family: Poppins, sans-serif;
        font-size: 12pt;
        font-weight: bold;
        margin-left: 0px;
        vertical-align: text-bottom;
    }

    .msg_error {
        color: red;
        padding-top: 30px;
        position: relative;
        display: block;
        font-size: 14pt;
        width: 100%;
    }

    h1 {
        font-family: Poppins, sans-serif;
        font-size: 20pt;
        font-weight: 600;
    }

    h4 {
        font-family: Poppins, sans-serif;
        font-size: 16pt;
        margin-bottom: 30px;
    }

    #btnLogin {
        font-size: 15pt;
        display: block;
        margin-bottom: 30px;
    }

}
