﻿html, body {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    background-image: url(../Images/Logo.svg), url(../Images/fundo.svg);
    background-repeat: no-repeat;
    background-position: top 3% right 3%, right bottom;
    background-size: 100px, cover;
}

/*body {
    width: 100%;
    height: 100%;
    background-image: url(../Images/fundo.svg);
    background-repeat: no-repeat;
    background-position: right top 99%;
    background-size: cover;
}*/

body {
    padding-top: 0;
    padding-bottom: 0;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

    .vertical-center > .row {
        width: 100%;
    }


.gradiant {
    /* background: linear-gradient( 0deg, cornflowerblue, deepskyblue 30%, cornflowerblue ); */
    background-color: rgba(51, 51, 51, 0.7);
}




.loginBtn {
    background-color: rgb(0, 113, 188);
    border: 1px solid white;
    border-radius: 3px;
    color: white !important;
    box-shadow: 2px 2px 1px rgb(0, 0, 0);
    /* color: rgb(0,113,188); */
}

.width95P {
    width: 95%;
}

.width100P {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    height: 25px;
    padding: 3px 12px 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.text-justify {
    text-align: justify;
}
