﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background: rgb(255, 248, 248) 0% 0% no-repeat padding-box;
    height: auto !important;
}

::-webkit-input-placeholder {
    color: red;
}

:-ms-input-placeholder {
    color: red;
}

input::placeholder {
    color: black !important;
    font-family: "Source Serif Pro";
}

.ui.mega.image {
    position: fixed;
    height: 766px;
    left: 36vw;
    top: 23vh;
    transform: rotate( -22deg );
    z-index: -10 !important;
}


.ui.button {
    width: 250px;
    height: 40px;
    background: transparent linear-gradient(180deg, rgba(158,204,65,1) 0%, rgba(68,125,77,1) 100%) no-repeat padding-box;
    box-shadow: 0px 3px 6px #00000085;
    border-radius: 85px;
    color: #FFF9F9;
    transition: all .2s;
    font-family: 'Source Serif Pro:Regular', serif !important;
}

    .ui.button:hover {
        background: transparent linear-gradient(180deg, rgba(158,204,65,1) 0%, rgba(68,125,77,1) 100%) no-repeat padding-box;
        transform: translateY(-5px);
        box-shadow: 5px 6px 8px #00000085;
        color: white;
    }

    .ui.button::after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 100%;
        border-radius: 5rem;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        transition: all .4s;
    }

    .ui.button:hover::after {
        transform: scaleX(1.4) scaleY(1.6);
        opacity: 0;
    }

    .ui.button:active, .ui.button:focus {
        outline: none;
        transform: translateY(-1px);
        box-shadow: 0 .5rem 1rem #0000005e;
        color: white
    }

.ui.selection.dropdown {
    border-radius: 50px !important;

}

.ui.selection.active.dropdown {
    border-radius: 21px 21px 0px 0px !important;
    /*padding: 1.2em 2.1em 1em 1em !important;*/
}

:focus {
    outline: none
}

.ui.selection.active.dropdown .menu {
    margin-top: -7px;
}



@media only screen and (min-width: 1200px) {
    .ui.grid.container {
        width: calc( 1127px + 14rem ) !important;
    }
}

.ui.vertical.segment {
    border-bottom: none
}



    .ui.vertical.segment.info {
        margin: 0 !important;
        background: #D1D3D4;
        position: absolute;
        width: 100vw;
        bottom: 60px;
    }

.ui.vertical.stripe {
    padding: 2rem 0rem !important;
}



.footer.segment {
    padding: 0em 0em !important;
    text-align: center;
    background: #58595B !important;
    position: absolute;
    bottom: 0px !important;
    width: 100vw;
    height: 60px;
}

.ui.grid > .row > [class*="four wide"].column, .ui.grid > .column.row > [class*="four wide"].column, .ui.grid > [class*="four wide"].column, .ui.column.grid > [class*="four wide"].column {
    width: fit-content !important;
}

.ui.grid.segment {
     margin: 0rem 0em !important; 
}
.autenticate-form-segment {
    padding: 20px 10px !important;
    background: #b5bac3 !important;
    border-radius: 24px !important;
    box-shadow: 7px 8px 13px #00000094 !important;
}
.autenticate-segment {
    height: calc(100vh - 360px)
}

.goBackBtn {
    width: 150px !important;
    /*margin-bottom: 50px !important;*/
    font-family: 'Source Serif Pro:Regular', serif !important;
    right: 17px;
    top: 36px;
    position: absolute;
}


.ui.large.form {
    font-size: 13px;
}

.autenticate-form-label {
    text-align: start !important;
    font-family: 'Source Serif Pro', serif !important;
    font-size: 19px !important;
}

.autenticate-form-select-placeholder {
    width: 450px !important;
    margin: 1rem 0 !important;
    
}

.select-company-field{
display: inline-block !important;
}

.autenticate-form-input-placeholder {
    width: 350px !important;
    height: 40px !important;
    border-radius: 50px !important;
    margin: 1rem 0 !important;
}

.form-placeholder {
    color: #2d2d2d !important;
    font-family: 'Source Serif Pro', serif !important;
}


.hideIfInsuranceCompany {
    margin-bottom: 10px !important;
    color: brown !important;
    font-size: 17px !important;
    font-family: 'Source Serif Pro', serif !important;
}

.ui.error.message {
    max-width: 350px !important;
}

.submit-button {
    font-family: 'Source Serif Pro:Regular', serif !important;
    display: inline-block;
    width: 100px !important;
    margin-left: 10px !important;

}


.login-form-title {
    text-align-last: start !important;
    font-family: 'Source Serif Pro', serif !important;
}

.login-form {
    width: 280px !important;
}

.login-form-label {
    text-align: start !important;
    font-family: 'Source Serif Pro', serif !important;
    font-size: 17px !important;
}


.login-form-input {
    width: 270px !important;
    height: 40px !important;
    border-radius: 50px !important;
}


.login-form-error {
    width: 270px !important;
}

.login-form-btn {
    width: 100px !important;
    font-family: 'Source Serif Pro:Regular', serif !important;
}


.logo {
    height: 70px !important;
    width: auto !important;
}

.fooret-segment {
    background-position: bottom !important;
    background: rgba(158,204,65,1) !important;
}

.home-title {
    font-size: 28px !important;
    color: #636161 !important;
    font-family: 'Source Serif Pro', serif !important;
}

.home-text {
    font-size: 19px !important;
    color: #636161 !important;
    font-family: 'Source Serif Pro', serif !important;
    text-align: justify !important;
}

strong>a{
    color: black !important
}

.small-italic-text {
    font-size: 13px;
    font-style: italic;
}

.ui.dropdown .menu .selected.item {
    background: rgba(0, 0, 0, 0.3);
}

.ui.dropdown .menu > .item:hover {
    background: rgba(0, 0, 0, 0.3);
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 700px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button {
    margin-left: 0.5em;
}

.masthead h1.ui.header {
    margin-top: 3em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    padding: 8em 0em;
}

    .ui.vertical.stripe h3 {
        font-size: 2em;
    }

    .ui.vertical.stripe .button + h3,
    .ui.vertical.stripe p + h3 {
        margin-top: 3em;
    }

    .ui.vertical.stripe .floated.image {
        clear: both;
    }

    .ui.vertical.stripe p {
        font-size: 1.33em;
    }

    .ui.vertical.stripe .horizontal.divider {
        margin: 3em 0em;
    }

.quote.stripe.segment {
    padding: 0em;
}

    .quote.stripe.segment .grid .column {
        padding-top: 5em;
        padding-bottom: 5em;
    }

.footer.segment {
    padding: 5em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}


@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

@media only screen and (max-width: 767px) {
    .ui.stackable.grid:not(.vertically) > .row {
        margin: 0em;
        padding: 0em;
        text-align: -webkit-center;
    }
    .home-content {
        height: auto !important;
    }
}

@media screen and (min-height: 945px) {
    .footer.segment {
        padding: 0em 0em !important;
    }
}

@media only screen and (max-height: 870px) {
    .ui.vertical.segment.info {
        position: unset;
        width: 100vw;
        bottom:unset;
    }

    .footer.segment {
        padding: 0em 0em !important;
        text-align: center;
        background: #58595B !important;
        position: unset;
        bottom: unset !important;
        width: 100vw;
        height: 60px;
    }
}

@media only screen and ( max-width: 1200px) {
    .ui.vertical.segment.info {
        position: unset;
        width: 100vw;
        bottom: unset;
    }

    .footer.segment {
        padding: 0em 0em !important;
        text-align: center;
        background: #58595B !important;
        position: unset;
        bottom: unset !important;
        width: 100vw;
        height: 60px;
    }
}
