.mediaViewInfo {
	--web-view-name: safedrive;
	--web-view-id: safedrive;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}
:root {
	--web-view-ids: safedrive;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	border: none;
    font-family: Arial;
}

#safedrive {
	position: absolute;
	width: 100%;
/* 	height: 919px; */
	background-color: rgba(255,255,255,1);
	overflow: auto;
	--web-view-name: safedrive;
	--web-view-id: safedrive;
	--web-scale-on-resize: true;
	--web-enable-deep-linking: true;
}

.bgimage {
    height: 100vH;
	background: url("../images/base/_Young_business_man_test_drive.png") no-repeat center center #BFB8AF ;
	margin: 0;
	position: relative;
	min-height: 450px;
	display: block;
	background-size: cover;
}

#login {
	position: relative;
	width: 568px;
	height: 67vh;
/*     min-height: 568px; */
	top: 100px;
    top: 7vh;
	overflow: visible;
    background-color: rgba(226,223,220,0.743);
    margin: auto;
}

#conainer {
	position: absolute;
	width: 444px;
	/*height: 326px;
    height: 58vh;*/
	left: 62px;
	top: 193px;
    top: 20.38vh;
	overflow: visible;
}

label {
    text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
    font-size: 1.9vh;
	color: rgba(0,0,0,1);
	letter-spacing: 0.3px;
    line-height: 40px;
    line-height: 4.3vh;
}

label a {
    text-decoration: none;
    color: black;
    font-style: italic;
    font-size: 
}

input[type=text], input[type=password], input[type=date] {
    width: 444px;
    height: 56px;
    height: 5.9vh;
    padding: 1vh 20px;
    margin: 0.84vh 0;
    display: inline-block;
    background-color: rgba(112,112,112,0);
    border: 0.21vh rgba(112,112,112,0.7) solid;
    box-sizing: border-box;
    font-size: 1.9vh;
}

select {
    width: 100%;
    height: 56px;
    height: 5.9vh;
    padding: 12px 20px;
    margin: 0.84vh 0;
    display: inline-block;
    background-color: rgba(112,112,112,0);
    border: 0.21vh rgba(112,112,112,0.7) solid;
    box-sizing: border-box;
    font-size: 1.9vh;
}

button {
    background-color: rgba(207,69,32,1);
    font-weight: bold;
	font-size: 18px;
    font-size: 1.9vh;
	letter-spacing: 0.3px;
    color: white;
    padding: 14px 20px;
    padding: 1.48vh 20px;
    margin: 2.64vh 0 0.84vh 0;
    border: none;
    cursor: pointer;
    width: 444px;
    height: 76px;
    height: 8.1vh;
}

#loginText {
	position: absolute;
	left: 62px;
	top: 43px;
    top: 4.5vh;
	overflow: visible;
	width: 355px;
	white-space: nowrap;
	text-align: left;
	font-family: Arial;
	font-style: normal;
	font-weight: bold;
	font-size: 50px;
    font-size: 5.5vh;
	color: rgba(207,69,32,1);
}

#loginText .kbp {
    font-style:normal;
    font-weight:normal;
    font-size:16px;
    font-size:1.9vh;
    width:444px;
    margin-top: 3.17vh;
    padding-top:-1px;
    border-top:solid 3px rgba(207,69,32,1);
}

header#masthead .headwrap {
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

header#masthead h1.site-title a {
    background: url("../images/base/Safedrive-logo.svg") no-repeat center transparent;
    text-indent: -10000px;
    width: 250px;
    height: 100px;
    margin: 25px 0 -25px;
    display: block;
    position: relative;
    z-index: 300;
}

header.site-header, footer.site-footer {
    background-color: #CF4520;
    color: white;
}

header.site-header {
    position: sticky;
    top: 0;
    z-index: 300;
}

html.ismobile header.site-header {
    position: fixed;
    width: 100%;
}

.error {
    font-size: 1.9vh;
    background-color:rgba(207,69,32,0.5);
/*     padding:0.5vh; */
    color:black;
}

.error_reg {
    font-size: 1.9vh;
    background-color: rgba(206,142,125,1);
    background-color: white;
    color:black;
    z-index: 302;
    position: absolute;
    padding: 2vh;
    top: -100px;
    font-weight:bold;
    border: thick solid #CF4520; 
}

@media screen and (max-width: 1000px) {
    body {
        font-size:16px;
        overflow:auto;
        background-color:rgba(226,223,220,1);
    }
    
    #login {
        width: 80%;
        top:8%
    }

    #conainer {
        width: 80%;
        position: relative;
        left: auto;
        top: 10%;
        margin:auto;
    }
    
    label {
        font-size:16px;
    }

    input[type=text], input[type=password] {
        width: 100%;
        font-size:16px;
    }

    button {
        width: 100%;
        font-size: 18px;
    }

    #loginText {
        position: relative;
        margin:auto;
        left: auto;
        width: 80%;
        font-size: 30px;
    }

    #loginText .kbp {
        font-size:16px;
        width:100%;
/*         border-top:auto; */
/*         border-bottom:solid 3px rgba(207,69,32,1); */
    }
    
    #loginText .kbp span {
        display:block;
    }
    
}
