/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jun 18, 2019, 11:45:58 AM
    Author     : gasper
*/


.btn:hover, .btn:focus, .btn.focus {
    color: initial !important;
    box-shadow: none !important;
}


.btn-header{
    border: none;
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: var(--color-white);
    transition: .3s;
    font-weight: 800;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px!important;
    width:150px;
}
.btn-header:hover{
    background: none;
}

.btn-header-inverted{
    font-family: var(--font-montserrat);
    font-weight: var(--fw-semibold) !important;
    font-size: 18px !important;
    line-height: 24px;
    width: fit-content;
    padding: 14px 75px;
    border-radius: 60px;
    transition: .3s;
    background: none;
    border: none;
    text-align: center;
    text-transform: uppercase;
}

.btn-header-inverted:hover{
    color: #ffff;
}

.btn-empty {
    background: none;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn-next{
    background: #8cc63f;
    border: none;
    height: 53px;
    width: 311px;
    border-radius: 2px;
    border: solid 2px #8cc63f;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: var(--color-white);
    transition: .3s;
    float:right;
}

.btn-next:hover{
    color: #8cc63f;
    background: none;
}


.btn-landing1{
    background: none;
    border: none;
    height: 53px;
    width: 311px;
    border-radius: 2px;
    border: solid 2px #e87817;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.8px;
    color: #373434;
    transition: .3s;
}

.btn-landing1:hover{
    color: var(--color-white);
    background-color: #e87817;
}


.btn-landing2{
    background: none;
    border: none;
    height: 53px;
    width: 311px;
    border-radius: 2px;
    border: solid 2px #711826;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.8px;
    color: var(--color-white);
    transition: .3s;
    margin-left: 20px;
}

.btn-landing2:hover{
    color: var(--color-white);
    background-color: #711826;
}

.btn-send {
    font-family: var(--font-montserrat);
    font-weight: var(--fw-semibold) !important;
    font-size: 18px !important;
    line-height: 24px;
    text-transform: uppercase;
    color: var(--color-white);
    border: none;
    height: 60px;
    width: 100%;
    border-radius: 2px;
    text-align: center;
    transition: .3s;
    float: left;
    border-radius: var(--border-radius);
}

.btn-send:hover {
    background: none;
}

.btn-registration {
    font-family: var(--font-montserrat);
    font-weight: var(--fw-semibold) !important;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 51px;
    border-radius: var(--border-radius);
    text-align: center;
    font-size: 16px;
    color: var(--color-white);
    transition: .3s;
}

.btn-registration:hover{
    background: none;
    color:var(--color-white);
}

.btn-registration-inverted{
    background: none;
    width: 230px;
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    transition: .3s;
    font-weight: 800;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px!important;
}

.btn-registration-inverted:hover{
    color: var(--color-white);
}

.btn-registration-inverted-confirm {
    font-family: var(--font-montserrat);
    font-weight: var(--fw-semibold) !important;
    text-transform: uppercase;
    font-size: 18px !important;
    line-height: 24px;
    height: 60px;
    background: none;
    width: 100%;
    border-radius: var(--border-radius);
    text-align: center;;
    transition: .3s;
}

.btn-registration-inverted-confirm:hover{
    color: var(--color-white);
}

.btn-add {
    border: none;
    height: 49px;
    width: 100%;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: var(--color-white);
    transition: .3s;
    float: left;
    background: var(--color-white);
}

.btn-add:hover {
    background: none;
}

.btn-type {
    border: none;
    height: 50px;
    border-radius: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.9px;
    color: var(--color-white);
    transition: .3s;
    margin: 0 auto;
    margin: auto 3em 2em 3em;
}

.btn-type:hover {
    color: var(--color-white);
}