﻿
.column {
    float: left;
    width: 50%;
    height: 100vh;
    position: relative;
    padding: 0;
    margin: 0;
}

.row {
    width: 100% !important; 
}

.logincor {
    position: relative;
    height: 100vh;
/*    clip-path: polygon(0 0, 100% 0, 100% 100%, 40% 58%);*/ 
}


.top-right {
    font-family: Roboto;
    position: absolute;
    text-align: right;
/*    top: 150px;
    right: 60px;*/
    z-index: 99999;
    color: white;
    font-size: 36px;
}

.fill {
    display: flex;
    align-items: center;
    overflow: hidden
}

    .fill img {
        min-width: 100%;
        min-height: 100%
    }

.imgl {
    position: relative;
/*    border: 1px solid #4CAF50;*/
    margin-left: 20px;
    margin-right:20px;
    width: 20vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.buttonlogin {
    text-align: center;
    width: 100%;
    padding: 14px 28px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}

.textbottom {
    margin-top: 30px;
    margin-bottom: auto;
    color: "#00699B"
}

    .textbottom:hover {
        color: "#00699B"
    }
