﻿:root {
    --textColor: #CAD5E2;
}
.gradiant-background {
    background: hsla(245, 32%, 29%, 1);
    background: linear-gradient(360deg, hsla(245, 32%, 29%, 1) 0%, hsla(258, 63%, 18%, 1) 81%);
    background: -moz-linear-gradient(360deg, hsla(245, 32%, 29%, 1) 0%, hsla(258, 63%, 18%, 1) 81%);
    background: -webkit-linear-gradient(360deg, hsla(245, 32%, 29%, 1) 0%, hsla(258, 63%, 18%, 1) 81%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#363260", endColorstr="#22114A", GradientType=1 );
}
.text-color {
    color: var(--textColor);
}
.cursor-pointer{
   cursor:pointer;
}
.rounded15{
    border-radius:15px !important;
}
.rounded5 {
    border-radius: 5px !important;
}
.account-pages span{
    font-size:13px;
}
.contact-form input{
    height:55px;
}
@media (max-width:768px){
    .top-bar{
        padding: 0 8px;
    }
}