﻿/* You can add global styles to this file, and also import other style files */
.p-theme {
    color: #2ec4b6;
    background-color: #011627;
}

.s-theme {
    color: #011627;
    background-color: #2ec4b6;
}

.p-light-theme {
    color: #2DE2D3;
    background-color: rgba(12, 103, 53, 0.5);
}
.nav-item center a {
    background-color: rgba(34, 100, 64, 0.2) !important;
}

.nav-item center .active {
    border: none !important;
    color: #2DE2D3 !important;
    background-color: rgba(12, 103, 53, 0.5) !important;
}


input, input:focus {
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    width: 100%;
    display: block;
    outline: none;
    border-radius: 8px;
    border: none;
    background-color: rgba(255, 255, 255, 0.2);
}

a, a:hover {
    text-decoration: none !important;
}

a {
    font-size: medium;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    
}

.link {
    color: #2DE2D3 !important;
}
.link:hover {
    color: #ADF4EE !important;
}

    a:hover {
        padding-left: 8px;
        font-size: large;
        transition-duration: 0.5s;
        
    }

.content {
    background-image: url('../css/Background-website-01.jpg');
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.3;
}

.wrapper {
    background: #50a3a2;
    background: -webkit-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -moz-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: -o-linear-gradient(top left, #50a3a2 0%, #53e3a6 100%);
    background: linear-gradient(to bottom right, #50a38d 0%, #75e46b 100%);
    left: 0;
    width: 100%;
    overflow: hidden;
}

    .wrapper.form-success .container h1 {
        transform: translateY(85px);
    }



