/*
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 : Apr 7, 2017, 12:18:16 PM
    Author     : USER
*/

/*custom mail info*/
.success{
    float: left;
    width: 100%;
    height: auto;
    background: #7DC24B;
    padding: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    font-family: "Roboto",sans-serif; 
}
.gl-danger-alert{
    float: left;
    width: 100%;
    height: auto;
    background: #E61630;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: "Roboto",sans-serif;
}

/*.alertmessage {
    display: none;
    position: absolute;
    z-index: 500;
    width: 40%;
    background: #373021;
    text-align: center;
    border-radius: 9px;
    left: 20%;
    top: 50%;
    margin: 10%;
    padding: 7px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    z-index: 9000;
}*/
.alertmessage{
    display: none;
    width: 45vw;
    position: fixed;
    top: 40vh;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    background-color: #2ecc71;
    text-align: center;
    border-radius: 9px;
     padding: 7px;
    font-size: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #ffffff;
    z-index: 9000;
}



/*custom*/