#modal-verify{
    background: rgba(237, 236, 231, 0.8);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    
    .container{
        background: #FFF;
        border: 2px solid $blue;
        bottom: 0;
        left: 0;
        height: 490px;
        margin: auto;
        padding: 30px 40px;
        position: absolute;
        right: 0;
        top: 0;
        width: 980px;
        
        .content{
            width: 400px;
            margin: 60px auto auto auto;
            text-align: center;
            
            h2{
                clear: both;
                color: $blue;
                font-size: 30px;
                font-weight: $bold;
                margin: 60px 0 50px 0;
            }
            
            .y{
                color: $white;
                background: #037308;
                font-size: 18px;
                font-weight: $bold;
                padding: 20px 55px;
                text-decoration: none;
            }
            
            .n{
                color: $white;
                background: #B30A0E;
                font-size: 18px;
                font-weight: $bold;
                padding: 20px 55px;
                text-decoration: none;
            }
            
            p{
                color: $blue;
                font-size: 13px;
                margin: 100px auto auto auto;
                width: 300px;
            }
        }
    }
}