.inputBox{
    font-size: 13px !important;
	color: #999 !important;
	border: 1px solid #d4d5d9 !important;
	border-radius: 2.9px !important;
	background-color: #f7f8fa !important;
	box-shadow: none !important;
	outline: 0;
	font-family: Arial, sans-serif;
}
.inputBox:focus{
    -webkit-transition: .4s !important;
    transition: .4s !important;
    border: 1px solid #282c3f !important;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    .alert{
        margin-top:80px;
    }
    .loginbtn{
	    background-color: #fff;
        color: #e40046;
        cursor: pointer;
        font-size: 12px;
        border-radius: 2px;
        font-style: normal;
        text-transform: uppercase;
        width: 100%;
        font-weight: 600;
        border: 1px solid #eaeaec;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        letter-spacing: .3px;
        box-shadow: none !important;
	}
    .loginbtn:hover{
		border:1px solid #e40046;
		color: #e40046;
		box-shadow: none;
	}
	.notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 12px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    .alert{
        margin-top:80px;
    }
    .loginbtn{
        background-color: #fff;
	    color: #e40046;
	    cursor: pointer;
	    font-size: 12px;
	    border-radius: 2px;
	    font-style: normal;
	    text-transform: uppercase;
	    width: 100%;
	    font-weight: 600;
        border: 1px solid #eaeaec;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        letter-spacing: .3px;
        box-shadow: none !important;
	}
	.loginbtn:hover{
		border:1px solid #e40046;
		color: #e40046;
		box-shadow: none;
	}
	.notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 12px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
  }

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .alert{
        margin-top:20px;
    }
    .loginbtn{
	    background-color: #fff;
	    color: #e40046;
	    cursor: pointer;
	    font-size: 12px;
	    border-radius: 2px;
	    font-style: normal;
	    text-transform: uppercase;
	    width: 100%;
	    font-weight: 600;
        border: 1px solid #eaeaec;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        letter-spacing: .3px;
        box-shadow: none !important;
	}
	.loginbtn:hover{
		border:1px solid #e40046;
		color: #e40046;
		box-shadow: none;
	}
	.notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
} 

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .alert{
        margin-top:20px;
    }
    .loginbtn{
	    background-color: #fff;
	    color: #e40046;
	    cursor: pointer;
	    font-size: 12px;
	    border-radius: 2px;
	    font-style: normal;
	    text-transform: uppercase;
	    width: 100%;
	    font-weight: 600;
        border: 1px solid #eaeaec;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        letter-spacing: .3px;
        box-shadow: none !important;
	}
	.loginbtn:hover{
		border:1px solid #e40046;
		color: #e40046;
		box-shadow: none;
	}
	.notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
} 

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .alert{
        margin-top:20px;
    }
	.loginbtn{
	    background-color: #fff;
	    color: #e40046;
	    cursor: pointer;
	    font-size: 12px;
	    border-radius: 2px;
	    font-style: normal;
	    text-transform: uppercase;
	    width: 100%;
	    font-weight: 600;
        border: 1px solid #eaeaec;
        padding: 10px 20px;
        margin: 10px 10px 0 0;
        letter-spacing: .3px;
		box-shadow: none !important;
	}
	.loginbtn:hover{
		border:1px solid #e40046;
		color: #e40046;
		box-shadow: none;
	}
	.notifyMainContainer{
        position: fixed;
        width: 85%;
        margin: 0 auto;
        left: 0;
        right: 0;
        min-height: 50px;
        z-index: 90;
        transition: all 1s ease-out;
        display: block;
        text-align: center;
    }
    .notifyinfo {
        width: 100%;
        color: #fff;
        background-color: rgba(83,87,102,.9);
    }
    .notifyContent {
        position: relative;
        font-size: 12px;
        border-radius: 4px;
        display: inline-block;
        padding: 5px 8px;
    }
    .notifyText {
        font-weight: 600;
        font-size: 13px;
        padding: 8px 8px;
        max-height: initial;
    }
    .notifyActionDiv, .notifyText, .notifyThumbnail {
        display: inline-block;
        max-height: 50px;
        vertical-align: middle;
    }
}