﻿@font-face {
	font-family: lato;
	src: url('/v1/fonts/lato/Lato-Regular.ttf');
}

body {
	margin: 0;
	background: url("/v1/Common/img/login/smartpro/bg-login-sp.png") no-repeat white bottom center;
	background-size: contain;
	min-height: 100vh;
	font-family: lato;
}

:root {
	--purple-background-color: #8229E3;
}

a {
	color: #295b88;
}
#divMain {
	max-width: 1200px;
	margin: 0 auto;
	/*border: 1px solid #c7cbce;*/
	min-height: calc(100vh - 165px);
}

#divInfo{
	margin: 0 auto;
	color: white;
	font-size: 0.9em;
}

#divInfo a{
	color: white;
}
#divInfo a:hover{
	color: #aa2628;
}

#divInfoBottom{
	min-height: 125px;
	background: url("/v1/Common/img/login/smartpro/bg-info.png") repeat-x white left top;
	background-color: #295b88;
	opacity: 0.84;
}



#divCR {
	padding: 7px 0;
	background-color: white;
}

.info_header { font-weight: bold;}

.color-blue {
	color: #1C5588 !important;
}

.hotline {
	font-size: 1.7em;
}

#divHead {
	height: 66px;
	margin-top: 5px;
}

#divBody {
	padding-top: 2em;
	display: flex;
}


.title-head{
	font-size: 2em;
	line-height: 1em;
}

.title-head span{
	font-size: 0.68em; 
}

.lsLogo {
	padding: 35px 0;
	height: 145px;
	vertical-align: middle;
}
.lsLogo img {
	width: 50px;
}
.lsLogo img:hover {
	/* filter: hue-rotate(150deg); */
	width: 55px;
}


.headform {
	height: 55px;
	background: rgb(27,85,135);
	background: linear-gradient(115deg, rgba(30,87,140,1) 10%, rgba(93,160,221,1) 51%, rgba(30,87,140,1) 91%);
	border-radius: 20px;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.42);
}

.divform {
	background-color: white;
	border-radius: 20px;margin-top: -38px;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.42);
	border: 1px solid #afc9df;
}

input, button, .button {
	border-radius: 25px !important;
	padding: 12px !important;
}

.btn-login {
	border: 1px solid #1C5588;
	background-color: #1C5588;
	color: white;
}

.btn-login:hover {
	background-color:white;
	color: #1C5588;
}

.border-radius-15{
	border-radius: 15px !important;
}

.text-decoration-underline{
	text-decoration: underline;
}


hr {
	border-top: 1px solid #1C5588;
}


.popover-body img {
	width: 200px;
	margin: 3px;
}


@media (max-width: 900px) {
	.lsLogo {
		display: none;
	}
	#divMain {
		margin-bottom: 8px;
	}
}

@media (min-width: 900px) {
	.divform {
		height: 508px;
	}
	#divInfoBottom {
		height: 125px;
	}
}

.st0{
	fill: #1C5588 !important;
	width: 20px;
}

.select-transparent {
	border: none;
	background-color: transparent !important;
	border-bottom: 1px #295b88 solid;
	-o-appearance: none;
   	-ms-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
}


.change-password-form {
	color: #000;
	max-width: 1000px;
	background: #fff;
	border-radius: 20px;
	z-index: 1000;
	font-family: lato,sans-serif;
	box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.42);
}

.change-password-form .border-top {
	position: relative;
	height: 20px;
	width: 100%;
	background: linear-gradient(115deg, rgba(30,87,140,1) 10%, rgba(93,160,221,1) 51%, rgba(30,87,140,1) 91%);
	border-radius: 20px 20px 0 0;
}
.change-password-form .form-left{
	width: 49%;
}

.change-password-form .form-right{
	width: 49%;
	margin-left: 2%;
	padding: 0 2rem;
}

.change-password-form .title {
	font-size: 24px;
	color: #1C5588;
	text-align: center;
	margin-bottom: .5rem;
	font-weight: 600;
	margin-top: 1.25rem;
}

.change-password-form .content-title {
	text-align: center;
	margin-bottom: 1rem;
	padding: 0 2rem;
	font-size: 16px;
}

.change-password-form .form-content {
	display: -webkit-flex;
	display: flex;
	padding: 3rem 2.5rem;
}

