.maincontainer { width:1000px;
                 height:630px;
                 border: 1px solid #999;
                 margin:auto;
                 font-family:Arial Rounded MT Bold;
                 -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
                 -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
                 -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
                 box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);

}


.maincontainer label {
    font-size:12px;
    color:#8e8e8e;

    padding-left:6px;
}

.mandatory-star{
    font-size:12px;
    color: #ff0000 !important;

}


.maincontainer input[type="text"] {
    background: none repeat scroll 0 0 #CBC9C9;
    border: 1px solid #000000;
    height: 23px;
    width: 157px;
    margin-top:13px;
    padding-left:3px;
    position:relative;
    right:21px;




}

.maincontainer input[type="password"] {
    background: none repeat scroll 0 0 #CBC9C9;
    border: 1px solid #000000;
    height: 23px;
    width: 157px;
    padding-left:3px;
    position:relative;
    right:21px;



}


.maincontainer input[type="submit"] {
    background: none repeat scroll 0 0 #0072BC;
    border: 1px solid #000000;
    border-radius: 18px;
    color: #FFFFFF;
    position:relative;
    right:49px;
    font-size: 14px;
    font-weight:bold;
    margin-top:9px;    

    padding-top:2px;
    padding-bottom:2px;
    padding-left:26px;
    padding-right:26px;


}

.top-logo { float:left;
            padding-left:22px;
            padding-top:22px;
            padding-bottom:18px;
            width:443px;
}


.top-date { float:right;
            width:247px;

            font-size:12px;
            padding-top:12px;
            padding-right:55px;
            text-align: right;
            color:#7f8083;
            border: 0px solid black;
}


.rightside { float:right;

             margin-top:32px;
             padding-right:54px;

}

.h-row { float:left;
         /* padding-bottom:4px; */
         position:relative;
         top:-14px;
         /* padding-top:4px; */
         padding-left: 20px;
         height:4px;
         width:970px;
}



.capital_login{ position:relative;
                top:-8px;
                font-family:Arial Rounded MT Bold;
                font-size:12px;
                float:left;
                width:70px;
                color:#8e8e8e;
                padding-top:3px;
                padding-bottom:10px;
                padding-left:30px;
}

.log-out { float:right;

           margin-bottom:15px;
           margin-right:58px;
           margin-top:-13px;

}
.log-out a { 

    color:#777777;
    font-size:16px;
    text-decoration:none;

}



.account_desc {   


    font-size:18px;
    color:#8e8e8e;
    clear: both;
    padding-left:30px;
    padding-top:5px;

}

.paragraph {
    margin-top:7px;
    font-size:15px;
    width:906px;

}

a, img {
    border:none;
}

.footrcontainr { margin-top:12px;
}


<!---->

/*media quries*/
@media only screen and (max-width: 2880px){
    .copy_right_wid{
        width:270px !important;
        text-align:right;
        padding-right:24px;
    }
    /* .copy_right_wid label{
        padding-left:47px !important;
    } */
}
@media only screen and (max-width: 1920px){
    .copy_right_wid{
        width:270px !important;
        text-align:right;
        padding-right:24px;
    }
    /* .copy_right_wid label{
        padding-left:47px !important;
    } */
}
@media only screen and (max-width: 1338px){
    .copy_right_wid{
        width:270px !important;
        text-align:right;
        padding-right:24px;
    }
    /* .copy_right_wid label{
        padding-left:47px !important;
    } */
}
@media only screen and (max-width: 1280px){
    .copy_right_wid{
        width:270px !important;
        text-align:right;
        padding-right:24px;
    }
    /* .copy_right_wid label{
        padding-left:47px !important;
    } */
}
@media only screen and (max-width: 1200px){
    .copy_right_wid{
        width:270px !important;
        text-align:right;
        padding-right:24px;
    }
    /* .copy_right_wid label{
        padding-left:47px !important;
    } */
}