.redborder {
    border:1px solid #C7C7C7;
    border-radius:2px;
}

.hidden {
    display: none;
}

.visible {
    display: normal;
}

.colored {
    background-color: #fff;
    display: flex;
    align-items: center;
    margin-left: 30px;
    margin-right: 30px;
}

.row {
    padding: 20px 0px;
}

.bigicon {
    font-size: 97px;
    color: #f96145;
}

.contcustom {
    text-align: center;
    width: 400px;
    border-radius: 0.5rem;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 100px auto;
    background-color: white;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    overflow: auto;

}

input {
    width: 100%;
    margin-bottom: 17px;
    padding: 15px;
    background-color: #ECF4F4;
    border-radius: 2px;
    border: none;
}

h5 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
    color: #5e636e;
}

.btn {
    border-radius: 2px;
    padding: 10px;
}

.med {
    font-size: 27px;
    color: white;
}

.medhidden {
    font-size: 27px;
    color: #C7C7C7;
    padding: 10px;
    width:100%;
}

.wide {
    background-color: #006241;
    width: 100%;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.wide:hover {
    background-color: #009d4f;
}

.wide:focus {
    background-color: #006241;
}

#container{
    display:none;
}

#logo{
    margin-top: 10px;
    margin-bottom: 20px;
}




