﻿.loader {
    width: 40px;
    height: 40px;
    border: 5px dotted #ca2c2c;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 2s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.posisitetap {
    height: -75px;
    width: 55%;
     float: right; 
     margin-top: -30px; 
}
