body{
  /*text-align: center;*/
  font-family: 'Montserrat', sans-serif!important;
}
@font-face 
{
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff2') format('woff2'), 
       url('https://www.venuelook.com/css/fonts/montserrat-v14-latin-regular.woff') format('woff'); 
}
  /*Trigger Button*/
/*Modal*/

.creative-section
{
	background: rgb(237, 50, 55);
	    width: 300px;
		    padding: 31px;
}
.left-log-in-sec
{
	display: flex;
	    margin: 46px 0;
}
.left-log-in-sec img
{
	    
    height: 42px;

}
.left_p
{
	    font-size: 16px;
    text-align: left;
    margin: 0;
    padding: 2px 28px;
	color: white;
	
    font-weight: 600;
}
.log-content-section {
    width: 500px;
       padding: 54px 35px;
    position: relative;
}
.login-container-new
{
	    display: flex;
		width: 800px;
    margin: 32px auto;
	box-shadow: 0 0 0 2px #f0f0f0;
    margin-top: 80px;
}
.alt-view-link {
    text-align: right;
    color: rgb(0 0 0);
    font-weight: 400;
    font-size: 14px;
}
.alt-view-link span {
    color: rgb(237, 50, 55);
    cursor: pointer;
    margin-left: 5px;
}
.log-content-section .heading {
    font-size: 22px;
    line-height: 1;
    margin: 25px 0;
    color: rgba(0,0,0,.87);
    text-align: left;
    font-weight: 600;
}
.mb5-log-in {
    margin-bottom: 5px;
}
.pure-log-in-1 {
    height: 40px;
    font-size: 14px;
    line-height: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
    transition: .3s linear border;
    box-shadow: 0 0 0 2px #f0f0f0;
    border-radius: 3px;
    border: 1px solid #ccc;
    padding: .5em .6em;
    display: inline-block;
    padding: 5px;
    margin: 5px 0;
    width: 100%;
}
.c-btn {
    background-color: rgb(237, 50, 55);
    padding: 10px 14px;
    height: 40px;
    border-radius: 2px;
    border: none;
    width: 100%;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    position: relative;
    font-weight: 600;
    text-transform: none;
	color:white;
	margin-top: 6px;
}
.forget-link
{
	text-align: left;
	margin-top: 10px;
}
.forget-link a
{
	color: rgb(237, 50, 55);
	text-decoration: none;
}
.strike-through {
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
    line-height: .1em;
    margin: 30px auto;
}
.strike-through span {
    background-color: #fff;
    padding: 3px 30px;
}
.social-fb
{
        font-weight: 600;
    background: #1877F2;
    border: none;
    color: white;
    font-size: 12px;
    padding: 7px 6px;
}
.social-fb img
{
	height:22px;
}
.google-new
{
	 font-weight: 600;
    background: #F1F1F1;
    border: none;
    color: black;
    font-size: 12px;
    padding: 7px 13px;
}
.google-new img
{
	height:22px;
}
.venue-terms {
    font-size: 12px;
    margin: 20px 0 10px;
    color: rgb(0 0 0);
	    text-align: left;
}
.venue-terms a {
    color: rgb(237, 50, 55);
    text-transform: lowercase;
    text-decoration: underline;
	}
	.venue-terms p
	{
		margin-top: 28px;
	}
/*signup*/
.sign-content-section
{
	 width:500px;
       padding: 52px 35px;
    position: relative;
}	
.sign-content-section .heading {
    font-size: 22px;
    line-height: 1;
    margin: 25px 0;
    color: rgba(0,0,0,.87);
    text-align: left;
    font-weight: 600;
}
/*forgot-password*/
.pass-content-section
{
	width: 500px;
    padding: 163px 35px;
    position: relative;
}
.pass-content-section .heading {
    font-size: 22px;
    line-height: 1;
    margin: 14px 0;
    color: rgba(0,0,0,.87);
    text-align: left;
    font-weight: 600;
}
.pass-content-section p
{
	    text-align: left;
		margin: 0px 0 16px;
}
@media only screen 
and (min-width: 320px) and (max-width: 900px)
{

.creative-section {
    background: rgb(237, 50, 55);
    width: 300px;
    padding: 31px;
    display: none;
}
.modal-dialog-new {
    width: 100%!important;
    margin: 30px auto;
}
.sign-content-section {
    padding: 41px 21px;
    position: relative;
 height: 600px;
}
.log-content-section {
    width: 450px;
    padding: 41px 21px;
    position: relative;
 height: auto;
}
.google-new {
	width:100%
}
.social-fb {
	width:100%;
	margin-bottom:10px;
}
.login-container-new {
    width: 100%;
	    box-shadow: none;
	    box-shadow: none;
}
}