body{

}

h1{
    font-family: 'Montserrat', sans-serif;
}

h2{
    font-family: 'Montserrat', sans-serif;
}

.background-img{
    position: relative;
    width: 100%;
    display: block;
}

.background-img:before{
    position: absolute;
    content: '';
    background-image: #245c53 !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.bg-transparent.affix{
    background-color: #245c53 !important;
}

.solid-btn{
    color: #fff;
    background: #245c53;
    border: 2px solid #245c53;
    border-radius: 30px;
}

.solid-btn:hover {
    color: #434244;
}

.btn.border-radius{
    border-radius: 50px;
}

.input-icon span{
    padding: 18px 15px;
    border-left: 2px solid #245c53;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
}

.color-primary{
    color: #245c53;
}

.form-control:focus{
    border-color: #245c53;
}

.fa-envelope{
    padding: 18px 15px;
    border-left: 2px solid #245c53;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
    color: #245c53;
}

.fa-lock{
    padding: 18px 15px;
    border-left: 2px solid #245c53;
    position: absolute;
    font-size: 18px;
    height: calc(3.4rem + 2px);
    border-radius: 4px;
    color: #245c53;
}














