/*@font-face
{
    font-family: 'FrutigerLTPro-Condensed';
    src: url('/templates/vincitables/fonts/34C817_0_0.eot');
    src: url('/templates/vincitables/fonts/34C817_0_0.eot?#iefix') format('embedded-opentype'), url('/templates/vincitables/fonts/34C817_0_0.woff2') format('woff2'), url('/templates/vincitables/fonts/34C817_0_0.woff') format('woff'), url('/templates/vincitables/fonts/34C817_0_0.ttf') format('truetype'), url('/templates/vincitables/fonts/34C817_0_0.svg#wf') format('svg');
}*/
@import url("https://use.typekit.net/yyb5gxn.css");
html {

    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    font-family: arboria, sans-serif;
    font-size: 14px;
    overflow-x: hidden;
    font-weight: 400;
    font-style: normal;
    /*font-family: 'Montserrat', sans-serif;*/
    color: white;
    margin: 0;
    padding: 0;
    overflow: hidden;

}
.split {
    height: 100%;

    position: fixed;
    z-index: 1;
    top: 0;
    overflow: hidden;
    padding-top: 0;
    box-shadow: none;
}
.split.left {
    width: 35%;
    background: url(/images/login/back_login_2020.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 20%;
}
.split.right{
    width: 65%;
    background: url(/images/login/corner_vt.png);
    background-repeat: no-repeat;
    background-position: top right;
}
.left {
    left: 0;
    background-color: rgba(0, 0, 0, .75);
}
.right {
    right: 0;
}
#logomobile{
    display: none;

}
.split.right .centered {
    left: 25%;
    top: 36%;
}
.centered {
    position: absolute;
    top: 40%;
    left: 30%;
    transform: translate(-20%, -30%);
    text-align: center;
    padding: 20px;
    width: 100%;
    max-width: 400px;
}
.left .centered{
    max-width: 250px;
    transform: none;
    height: 230px;
    position: absolute;
    margin-top: -115px;
    margin-left: -125px;
    top: 40%;
    left: 50%;
    width: 250px;
    padding-left: 0;
    font-size: 16px;
}
h1{

    margin-left: -2px;
    color: #1d2f3e;
    font-weight: 700;
    font-size: 42px;
    text-align: left;
    margin-bottom: 0;
}
.subtitle{
    color: #68717c;
    font-weight: 200;
    font-size: 14px;
    text-align: left;
}
.split p {
    margin-top: 0;
}
p {
    text-align: left;
    letter-spacing: 1px;
}
label {
    color: #68717c;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
input {
    height: 20px;
    font-size: 15px;
    border: 1px solid #68717c;
    border-radius: 0;
    color: #1d2f3e !important;
    padding: 10px 0;
    line-height: 1.3333333;
    background-color: #fff;
    width: 100%;
    margin-top: 5px;
    text-indent: 16px;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
input#user-name::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
}
button {
    background-color: #3d6bf5 !important;
    border-color: #3d6bf5 !important;
    padding: 5px 20px;
    line-height: 27px;
    text-transform: uppercase;
    display: block;
    width: 100%;
    color: #fff;
    border: 1px solid transparent;
    cursor: pointer;
    margin-top: 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .16px;
    border-radius: 0.25rem;
    box-shadow: 0 1px 3px #00000029;
}
button:hover {
    background-color: #fff !important;
    border-color: #3d6bf5 !important;
    color: #3d6bf5 !important;
}
button:focus {
    background-color: #768692 !important;
    border-color: #768692 !important;
    color: #fff !important;
    outline: none;
}
.text-center {
    text-align: center;
}
.pull-right {
    float: right;
}
a:link,
a:visited {
    color:#68717c;
    text-transform: none;
    text-decoration: none;
    font-weight: 400;
    padding-top: 2px;
    letter-spacing: 1px;
}
a:hover {
    color: #768692;
}
#myVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media screen and (max-width: 768px)
{
    .split {
        width: 100%;
    }
    .left, #learn a {
        display: none;
    }
    .right {
        display: block;
    }
    .split.right .centered {
        left: 25%;
        top: 36%;
        width: 85%;
        max-width: 85%;
    }
    #logomobile{
        display:block;
        text-align: center;
        margin-top: -30px;
        margin-bottom: 68px;
    }
    .split.right {
        width: 100%;
        background: url(/images/login/back_login_2020.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    .centered {
        margin: 0;
        padding: 0 0 30px 0;
    }
    input {
        font-size: 16px;
    }
    h1 {
        margin-left: -2px;
        color: #fff;
        font-weight: 700;
        font-size: 25px;
        text-align: center;
        margin-bottom: 7px;
        line-height: 36px;

    }
    .subtitle{
        text-align: center;
    }
    .subtitle, label,  .footer span:last-child, a:link, a:visited{
        color: #fff !important;
    }
}

.footer {
    position: fixed;
    bottom: 0;
    width: 97%;
    padding: 10px 30px;
    z-index: 1041;
    font-size: 12px;
    font-weight: 400;
}

.footer span:first-child {
    float: left;
}

.footer span:last-child, .footer a{

    color: #68717c !important;
}
.footer span:last-child {
    float: right !important;
}

.footer span:first-child{
    color: #fff;
}


.footer a:link,
.footer a:visited {
    color: #68717c !important ;
    text-decoration: none;
}

#learn a{
    position: absolute !important;
    right: -56px;
    background: #1d2f3e;
    transform: rotate(-90deg);
    top: 50%;
    padding: 10px 20px 10px 20px;
    border-radius: 3px 3px 0 0;
    z-index: 10;
    color: #fff !important;
}
#learn a:hover {
    background: #68717c !important;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

@media screen and (max-width: 800px)
{
    .centered {
        width: auto;
    }

    .footer {
        padding: 10px 0;
    }

    .footer span:first-child,
    .footer span:last-child {
        float: none;
        text-align: center;
        display: block;
    }
}