.change-password-form .form-control {
	margin-bottom: 1rem;
	border: 0;
	padding: 0 !important;
}

.change-password-form label {
	display: block;
	margin-bottom: 8px;
}

.change-password-form .form-input-control {
	padding: 12px 16px !important;
	border-radius: 30px;
	border: 1px solid #e9ecf5;
	align-items: flex-start;
	width: 100%;
	outline: none;
}

.change-password-form .btn-update {
	padding: 8px 40px !important;
	background: #283d80;
	border-radius: 250px;
	border: none;
	color: #fff;
	text-align: center;
	cursor: pointer;
  }

#divLogin .wrap-password-input {
	position: relative;
}

#divLogin .wrap-password-input img {
	position: absolute;
    top: 17px;
    width: 20px;
    right: 12px;
	cursor: pointer;
	z-index: 10;
}

#divLogin .wrap-password-input .line {
	border-right: 2px solid #9D9D9D;
    height: 50%;
    top: 11px;
    position: absolute;
    right: 21px;
    transform: rotate(48deg);
	display: none;
}

#divLogin .color-black a {
	color: #121212;
}

#divConfirmLogin {
    height: 300px;
    width: 300px;
	border: 0px 0px 20px 20px;
    border-top: 20px solid #1C5587;
    position: relative;
    margin: 1em;
    border-radius: 25px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
	background: #fff;
}

#divConfirmLogin:first-child:before {
    content:'';
    position:absolute;
    width:100%;
    height:10px;
	background: linear-gradient(98.78deg, #1C5587 6.64%, #3489D5 43.43%, #1C5488 88.76%);
    top:-30px;
    left:0;
}

#divConfirmLogin .content-confirm-login{
	padding: 20px;
	background: rgba(245, 245, 250, 1);
	border-radius: 16px;
}

#divConfirmLogin .content-confirm-hight-light{
	font-weight: bold;
}

#divConfirmLogin .phone-confirm{
	color: rgba(26, 148, 255, 1);
}

#divConfirmLogin .loading-confirm {
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
}

#divConfirmLogin .confirm-device-footer {
	font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
}

#divConfirmLogin  .count-down-time{
	font-weight: 600;
}

#divConfirmLogin .loading-confirm-content {
    width: 200px;
    border-radius: 50%;
    height: 200px;
    padding: 31px;
	position: absolute;
	margin-top: 20px;
}

#divConfirmLogin #countdown{
	position: relative;
	margin: auto;
	height: 220px;
	width: 220px;
	text-align: center;
}

#divConfirmLogin .phone-confirm{
	cursor: pointer;
}

#divConfirmLogin svg {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 220px;
	transform: rotateY(-180deg) rotateZ(-90deg);
}
  
#divConfirmLogin  svg circle#c2 {
	display: none;
	stroke-dasharray: 625px;
	stroke-dashoffset: 0px;
	stroke: rgba(26, 148, 255, 1);
	stroke-width: 8px;
	stroke-linecap: round;
  }
  
  #divConfirmLogin  svg circle#c3 {
	stroke: rgba(194, 225, 255, 1);
	opacity: .3;
	stroke-width: 8px;
  }
  
  @keyframes countdown {
	from {
	  stroke-dashoffset: 0px;
	}
	to {
	  stroke-dashoffset: 625px;
	}
  }
  
  @keyframes rotate {
	from {
	  transform: rotate(0deg);
	}
	to {
	  transform: rotate(-360deg);
	}
  }

#modalContractRenew .title-device{
	font-size: 18px;
	font-weight: 600;
	text-align: center;
}

.device-diff {
    /* padding-right: 60px; */
}

.warning-wp{
	display: flex;
	justify-content: center;
}

.btn-marketing-login {
	display: block;
    height: 20px;
    margin: auto;
    background: #1C5588;
    color: white;
    border: 1px solid;
    font-size: 9px;
    margin-top: 7px;
    padding: 0px 9px !important;
}

.lsLogo-item:hover .btn-marketing-login {
	background: var(--purple-background-color);
	text-decoration: none;
}

.lsLogo-item:hover a {
	text-decoration: none;
}

#regisPSModal .btnCloseModal {
	color: white !important;
}
