.suporte {
    position: fixed;
    top: 40%;
    right: 0;
    background-color: #fff;
    border: 1px solid #fff;
    z-index: 100;
    display: block;
    border: 1px solid #EB6625;
    border-right: none;
    /*direction: ltr !important;*/
    width: 39px;
    transition: 0.5s;
}

.supText {
    font-size:14px;
	font-family: 'LatoWebMedium';
    display: inline-block;
    color: #fff;
}

.rotText {
    padding: 16px 3px 3px 10px;
    position: absolute;
    top: 2px;
    left: 2px;
    height: 156px;
    width: 37px;
    cursor: pointer;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #EB6625;
    writing-mode: vertical-lr;
}

.rotText .newrot {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    writing-mode: vertical-rl;
}
.supCodes {
    font-size:14px;
	font-family: 'LatoWebMedium';
    display: inline-block;
    color: #000;
    margin-top: 25px;
    margin-left: 35px;
    padding: 0 25px;
}

.inputPin {
    border: 1px solid #cdcdcd;
}

.btnSend {
    cursor: pointer;
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight:normal;
	font-style:normal;
	text-transform: uppercase;
	text-decoration: none;
	border:1px solid #0080BB;
	background-color: #0080BB;
    transition: all 0.2s ease;
    border-radius:0px 5px 5px 0px;
    margin: 0px;
    padding: 6px 9px;
}

.inputPin.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .3) !important;
    border-right: 1px solid #0080BB !important;
}

.btnSend:hover {
	color: #0080BB;
    background-color: #fff;
    text-decoration: none;
    border:1px solid #0080BB;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}

.btnSend:disabled {
    color: #fff !important;
    border:1px solid #bdbdbd;
	background-color: #d0d0d0;
}