| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161 |
- .navbar-fb {
- background: #3b5998;
- width: 100%;
- height: auto;
- padding: 8px;
- border-top-left-radius: 10px;
- border-top-right-radius: 10px;
- }
- .navbar-fb img {
- width: 115;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .content-box-fb {
- width: 300px;
- height: auto;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .content-box-fb img {
- width: 60;
- margin-top: 20px;
- margin-left: auto;
- margin-right: auto;
- border-radius: 12px;
- display: block;
- }
- .txt-login-fb {
- width: 270px;
- height: auto;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- margin-bottom: 17px;
- padding: 8px;
- color: #90949c;
- font-size: 16px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- display: block;
- }
- .input-fb-email {
- width: 100%;
- height: auto;
- padding: 12px;
- color: #000;
- font-size: 14px;
- font-weight: 400;
- font-family: 'Lato',sans-serif;
- border: 1px solid #bdbebf;
- border-bottom: 0px;
- border-top-left-radius: 5px;
- border-top-right-radius: 5px;
- cursor: pointer;
- outline: none;
- }
- .input-fb-password {
- width: 100%;
- height: auto;
- padding: 12px;
- color: #000;
- font-size: 14px;
- font-weight: 400;
- font-family: 'Lato',sans-serif;
- border: 1px solid #bdbebf;
- border-bottom-left-radius: 5px;
- border-bottom-right-radius: 5px;
- cursor: pointer;
- outline: none;
- }
- .btn-login-fb {
- background: #1778f2;
- width: 100%;
- height: auto;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- padding: 10px;
- color: #fff;
- font-size: 14px;
- font-family: 'Lato',sans-serif;
- font-weight: bold;
- text-align: center;
- text-shadow: 1px 0px rgba(0, 0, 0, 0.3);
- border: 1px solid #3578e5;
- border-radius: 5px;
- box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.1);
- outline: none;
- display: block;
- }
- .txt-create-account {
- width: 100%;
- height: auto;
- padding: 5px;
- color: #3b5998;
- font-size: 13.5px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- }
- .txt-not-now {
- width: 100%;
- height: auto;
- padding: 5px;
- color: #3b5998;
- font-size: 13.5px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- }
- .txt-forgotten-password {
- width: 100%;
- height: auto;
- margin-bottom: 30px;
- padding: 5px;
- color: #7596c8;
- font-size: 13.5px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- }
- .language-box {
- width: 100%;
- height: auto;
- margin-left: auto;
- margin-right: auto;
- display: block;
- }
- .language-name {
- width: 40%;
- height: auto;
- margin: 5px;
- margin-bottom: 0px;
- color: #3b5998;
- font-size: 12px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- display: inline-block;
- }
- .language-name i {
- width: 23px;
- padding: 4px;
- color: #90949c;
- border: 1px solid #3b5998;
- border-radius: 3px;
- }
- .language-name-active {
- color: #90949c;
- font-weight: bold;
- }
- .copyright {
- width: 40%;
- height: auto;
- margin-top: 10px;
- margin-left: auto;
- margin-right: auto;
- color: #90949c;
- font-size: 12px;
- font-family: 'Lato',sans-serif;
- text-align: center;
- display: block;
- }
|