/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 22, 2019, 10:31:37 AM
    Author     : gasper
*/



body{
    background-color: #f4f3f9;
    font-family: 'Muli', sans-serif;
}

*{
    outline:  0 !Important;
    
}

.container:before, .row:before{
     content: normal;
}


a{
    text-decoration:none !Important;
}

a:active, a:focus {
    outline: 0;
    border: none;
    -moz-outline-style: none;
}

h1, h2{
    margin: 0;
    padding: 0;
}



input{
    width: 100%;
    border: 1px solid #f7f8fc;
    border-radius: 2px;
    padding: 8px;
}

label{
    color: #363740;
    font-size: 13px;
    font-weight: 700;
}

.logoImage{
    margin-top: 20vh;
    margin-bottom: 30px;
}

.loginCard{
    border-radius: 2px;
    background-color: #ffffff;
    padding: 30px;
}

.loginTitle{
    font-size: 18px;
    font-weight: 700;
    color: #242632;
    text-align: center;
    margin-bottom: 20px;
}

.forgotPassword{
    font-size: 12px;
    margin-top: 8px;
    margin-bottom: 30px;
}

.forgotPassword a {
    color: #a7aaba;
}

.loginButton{
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 #a7aaba;
    background-image: linear-gradient(to right, #5978c7, #2d4395);
    color: #ffffff;
    height: 50px;
    width: 100%;
    letter-spacing: 1px;
    font-size: 12px;
}

.loginButton i{
    color: #7688fc
}

.loginImage{
    margin-top: 30px;
}

.borderTop{
    height: 0;
    border-width: 0 0 300px 2300px;
    border-style: solid;
    border-color: transparent #2d4395 #2d4395 transparent;
    position: fixed;
    bottom: 50px;
    z-index: -1;
}

.borderMain{
    width: 100%;
    background-color: #2d4395;
    height: 50px;
    position: fixed;
    bottom: 0;
}

.loginImage:after{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0px;
    border-left: 2px solid #f7f8fc;
    transform: translate(-50%);
}

.buttonArrow{
    position: absolute;
    margin-left: 50px;
    margin-top: 3px;
}

.selectCompanyLogo {
    border: 1px solid #f4f3f8;
    margin-bottom: 10px;
    padding: 18px;
    color: #242632;
    transition: .3s;
}

.selectCompanyLogo:hover{
    text-decoration: none;
    background-color: #f4f3f9;
    color: #2d4395;
}





@media screen and (max-width: 778px){
    .loginImage{
        margin-top: 0px;
        margin-bottom: 10px;
    }
    
    .loginImage img{
        width: 50%;
    }
    
    .logoImage{
        margin-top: 7vh;
        
    }
    .borderTop{
        display: none;
    }
    
    .borderMain{
        display: none;
    }
    
    
}
    