/*.div-image {
        margin-top: -25px;
    }

    .login {
        margin-top: 30px;
    }

    .login .content .form-control {
        border: none;
        background-color: #dde3ec;
        height: 43px;
        color: #8290a3;
        border: 1px solid #dde3ec;
        margin-left: auto;
        margin-right: auto;
        width: 84%;
        max-width: 100%;
    }
    .btnLogin {
        font-size: 18px;
        width: 35%;
        float: right;
        margin-right: 8%;
        color: white;
        background-color: #333333;
        height: 43px;
    }

    .btnLogin:hover {
        color: white;
      background-color: #272727;
      border-color: #adadad;
}*/

.page-content-wrapper .page-content {
    margin: 0px;
    padding: 0px;
    background-image: url(../../Images/body-bg.png);
    background-repeat: repeat-x;
}

.content-page {
    width: 929px;
    margin-left: auto;  
    margin-right: auto;
}

.content-page .logo {
               height: 78px;
    padding-top: 30px;
    }

    .content-page .login {
            height:489px; 
            background-image: url(../../Images/bg-Background2.png);
            width: 929px;
            padding-top: 114px;
    }

    .content-page .login .form-login
    {
        width: 268px;
        min-height: 245px;
        background: #060606;
        color: white;
        margin-left: 620px;
    }

.content-page .login .form-login .large-label {
    font-size: 25px;
    margin-top: 10px;
}

.content-page .login .form-login .small-label {
    margin-top: 5px;
}


.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}
   

.margin-top-25 {
    margin-top: 25px;
}

.login-button {
    width: 249px;
    height: 33px;
    background-image: url(../../Images/ic-login.png);
    border: 1px outset #060606;
}

    .login-button:hover {
        border: 1px outset #ABABAB;
        width: 251px;
        height: 35px;
    }

.isubmit-button {
    width: 249px;
    height: 33px;
    background-image: url(../../Images/ic-submit.png);
    border: 1px outset #060606;
}

    .isubmit-button:hover {
        border: 1px outset #ABABAB;
        width: 251px;
        height: 35px;
    }

.textbox-username {
    background-image: url(../../Images/ic-Username.png);
    height: 20px;
    background-size: 20px;
    margin-top: 6px !important;
    margin-left: 6px !important;
    width: 20px !important;
}

.textbox-password {
    background-image: url(../../Images/ic-key.png);
    height: 20px;
    background-size: 20px;
    margin-top: 6px !important;
    margin-left: 6px !important;
    width: 20px !important;
}

.text-box {
   height: 32px;
}

.country-head{
        color: #999;
    font-size: 16px;
}