/**
 * Copyright (c) 2016 - 2021, Odin Analytics, Inc. All rights reserved.
 *
 * Developed By Saim Ehsan
 * Lead Software Engineer at Canadian Fracturing
 */

.modal-dialog {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%) !important;
}
.login-logo{
    height: 110px;
    width: auto;
    z-index: 1;
}
.user-login-5 .login-container > .login-content {
    margin-top: 10%;
}
.corporate-form{
    display: none;
}
.show_hide_pass:hover{
    color: #337ab7;
    cursor: pointer;
}
.fa-eye{
    color: #337ab7 !important;
}
.register-title{
    padding: 15px 0px;
}
.login-content a{
    display: inline-block;
}

.company_dropdown {
    margin-top: -30px !important;
}
