﻿body > .grid {
    height: 100%;
}

.image {
    margin-top: -100px;
}


.logo {
    max-width:420px;
    max-height: 100px;
    margin-left: -15px;
}

.logoHolder {
    position: relative;
    text-align: right;
}

.logoHolderRight {
    text-align: right;
}

.logoHolderLeft {
    text-align: left;
}

.login-form-grid {
    margin-top: 60px !important;
    padding-left: 70px !important;
    padding-right: 60px !important;
}

.login-form-grid input {
    background-color: #eee !important;
    color: #333 !important;
}

.marginT15 {
    margin-top: 15px !important;
}

.marginT40 {
    margin-top: 40px !important;
}

.marginB20 {
    margin-bottom: 20px !important;
}

label {
    margin-bottom: 10px !important;
    font-weight: inherit !important;
}
.grey {
    color: #222222 !important;
}

.login-title {
    color: white;
    background-color: rgba(29,29,29,.46);
    padding: 40px 70px;
    margin: 0 50px;
}
.ui.large.text {
    font-size: 1.14285714rem;
}

.ui.blue.button {
    background: #3a81f3 !important;
    border-radius: 20px !important;
}

    .ui.blue.button:hover, .ui.blue.button:active {
        background: #2971e6 !important;
    }

    a {
        color: #004882 !important;
        cursor: pointer;
    }

.waitScreen {
    background-color: black;
}

.ui-widget-content {
    background: none;
    border: none;
}

.travel-risk {
    background-color: #eee;
    padding-left: 30px !important;
    padding-top: 30px !important;
    padding-bottom: 0 !important;
}

input {
    border-radius: 10px !important;
}

@media only screen and (max-width: 767px) {
    .login-form-grid {
        margin-top: 0px !important;
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .marginT40 {
        margin-top: 10px !important;
    }
}