﻿.forget-Modal .modal-dialog {
    width: 500px;
    height: 500px;
    position: absolute;
    top: 7%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.forget-Modal .modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    padding: 20px 15px 20px 15px;
    border: 0px solid #999;
    border: 0px solid rgba(0,0,0,.2);
    border-radius: 0px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
}


    .forget-Modal .modal-content .messageText {
        margin: 30px 0 20px;
        display: block;
        clear: both;
        font-family: 'SourceSansPro-Regular', sans-serif;
        color: #636363;
        font-size: 15px;
        font-weight: 400;
    }
