﻿/*.modal-content {
    margin-top: 300px;
    background-color:#ffffff;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 25px !important;
    border-radius: 25px !important;
    border: none !important;
}*/

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
}

#btnlogin {
    color: white;
    font-size: 16px;
    width: 210px;
    background-image: linear-gradient(to bottom, #FF4500 0%, #FF4500 100%);
    margin-bottom: 20%;
    margin-left: 75px;
    border-radius: 10px;
    border: 1px solid #000000;
}

    #btnlogin:hover {
        background-image: linear-gradient(to bottom, #8d2600 0%, #8d2600 100%);
    }

#loginpanel {
    color: #ffffff;
    background: white;
    font-weight: bold;
    width: 392px;
}


@@media only screen and (max-width: 1920px) and (max-height: 1080px) {

    #loginpanel {
        color: #ffffff;
        background: white;
        font-weight: bold;
        margin-top: 60px;
        width: 392px;
    }
}

.btn-container {
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px;
}

.message-container {
    padding: 0px 20px;
}


#PopUpBlockerMessage .message-container {
    text-align: center;
}

.login-ForgotUserPass {
    font-family: Calibri;
    font-size: 15px;
}

#btnConfirmCancel {
    font-size: 15px;
    height: 40px;
    width: 150px;
    background: rgb(219,123,0);
    background: linear-gradient(180deg, rgba(219,123,0,1) 0%, rgba(255,74,15,1) 100%);
    box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.21);
    -webkit-box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.21);
    -moz-box-shadow: 9px 9px 5px -5px rgba(0,0,0,0.21);
    border-radius: 11px;
    color: white;
}
