.full-width {
    width: 100%;
}

.main_logo{
margin-left: 33px;
    padding: 0 !important;
}
.myimg-logo{
    width: 370px;
    padding-left: 20px;
}
.mylogin-box{
    margin:   10px 0 0 -80px !important;
}
.myreset_submit{
    margin: 0!important;
}

.text-refac{
padding: 10px;
}
.btn-submit-center {
    margin-left:auto;
    margin-right:auto;
    width: 200px;
}

.separator {
    margin-left:auto;
    margin-right:auto;
    width: 100%;
    padding: 15px;
}

.left-column {
    background-color: #2b542c;
    color:#ffffdd;
    min-height: 100%;
}

.containers {
    min-height: 100%;
}

#page-wrapper .panel-footer {
    padding: 6px 6px;
}

.red {
    color:red;
}

.green {
    color:green;
}

.logo span {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    width: auto;
}

.alert {
    margin-top: 50px;
}

.mobile-page-speed-hight {
    width:18px;
    height:33px;
    margin-left: 5px;
    background-image: url('/img/sprite.png');
    background-position: 18px -31px;
    float: left;
}
.mobile-page-speed-middle {
    width:18px;
    height:33px;
    margin-left: 5px;
    background-image: url('/img/sprite.png');
    background-position: -18px 34px;
    float: left;
}
.mobile-page-speed-low {
    width:19px;
    height:33px;
    margin-left: 5px;
    background-image: url('/img/sprite.png');
    background-position: 1px 34px;
    float: left;
}

.desktop-page-speed-hight {
    margin-top: 2px;
    margin-left: 5px;
    width: 44px;
    height: 31px;
    background-image: url('/img/sprite.png');
    background-position: 2px 0px;
    float: left;
}

.desktop-page-speed-middle {
    margin-top: 2px;
    margin-left: 5px;
    width: 44px;
    height: 31px;
    background-image: url('/img/sprite.png');
    background-position: -36px 34px;
    float: left;
}

.desktop-page-speed-low {
    margin-top: 2px;
    margin-left: 5px;
    width: 44px;
    height: 31px;
    background-image: url('/img/sprite.png');
    background-position: -47px 0px;
    float: left;
}

.descktop-speed {

    padding:0px;
}

.mobile-speed {
    width:65px;
    padding:0px;
}

.page-speed {
    width: 170px;
    height: 1px;
}
.speed-label {
    float:left;
    margin-top: 3px;
    margin-left: 3px;
}
.real-speed, .perfect-speed {
    padding: 0;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}
.real-speed {
    border-bottom: 1px solid #fff;
}

.navbar-nav .select_language {
    display: block;
    margin-top: 8px;
}

.navbar-nav .select_language a {
    border-color: transparent;
    background-color: transparent;
    webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
}

.navbar-nav.navbar-right:last-child {
    margin-right: 20px;
}

.navbar-nav .select_language a b[role="presentation"] {
    background-image: none;

}

.navbar-nav .select_language a .select2-arrow[role="presentation"] {
    font: normal normal normal 14px/1 FontAwesome;
}

.navbar-nav .select_language a .select2-arrow[role="presentation"]:before {
    content: "\f107";
    padding-top: 7px;
    position: absolute;
}

.update_pagespeed i {
    padding: 10px 0;
    margin-left: 5px;
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-logo,
.register-logo {
    font-size: 35px;
    text-align: center;
    margin-bottom: 25px;
    font-weight: 300;
}
.login-logo a,
.register-logo a {
    color: #444;
}
.register-page {
    background: #d2d6de;
}
.login-box,
.register-box {
    width: 360px;
    margin: 7% auto;
}
@media (max-width: 768px) {
    .login-box,
    .register-box {
        width: 90%;
        margin-top: 20px;
    }
}
.login-box-body,
.register-box-body {
    background: #fff;
    padding: 20px;
    border-top: 0;
    color: #666;
    border-radius: 12px;
}
.login-box-body .form-control-feedback,
.register-box-body .form-control-feedback {
    color: #777;
}
.login-box-msg,
.register-box-msg {
    margin: 0;
    text-align: center;
    padding: 0 20px 20px 20px;
}
.social-auth-links {
    margin: 10px 0;
}


.icheckbox_square-blue,
input[type="radio"] {
    display:none;
}
.icheckbox_square-blue + label,
input[type="radio"] + label {
    color: #444;
    cursor: pointer;
}
.icheckbox_square-blue + label::before,
input[type="radio"] + label::before {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    background-image: url('/img/blue.png');
    background-repeat: no-repeat;
    position: relative;
    top: 4px;

}
.icheckbox_square-blue + label::before {
    background-position: 0 0;
}
input[type="radio"] + label::before {
    background-position: 0px -279px;
}
.icheckbox_square-blue:checked + label::before {
    background-position: -48px 0;
}

icheckbox_square-blue:disabled + label::before {
    background-position: -152px -260px;
}
.icheckbox_square-blue:checked:disabled + label::before {
    background-position: -96px 0;
}
input[type="radio"]:disabled + label::before {
    background-position: -144px -279px;
}
input[type="radio"]:checked:disabled + label::before {
    background-position: -162px -279px;
}
div.check_email_block{
    border: 1px solid white;
    border-radius: 5%;
    background-color: #dbe9fe;
    padding: 25px;
    margin-top: 15vh;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
span.span_error{
    font-size: 13px;
    color: #FF0000;
    display: none;
}
.main-content {
    padding: 25px 40px 40px;
    margin-top: 70px;
}
.form-site {
    width: 100%;
    min-height: 400px;
    background: #fff;
    border-radius: 5px;
    padding: 50px 0;
}
.mb-25{
    margin-bottom: 25px;
}
.normal_width{
    min-height: unset;
}