﻿
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800');

* {
    box-sizing: border-box;
}

body {
    background: #2884d533; /*#337ab7;*/
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: 'Montserrat', sans-serif;
    height: 100vh;
}

h1 {
    font-weight: bold;
    margin: 0;
}

p {
    font-size: 14px;
    font-weight: 100;
    line-height: 20px;
    letter-spacing: 0.5px;
    margin: 20px 0 30px;
}

span {
    font-size: 12px;
}


.lgbutton {
    border-radius: 20px;
    border: 1px solid #131971; /*f77c2f;*/
    background-color: #10c2a9; /*f77c2f ;*/
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 12px 45px;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: transform 80ms ease-in;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 50px;
    background-color: #FFFFFF;
    height: 100%;
    text-align: center;
}

input {
    background-color: #eee;
    border: none;
    padding: 12px 15px;
    margin: 8px 0;
    width: 100%;
}

.container {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    position: relative;
    overflow: hidden;
    width: 768px;
    max-width: 100%;
    min-height: 480px;
}

.form-container {
    position: absolute;
    top: 0;
    height: 100%;
}

.log-in-container {
    left: 0;
    width: 80%;
    z-index: 2;
}


.overlay-container {
    position: absolute;
    top: 0;
    left: 80%;
    width: 20%;
    height: 100%;
}


.overlay {
    background: #f77c2f;
    background: -webkit-linear-gradient(to right,#131971,#10c2a9); /* #FF4B2B, #FF416C);*/
    background: linear-gradient(to right,#131971,#10c2a9); /* #FF4B2B, #f77c2f);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0 0;
    color: #FFFFFF;
    position: relative;
    left: -100%;
    height: 100%;
    width: 200%;
}

.overlay-panel {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0 20px;
    text-align: center;
    top: 0;
    height: 100%;
    width: 50%;
}


.overlay-right {
    right: 0;
}

.overlay-containerImg {
    position: absolute;
    top: 0;
    left: 0%;
    bottom: 80%;
    width: 20%;
    /*height: 15%;*/
}

#pinnacle{
    width:100%;
}

.login-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
   
}

.logo {
    margin-top: 0%;
    margin-left:auto;
    margin-right:auto;
}

    .logo img {
        width: 120px;
        height: 120px;
    }




.form-box {
     
    width: 100%; /* Adjust the width as needed */
    margin-left: auto;
    margin-right: auto;
   /* background-color: AliceBlue;*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          
}

    .form-box label {
        display: block;
        margin-bottom: 5px;
    }

    .form-box .progress {
        margin-top: 10px;
    }

    .form-box .username-box-area {
        margin-top: 15px;
    }

    .form-box .submit-button {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .form-box  .forgot-link,
    .form-box .activation-link {
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .form-box .error-message {
        color: red;
        margin-top: 10px;
    }

    .form-box .links-inSameline {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }


    .pullCenter{
        margin-left:20%;
        width:80%;
    }



.custom-form-box {
   /* background-color: AliceBlue;*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-left: 20%;
}

.custom-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    margin-right: 20%;
}

    .custom-form-row label {
        flex-basis: 30%;
        text-align: right;
        margin-right: 10px;
    }

    .custom-form-row input[type="text"],
    .custom-form-row input[type="password"] {
        flex-grow: 1;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.custom-sbmt.lgbutton {
  /*  padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;*/
    cursor: pointer;
    margin-left:30%;
}

    .custom-sbmt.lgbutton:hover {
        background-color: #0056b3;
    }

.custom-message {
    color: red;
}



.activation-form-box {
    /*background-color: AliceBlue;*/
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    width:100%;
    margin-left:15%;
}

.activation-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .activation-form-row label {
        flex-basis: 30%;
        text-align: right;
        margin-right: 10px;
        font-weight: bold;
    }

    .activation-form-row input[type="text"],
    .activation-form-row input[type="password"],
    .activation-form-row textarea {
        flex-grow: 1;
        padding: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
    }

.activation-sbmt.lgbutton {
    padding: 10px 20px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    .activation-sbmt.lgbutton:hover {
        background-color: #0056b3;
    }

.activation-message {

    font-weight: bold;
    margin-left:10%;
}

/*css for disclaimer*/


/* Style for the overlay */
.overlaydis {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

/* Style for the popup content */
.popupdis {
    background-color: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    max-width: 80%;
    max-height: 80%;
    overflow: auto;
    text-align: left; /* Align text to the left */
}

/* Style for the close button */
.close-btndis {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 20px;
    cursor: pointer;
}



/*end css for disclaimer*/

/*dark text box content for activation key*/
.dark-textbox {
    background-color: #e5cba1; /* Dark background color */
    color: #ddd; /* Light text color for contrast */
    border: 1px solid #555; /* Border color */
    border-radius: 5px; /* Rounded corners */
    padding: 10px; /* Padding inside the textbox */
    width: 100%; /* Full width */
    height: 150px; /* Adjust height as needed */
    font-family: Arial, sans-serif; /* Font family */
    resize: vertical; /* Allow vertical resizing */
}

    /* Disable text selection */
    .dark-textbox::selection {
        background: transparent;
    }

    .dark-textbox::-moz-selection {
        background: transparent;
    }
/*end dark text box content for activation key*/

/* Add any additional styling you need here */
