﻿html{
    height: 100% !important;
}

body{
    padding-top: 100px !important;
    height: 100% !important;
}

.center{
    margin-left:auto;
    margin-right:auto;
}

.wrapper{
    overflow: hidden;
    margin-bottom: 10px;
}

.form-controlR {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: black;
    background-color: #dbdbdb;
    background-image: none;
    border: 1px solid gray;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.form-controlR:focus {
    border-color: silver;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgb(164, 198, 57, 0.8);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(164, 198, 57, 0.8);
}

.form-controlR::-moz-placeholder {
  color: #666666;
  opacity: 1;
}
.form-controlR:-ms-input-placeholder {
  color: #666666;
}
.form-controlR::-webkit-input-placeholder {
  color: #666666;
}

@media screen and (max-width: 767px) {
    body{
    padding-top: 70px !important;
    }

    .vesselgroup-brand {
        padding: 0px;
        margin: 0px;
    }

    .GiveBucksIcon{
        font-size: 35px !important;
        margin-top: -10px;
        /*line-height: -20px !important;*/
    }
}

@media screen and (min-width: 768px) {
    body{
    padding-top: 100px !important;
    }

    .vesselgroup-brand {
        padding: 0px;
        margin-top: 20px;
    }

    .GiveBucksIcon{
        font-size: 50px !important;
    }
	


}