﻿a {
    color: #fff;
    text-decoration: none;
}

    a:hover, a:focus {
        color: #fff;
        outline: none !important;
        transition: all 0.3s ease;
        text-decoration: none;
    }

    a:active {
        outline: none !important;
    }


.required{
    color:red;
}