#login_information_modal .modal-content{
	overflow:hidden;
}
a.h2{
    margin-bottom:0;
    text-decoration:none;
}
#login_information_modal .form-control {
    height: 56px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	padding-left:30px;
}
#login_information_modal .btn {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
	background:#09b0a4;
	border-color:#069b91;
}
#login_information_modal .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #06998f;
    outline: 0;
    box-shadow: none;
}
#login_information_modal .top-strip{
	height: 155px;
    background: #09b0a4;
    transform: rotate(141deg);
    margin-top: -94px;
    margin-right: 190px;
    margin-left: -130px;
    border-bottom: 65px solid #069b91;
    border-top: 10px solid #069b91;
}
#login_information_modal .bottom-strip{
	height: 155px;
    background: #09b0a4;
    transform: rotate(112deg);
    margin-top: -30px;
    margin-right: -215px;
    margin-left: 300px;
    border-bottom: 65px solid #069b91;
    border-top: 10px solid #069b91;
}

/**************************/
/****** modal-lg stips *********/
/**************************/
#login_information_modal .modal-lg .top-strip {
    height: 155px;
    background: #09b0a4;
    transform: rotate(141deg);
    margin-top: -106px;
    margin-right: 457px;
    margin-left: -130px;
    border-bottom: 65px solid #069b91;
    border-top: 10px solid #069b91;
}
#login_information_modal .modal-lg .bottom-strip {
    height: 155px;
    background: #09b0a4;
    transform: rotate(135deg);
    margin-top: -30px;
    margin-right: -339px;
    margin-left: 421px;
    border-bottom: 65px solid #069b91;
    border-top: 10px solid #069b91;
}
