﻿
/***************************  Alerts *********************************/
.Alerts {
    overflow-y: auto;   
}
/***********************************************************************/

/************ Login page ************/

/*.Responsive div.Feedback_Message_Wrapper {
    margin-top: 35px;
}*/

body {
    background-image: url("/VopakTHeme/img/vopakLogin.jpg?19287&11044");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    
}

.Login_Box {
    margin-top: -220px;
    margin-left: -175px;
    width: 350px;
    background-color: #fff;
    border: 1px solid #bad4ec;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(211, 211, 211, 0.5);
       -moz-box-shadow: 0 1px 0 rgba(211, 211, 211, 0.5);
            box-shadow: 0 1px 0 rgba(211, 211, 211, 0.5);
}

.phone .Login_Box {
    top: 40%;
    margin-left: -140px;
    width: 280px;
}

.Login__Logo {
  padding-bottom: 0;
}