﻿body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
}

* {
	touch-action: manipulation
}

html {
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
    background-color: #FFFFFF !important;
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

.progress {
        height: 3px;
        overflow: visible;
        background: #C1C1C1;
        margin: 32px 18px 55px;
    }

        .progress .progress-bar {
            position: relative;
            background: #28599D;
            float: left;
            width: 0;
            height: 100%;
            font-size: 12px;
            line-height: 20px;
            color: #fff;
            text-align: center;
        }

.progress-value {
    font-size: 13px;
    color: #C7C8CA;
    position: absolute;
    /*top: -32px;
    right: -41px;*/
    margin: 15px auto;
    font-weight: 500;
    right: 0;
    left: 0;
}
    .progress .progress-icon {
        width: 15px;
        height: 15px;
        line-height: 25px;
        border-radius: 50%;
        font-size: 13px;
        position: absolute;
        top: -5px;
        right: -2px;
        padding: 0px !important;
        margin-top: 0px !important;
    }
.footer{height:150px !important;}
