/*/-----------------LOGIN---------------*/

/*---------------- header css definition--------------- */

.row{
    margin: 0!important;
}
.container{
    margin: 0 auto!important;
    padding: 10px 0!important;
}
@media (min-width: 1025px) {
    .container {
        width: 100%;
        min-width: 1324px;
    }
}
.navbar-icon{
    float: left;
}
.circle{
    width: 35px;
}
.bar{
    width: 35px;
}
.content{
    margin-top: 45px;
 }
.content_title h1{
    font-size: 32px;
    font-weight: 100;
    text-rendering: optimizeLegibility;
    font-family: "Omnes-ATT-W02", Arial!important;
    line-height: 1.2;
}
.dropdowns{
    display: inline-block;
    position: relative;
}
.dropdown-menu{
    border-radius: 0 0 6px 6px;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 250px;
    line-height: 48px;
    box-shadow: 0 0 7px 0 rgba(0,0,0,.35);
}
.dropdown-menu li{
    color: #0057B8;
    font-size: 14px;
    text-decoration: none;
    display: block;
    min-height: 30px;
    line-height: 30px!important;
    padding: 0px 15px;
    word-wrap: break-word;
    margin-top: 10px;
}

.dropdown-menu>li>a{
    display: block;
    padding: 3px 0!important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #0057B8!important;
    white-space: nowrap;
}
.dropdown-menu>li>a.active{
    color: #454B52!important;
}
.arrow-right{
    color: #0057B8;
    padding-top: 8px;
    height: 30px;
    font-family: font-regular;
}
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}
.right-arrow{
    float: right;
    font-weight: bold;
    font-size: 18px;
}
.rightbar{
    position: relative;
    display: inline-block;
    float: right;
}
.rightbar input{
    padding: 6px 6px 6px 20px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px solid #999999;
    font-style: italic;
    width: 270px;
}
.rightbar input:focus{
    outline: none;
}
.rightbar .search{
    position: absolute;
    top: 5px;
    right: 10px;
}
.searchbox{
    position: relative;
    display: inline-block;
}
.rightbar .support{
    margin-left:30px;
    font-size: 12px;
}
@media only screen and (max-width:768px) {
    .rightbar .support{
        margin-left:10px;
    }
}

@media only screen and (max-width:499px) {
    .rightbar span{
        display: none;
    }
}
.bucket{
    margin: 0 30px;
    padding: 0 25px;
    width: 80px;
    border-right:1px solid black;
    border-left: 1px solid black;
}
@media only screen and (max-width:768px) {
    .bucket{
        margin: 0 10px;
        padding: 0 10px;
        width: 50px;
    }
}
@media only screen and (max-width:499px) {
    .bucket{
        display: none;
    }
}


/*--------------- content css definition -----------------*/
.content_title{
    text-align: center;
}

.title{
    text-align: center;
}
.title img{
    width: 145px;
}
.login{
    background: #f8f8f8;
    margin: 20px 40%;
}
@media only screen and (max-width:1600px){
    .login{
        background: #f8f8f8;
        margin: 20px 35%;
    }
}
@media only screen and (max-width:1200px){
    .login{
        background: #f8f8f8;
        margin: 20px 30%;
    }
}
@media only screen and (max-width:992px){
    .login{
        background: #f8f8f8;
        margin: 20px 25%;
    }
}
@media only screen and (max-width:768px){
    .login{
        background: #f8f8f8;
        margin: 20px 15%;
    }
    .content_title h1{
        font-size: 28px;
    }
}
#login{
    border-radius: 5px;
    border: 1px solid #c9c9c9;
    padding: 30px;
}
.signin_content{
    font: 16px/16px Omnes-ATT-W02, arial;
    margin: 20px 0;
}
.signin_content input{
    display: block;
    width: 100%;
    border-radius: 6px;
    padding-left: 20px;
    height: 40px;
}

.signin_content input:focus{
    outline: black;
}
.signin_content img{
    width: 20px;
    margin-bottom: 3px;
    margin-left: 10px;
}
.show{
    color: #337ab7;
    font-size: 16px;
    margin-top: -5px;
}
.login button{
    color: #fff;
    background: #078cc5 linear-gradient(to bottom, #078cc5 0px, #0574ac 50%, #0574ac 100%);
    border-color: #078cc5;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 100%;
    height: 40px;
}
.login button:focus{
    outline: none;
}

.sign_footer lablel{
     margin-left: 30px;
     margin-top: 5px;
     cursor: pointer;
 }
.consider{
    margin-left: 31px;
    font-size: 12px;
}
.continue{
    text-align: center;
}
.trust{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    color: #191919;
    text-align: center;
}
.continuous{
    color: #0568ae;
}
.trust_image{
    text-align: right;
}
.trust_image img{
    width: 100px;
}
.box {
    font-weight: 100;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 0px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 5px;
    font-size: 20px;
}

/* On mouse-over, add a grey background color */
.box:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.box input:checked ~ .checkmark {
    background-color: #078cc5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.box .checkmark:after {
    left: 10px;
    top: 5px;
    width: 5px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sign_footer{
    margin-top: 15px;
}
/*------------- footer css definition --------------*/

footer{
    background-color: #DCDFE3;
}
.p1 , .p2 ,.p3{
    display: inline-block;
    font-size:13px;
}

.container a{
    color: black;
    cursor: pointer;
}
.img6{
    width:14px;
}
.row1{
    margin:30px 0;
}
.row2{
    margin: 10px 0;
}
@media only screen and (max-width: 768px){
    .row1{
        margin: 15px 0 0 0;
    }
}
.social_icons img{
    width:30px;
    margin: 30px 10px 100px 0;
}
@media only screen and (max-width: 992px){
    .social_icons{
        text-align: center;
    }
    .social_icons img{
        margin: 15px 0 0 0;
    }
}
.com_icon{
    width: 14px !important;
    margin: 0!important;
}
.footer_1 p{
    font-size: 12px;
}
.footer_2 p{
    margin-top: 20px;
    font-size: 12px;
}
.footer_1 a{
    margin-right: 10px;
}

.trust img{
    width: 100px;
}
@media only screen and (max-width: 992px) {
    .footer_2 {
        text-align: center;
    }
}




