﻿
    /*Only vertival*/
    .vertibox {
        display: flex;       
        align-items: center;
        height: 100vh;
    }

.vertiboxinline {
    color: white;
    /*background-color: #303f9f;*/
    background-color: #c7000c;
    height: 30px;
    width: 20%;
    border: 1px solid #c7000c;
    /*  padding: 10px 0px; */
    text-align: left;
    font-size: 17px;
    display: block;
}

.input-container {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    flex-direction: column;
}

    .input-container input {
        padding-left: 40px;
    }

    .input-container i {
        position: absolute;
        left: 0;
        top: 25px;
        padding: 9px 8px;
        transition: 0.3s;
    }

.input-field {
    height: 40px;
}

.btn {
    background-color: #2671ab;
    color: white;
    padding: 15px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    /*opacity: 1.0;*/
    font-weight: bold;
    margin-bottom: 20px;
}

button:hover {
    opacity: 0.8;
}

.label-field {
    color: #AAA
}

.title-field {
    width: 110px;
    text-align: right;
    margin-left: 205px;
    margin-top: 30px;
}

.vertibox-form {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.vertibox-form-inline {
    background-color: #FFF;
    width: 350px;
}

.checkbox-container {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #111
}

.local-navlink {
    color: black;
    background-color: white;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
}

.logo-center {
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
   /* width: 50%;*/
}