.logo{
    max-width: 100%;
    height: auto !important;
}
#content.full-page .inside-block h1 strong::before{
    background-color: #fff !important;
}
#content.full-page .inside-block {
    background-color: #fff !important;
    padding: 9% !important;
}
.btn.btn-slategray{
    background-color: #ff2400 !important;
}
#content.full-page .inside-block form .input-group input::-webkit-input-placeholder{
    color: #9F9F9F !important;
    font-weight: 500;
}
.input-group input:focus::-webkit-input-placeholder { opacity: 0; }
.input-group input:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
.input-group input:focus::-moz-placeholder { opacity: 0; } /* FF 19+ */
.input-group input:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
.create_accountClass{
    margin-top: 5%;
}
#content.full-page .inside-block form section.controls a:hover {
    color: #000 !important;
}
.tile-body {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
}
.tile-body {
    -webkit-box-shadow: 0 2px 2px 0 #C2C2C2;
    box-shadow: 2px 2px 0px 0px #C2C2C2;
    border-left: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}
.form-control{
    background-color: #E5E5E5 !important;
    font-size: 18px;
}
#content.full-page .inside-block form .input-group input, #content.full-page .inside-block form .input-group textarea {
    color: gray !important;
    border-radius :4px !important;
}
input::-webkit-input-placeholder {
    color: #9F9F9F !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
input:-moz-placeholder { /* Firefox 18- */
    color: #9F9F9F !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
input::-moz-placeholder {  /* Firefox 19+ */
    color: #9F9F9F !important;  
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
input:-ms-input-placeholder {  
    color: #9F9F9F !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
#content.full-page .inside-block form .input-group .input-group-addon {
    background-color: #E5E5E5 !important;
}  
#content.full-page .inside-block {
    width: 32% !important;
}
.input-group{
    width: 100%;
}
.btn-responsive {
    white-space: normal !important;
    word-wrap: break-word;
}
@media (min-width: 250px) and (max-width: 450px) {
    body #content.full-page .inside-block, body #content.full-page.error .inside-block {
        width: 75% !important;
    }
}
@media (min-width: 450px) and (max-width: 600px) {
    body #content.full-page .inside-block, body #content.full-page.error .inside-block {
        width: 60% !important;
    }
}
@media (min-width: 600px) and (max-width: 750px) {
    body #content.full-page .inside-block, body #content.full-page.error .inside-block {
        width: 50% !important;
    }
}
#content.full-page .inside-block form section.controls a.forgotpass:hover {
    color: #f2f2f2 !important;
}

.tile-body{
    *border-right: 3px solid #C2C2C2 !important; /* IE 7 (IE6 also uses this, so put it first) */
    _border-right: 3px solid #C2C2C2 !important; /* IE 6 */
    border-right: 3px solid #C2C2C2 !important; /* IE 8-9 */
    *border-bottom: 3px solid #C2C2C2 !important; /* IE 7 (IE6 also uses this, so put it first) */
    _border-bottom: 3px solid #C2C2C2 !important; /* IE 6 */
    border-bottom: 3px solid #C2C2C2 !important; /* IE 8-9 */
}
.notification{
    *border-bottom: 3px solid #E5E5E5 !important; /* IE 7 (IE6 also uses this, so put it first) */
    _border-bottom: 3px solid #E5E5E5 !important; /* IE 6 */
    border-bottom: 3px solid #E5E5E5 !important; /* IE 8-9 */
}

.browse-firebox, .browse-chrome, .browse-safari {
    background-image: url('../images/browser.png');
    background-repeat: no-repeat;
}
.browse-firebox {
    height: 50px;
    width: 50px;
    background-position: 0px 2px;
}
.browse-chrome{
    height: 50px;
    width: 50px;
    background-position: -50px 2px;
}
.browse-safari{
    height: 50px;
    width: 50px;
    background-position: 0px -47px;
}