<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
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-header{
    border: none;
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #ffffff;
    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{
    background: none;
    border: none;
    padding-left:50px;
    padding-right:50px;
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #386178;
    transition: .3s;
    font-weight: 800;
    font-size: 12px;
    padding-top: 12px;
    padding-bottom: 12px!important;
}

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

.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: #fff;
    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: #ffffff;
    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: #ffffff;
    transition: .3s;
    margin-left: 20px;
}

.btn-landing2:hover{
    color: #ffffff;
    background-color: #711826;
}

.btn-send {
    border: none;
    height: 53px;
    width: 100%;
    border-radius: 2px;
    text-align: center;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.9px;
    color: #fff;
    transition: .3s;
    float: left;
    border-radius: 21px;
}

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

.btn-registration{
    border: none;
    width: 230px;
    border-radius: 21px;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #ffffff;
    transition: .3s;
    font-weight: 800;
    font-size: 14px;
    padding-top: 12px;
    padding-bottom: 12px!important;
}
.btn-registration:hover{
    background: none;
    color:#fff;
}

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

.btn-registration-inverted:hover{
    color: #fff;
}

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

.btn-registration-inverted-confirm:hover{
    color: #fff;
}

.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: #fff;
    transition: .3s;
    float: left;
    background: #fff;
}

.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: #fff;
    transition: .3s;
    margin: 0 auto;
    margin: auto 3em 2em 3em;
}

.btn-type:hover {
    color: #fff;
}</pre></body></html>