label {
    font-family: 'Montserrat-Medium';
    font-size: 3vw;
    letter-spacing: 1.95px;
    color: #AEB0B6;
    padding-left: 1%;
}

.halfp {
    margin-top: 4vw;
    width: 100%;
}

.half {
    width: 49%;
    display: inline-block;
    vertical-align: bottom;
}

.half input {
    width: calc(100% - 1vw);
}

.halfp.block {
    margin-top: 0;
}

.leftblock, .rightblock {
    vertical-align: bottom;
    background-color: #EAEAEB;
}

.leftblock input, .rightblock input {
    width: 100%;
    padding: 6.5% 0;
    text-align: center;
    border: 0;
}

#vetcont {
    position: relative;
    margin-top: 4vw;
}

#vetcont > #vetlabel {
    position: absolute;
    bottom: 0;
    padding-bottom: 3vw;
    padding-left: 1vw;
}

#vetfield {
    padding-left: 13%;
    padding-bottom: 0.5%;
    width: 87%;
}

#cambcont {
    position: relative;
}

#cambiofield, #taxasfield {
    margin-top: 0;
}

#cambcont > #refresher {
    position: absolute;
    bottom: 0;
}

#refresher {
    position: absolute;
    left: 30vw;
    margin-bottom: 4vw;
    border: 2px solid #c8c8c8;
    border-radius: 50%;
    border-top: 2px solid #3498db;
    width: 15px;
    height: 15px;
    text-align: center;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
}

#refresher.vising {
    display: none;
}

#destcarrow {
    position: relative;
    content: "";
    margin-bottom: 1%;
    border: solid #5A8093;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin-left: 5%;
}

#destcoinid {
    width: 64%;
    text-align: right;
}