﻿body {
    background-image: none;
    background-color: #00AF9D;
    font-family: 'Montserrat', Arial, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-size: cover;
}

.font36 {
    font-size: 36px !important;
}

.font20 {
    font-size: 20px !important;
}


.marginbottom20 {
    margin-bottom: 20px !important;
}


.margintop0 {
    margin-top: 0 !important;
}

.margintop20 {
    margin-top: 20px !important;
}

.margintop40 {
    margin-top: 40px !important;
}

.circulo {
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #008998;
    background: #ffffff;
    margin: 10px;
}

#error .circulo.icon, #error2 .circulo.icon {
    color: #00ae78;
    border-radius: 100%;
    height: 70px;
    width: 70px;
    border: 2px solid #008998;
    background: #ffffff;
    margin: 10px;
}

    #error .circulo.icon i.material-icons,
    #error2 .circulo.icon i.material-icons {
        font-size: 40px !important;
        line-height: 66px;
    }

#error a.btn,
#error2 a.btn {
    background-color: transparent;
    color: #fff;
    border-color: #fff;
    padding: 10px 30px;
    border-width: 1px;
    border-style: solid;
    font-weight: 200;
    border-radius: 10px;
    text-decoration: none;
}

    #error a.btn:hover, #error a.btn:focus, #error a.btn:active,
    #error2 a.btn:hover, #error2 a.btn:focus, #error2 a.btn:active {
        background-color: transparent;
        color: #fff !important;
        border-color: #fff;
        padding: 10px 30px;
        border-width: 1px;
        border-style: solid;
        font-weight: 200;
        border-radius: 10px;
        text-decoration: none;
    }


.no-border {
    border-width: 0 !important;
}


#error2 {
    background: linear-gradient(to top right, #00ae42, #00af9d);
    height: 100%;
    min-height: 100vh;
    color: #fff;
    padding-top: 20px;
}

#about {
    color: #fff;
    height: 100%;
    min-height: 100vh;
    color: #fff;
    padding-top: 20px;
}
