.bg-gradient-theme {
    background-color: #022e3f !important;
    background-image: linear-gradient(180deg,#022e3f 100%,#022e3f 100%);
    /*background-size: cover;*/
    color:white;
}

.btn-theme {
    color: #fff;
    background-color: #0085b8;
    border-color: #0085b8;
}

.text-theme {
    color: #0085b8 !important;
}

.border-left-theme {
    border-left: .25rem solid #0085b8 !important;
}

.border-bottom-theme {
    border-bottom: .25rem solid #0085b8 !important;
}

.bg-register-theme {
    background: url('/Images/cloud_img.jpg');
    background-position: center;
    background-size: cover;
}


.small-font{
    font-size:25px;
}

.adjust-padding{
    
}

@media screen and (max-width: 480px) {
    
    .small-font{
        font-size:14px;
        margin-left:0px !important;
    }
    .adjust-padding{
        padding:0px;
        margin-right:0px !important;
    }
}

.fa-remove:before{
    content: "\f00d"
}
