@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas%20Neue:wght@400;500;600;700&display=swap');

@font-face {
    font-family: 'Montserrat', sans-serif;
}

.loginmain {
    width:100%;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-size:14px;
    background-color: #FFFFFF;
    aspect-ratio: 1 / 1;
    align-items: center;
}

.loginleft {
    flex: 1 1 0%;
    padding: 2em 5em 2em 5em;
    font-size:16px;
    width:70%;
    display: block;
}

.loginleft input {
    border-radius: 0px;
    border: 0px;
    border-bottom: 2px solid #ccc ;
    background-color: #f1f1f1 ;
    padding: 7px!important;
    padding-right:0px;
    outline: none;
    box-shadow:none !important;
}

.loginleft .col-12 h6 span {
    display:inline-block;width:100%; margin-top:10px; font-size:18px;font-weight:600px
}

.text-muted {
    color: red !important;
}

.colinput {
    padding-right:0px !important;
}

.loginleft input:focus {
    border-bottom: 2px solid #a61027;
    background-color: #f1f1f1;
    outline: none;
}

.loginleft input:focus::placeholder {
    color: transparent;
  }

.loginleft h1 {
    width: 100%;
    font-size:18px;
    text-align:center;
    margin-bottom: 40px;
}

.loginleft img {
    text-align: auto;
}

.loginright {
    height:100%;
    flex: 1 1 0%;
    text-align:justify;
}

.loginright > svg {
    position: relative;
    display: block;
}

.loginright h5 {
    font-weight: 600;
    color: #FFF;
}

.nameletter {
    width:100%;
    height:100vh;
    color: #999999;
    display: inline-block;
    position: relative;
}

.char {
    fill: #3d3d3d;
    opacity:0.3;
}

.rightempty {
    background-color:#333333;
}

.rightfill {
    background-color: #FFFFFF;
}

.market-text1 {
    position:fixed;
    margin: 30px;
    width:32%;
    top: 15%;
}

.makert-text1-top {
    width: 100%;
    padding: 15px;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
}

.makert-text1-content {
    font-family: 'Montserrat', sans-serif;
    color: #c5c5c5;
    padding: 30px;
    font-weight: 500;
    font-style: italic;
}

.makert-text1-bottom {
    width: 100%;
    padding: 15px;
    border-right: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}

.market-text2 {
    position:fixed;
    margin: 30px;
    width:32%;
    bottom: 15%;
    right: 0px;
}

.makert-text2-top {
    width: 100%;
    padding: 15px;
    border-left: 4px solid #FFFFFF;
    border-top: 4px solid #FFFFFF;
}

.makert-text2-content {
    font-family: 'Montserrat', sans-serif;
    color: #c5c5c5;
    padding: 30px;
    font-weight: 500;
    font-style: italic;
}

.makert-text1-content h5 {
    font-size:14px;
}

.makert-text2-content h5 {
    font-size:14px;
}

.makert-text2-bottom {
    width: 100%;
    padding: 15px;
    border-right: 4px solid #FFFFFF;
    border-bottom: 4px solid #FFFFFF;
}

.infodiv {
    text-align: left;
}

.linktext {
    cursor: pointer;
    float: left;
    font-size: 11px;
    text-decoration: underline;
}

.linktext:hover {
    font-weight: bold;
}

.generalmsg {
    font-size:13px;
}

.btn-rc {
    background-color: #a61027;
    color: #FFFFFF;
    outline: none;
    box-shadow:none !important;
    border-radius: 0px;
    float: right;
}

.btn-rc:hover {
    font-weight: bold !important;
    background-color:#C70039 !important;
}

.loginmsg {
    width: 100%;
    font-size: 13px;
    display: none;
}

#imglogo {
    margin:auto;
    padding: 10px 0px 10px 0px;
    max-width: 100%;
    min-width: 300px;
}

#retrievepass {
    display: none;
}

#logindiv label {
    font-size: 14px;
}

#logindiv small {
    font-size: 12px;
}

#logindiv .form-control {
    font-size:14px;
}

#resetform label {
    font-size: 14px;
}

#resetform small {
    font-size: 12px;
}

#resetform .form-control {
    font-size: 14px;
}

#contactus {
    margin-top: 15px;
    text-align: center;
    font-size: 11px;
}

#contactus span {
    display: block;
    width: 100%;
    padding: 7px;
}

@media screen and (min-width: 1700px) {
    .loginleft .col-12 {
        max-width: 500px;
        width: 500px;
        margin: auto;
    }
}

@media screen and (max-width: 1100px) {
    .loginleft {
        width: 80%;
        padding: 2em;
    }

    .market-text1 {
        top: 5%;
    }

    .market-text2 {
        bottom: 5%;
    }
}

@media screen and (max-width: 800px) {
    #imglogo {
        max-width: 100%;
        width: 100% !important;
    }
    
    .loginleft {
        width: 100%;
        padding: 1em;
        margin-top:-20px;
    }

    .loginright {
        display: none;
    }
}

@media screen and (max-height:700px) {
    #imglogo {
        max-width: 100%;
        width: 100% !important;
    }

    .market-text1 {
        font-size: 13px !important;
    }

    .market-text2 {
        font-size: 13px !important;
    }
}